# Market Capitalization

## Indicator Overview

The market capitalization (market cap) of an asset represents the total network value of that asset, as defined by the combined value of all the units of that asset in existence. It is calculated by a simple multiplication of the total circulating supply by the last traded price.

Market cap is often used describe the size of a crypto asset, especially in comparison to other assets and markets. Market cap is important as it is a proxy measurement for relative network size and a basic determinant of various characteristics that investors are interested in such as adoption, market size and risk.

<figure><img src="/files/ajcLHdulaFWPi7b7MI6d" alt="Bitcoin: Market Cap"><figcaption></figcaption></figure>

* [View Market Cap in Glassnode Studio](https://studio.glassnode.com/metrics?a=BTC\&m=market.MarketcapUsd)
* [View Market Cap in Glassnode API Docs](https://docs.glassnode.com/basic-api/endpoints/market#market-cap)

## How is it measured?

Market cap is measured by multiplying the price of an asset by its circulating supply.

$$
\begin{align\*} \textrm{Market Cap} &= \textrm{price} \~{\color{gray}{\textrm{\[USD]}}} \cdot \textrm{Total Supply} \\\[0.5em] &= \textrm{price} \~{\color{gray}{\textrm{\[USD]}}} \cdot \textrm{value} \~{\color{gray}{\textrm{(of all UTXOs)}}} \end{align\*}
$$

## Further Resources

Blockgeeks - [Learn: Cryptocurrency Market Cap? The Ultimate Investor’s Guide](https://blockgeeks.com/guides/cryptocurrency-market-cap/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glassnode.com/guides-and-tutorials/metric-guides/market-capitalization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
