# Capitalization models

### Alternative Capitalization Models

The market price itself can be easily manipulated by forces, especially in cryptocurrency markets, which we call noise. In order not to be fooled by market price, traders need to see multiple **alternative capitalization models** to see how the market is going.

#### Market Cap

<figure><img src="https://images.surferseo.art/b4f984e0-d210-46de-8a48-8e0448e6e7c7.png" alt="Bitcoin Market Cap. Source: CryptoQuant"><figcaption></figcaption></figure>

Market Cap is defined as the total market capitalization of the coin, calculated by multiplying the total supply with its USD price.

$$
\text{Market Cap} = \text{Total Supply} \* \text{Price in USD}
$$

#### Realized Cap

<figure><img src="https://images.surferseo.art/5f05aba7-a19d-4fd5-b72b-fdaf257090b5.png" alt="Bitcoin Realized Cap. Source: CryptoQuant"><figcaption></figcaption></figure>

Realized Cap is the sum of each UTXO \* last movement price. Since cryptocurrencies can be lost, unclaimed, or unreachable through various bugs, Realized Cap is introduced to discount those coins which have remained unmoved for a long period. It is one way to attempt to measure the value of the coin. This can be described as an on-chain version of the volume-weighted average price (VWAP).

$$
\text{Realized Cap} = \sum\_i \text{UTXO}\_i \* \text{Price at creation}
$$

#### Average Cap

<figure><img src="https://images.surferseo.art/d91518a8-a005-4e29-9f48-948c35e2f944.png" alt="Bitcoin Average Cap. Source: CryptoQuant"><figcaption></figcaption></figure>

Average Cap is a forever moving average, calculated by dividing the cumulated sum of daily market cap by the age of the market. Instead of using fixed time for calculating the moving average (e.g. 50 days, 100 days ...), this serves as the true mean.

$$
\text{Average Cap} = \frac{\text{Market Cap}}{\text{Age in days}}
$$

#### Delta Cap

<figure><img src="https://images.surferseo.art/75acc51e-0a46-4e81-a7b9-cfa466b38ce8.png" alt="Bitcoin Delta Cap. Source: CryptoQuant"><figcaption></figcaption></figure>

Delta Cap is calculated as the subtraction of Realized Cap to Average Cap. Delta Cap is often used to spot market bottoms. Moreover, by analyzing the movement of Delta Cap which oscillates between Realized Cap and Average Cap, we could notice that market tops are reached when Delta Cap is near Realized Cap (in a log scaled chart).

$$
\text{Delta Cap} = \text{Realized Cap} - \text{Average Cap}
$$

#### Thermo Cap (Inflows Cap)

Thermo Cap is calculated as the weighted sum of mined coins by the creation price. This measures total capitalization flowed into the blockchain network, which in turn is to be called as Inflows Cap. As shown in the below figure, by comparing to Market Cap, Thermo Cap allows traders to spot market tops or bottoms.&#x20;

<figure><img src="https://3443265903-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBHQ44vVRUAbLIaMwGN%2F-ME6bft1_4cxUlrIwQGG%2F-MELiV3i2_66QbXErNSE%2Fimage.png?alt=media&#x26;token=ee02e26a-c644-4959-94f0-c37b8f19d1f4" alt="Thermo Cap vs. Market Cap. Source: CryptoQuant"><figcaption><p>Smaller gap between market cap and thermo cap allows to see market bottoms as shown in red boxes.</p></figcaption></figure>

## Final Note

In conclusion, navigating the volatile terrain of cryptocurrency markets demands a nuanced understanding that goes beyond the simplicity of market prices. Alternative capitalization models serve as indispensable tools for the discerning investor, offering a more comprehensive perspective and mitigating the impact of market noise.

The Market Cap, a fundamental metric and capitalization model, computes the total market capitalization by multiplying the coin's total supply with its USD price. Realized Cap, on the other hand, factors in the movement of coins over time, discounting those that have remained stagnant. This provides a more accurate reflection of a coin's value, akin to an on-chain version of the volume-weighted average price.

The Average Cap introduces a dynamic element, eschewing fixed time frames and offering a moving average calculated by dividing the cumulative sum of daily market cap by the age of the market. Delta Cap, the subtraction of Realized Cap from Average Cap, becomes a valuable tool for identifying market bottoms and tops. Analyzing the oscillation of Delta Cap between Realized Cap and Average Cap unveils potential market trends, particularly when Delta Cap nears Realized Cap in a log-scaled chart.

Thermo Cap, or Inflows Cap, serves as a weighted sum of mined coins by creation price, unveiling the total capitalization flowing into the blockchain network. Comparing Thermo Cap to Market Cap enables traders to identify market tops or bottoms, with a smaller gap indicating potential market bottoms.

In this dynamic landscape, where words like "volatility" and "uncertainty" are divided by the innovative spirit of blockchain, these alternative capitalization models represent a forward-looking method for traders looking to make an investment. By incorporating these measures into their analyses, traders can present a more nuanced understanding of market dynamics, better equipped to navigate the present and future of cryptocurrency markets.

## Links to our Data

* [Market Cap in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/471?window=day)
* [Realized Cap in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/194?window=day)
* [Average Cap in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/195?window=day)
* [Delta Cap in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/196?window=day)
* [Thermo Cap in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/472?window=day)
* [Capitalization models in CryptoQuant Data API docs](https://cryptoquant.com/docs/#operation/getCapitalization)


---

# 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://userguide.cryptoquant.com/cryptoquant-metrics/market/capitalization-models.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.
