> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/cryptoquant-metrics/utxo/utxo-bands-value/utxo-count-value-bands.md).

# UTXO Count - Value Bands

## Definition

UTXO Count - Age Bands shows the distribution of the number of UTXOs according to its value. Each colored band represents the number of UTXOs in existence, that has a value within the denoted range. This indicator can be used to estimate the number of whale and retail holders by comparing each band.

$$
\text{UTXO Count - Value Bands} =\sum\_{u \in utxos} \mathbb{I}(a\_i \leq \text{value}\_u < b\_i)
$$

$$
\text{UTXO Count - Value Bands (%)} =\frac{\sum\_{u \in utxos} \mathbb{I}(a\_i \leq \text{value}*u < b\_i) }{\sum*{u \in utxos} 1} \* 100
$$

$$
\[a\_i, bi) \in \[0, 0.01), \[0.01, 0.1), \[0.1, 1), \[1, 10), \[10, 100), \[100, 1k), \[1k, 10k), \[10k, inf)
$$

| Metric                       | Definition                                                                                                                  |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| UTXO Count - Value Bands     | Each colored band represents **the number of UTXOs** in existence, that have a value within the denoted range.              |
| UTXO Count - Value Bands (%) | Each colored band represents **the ratio of** the number of UTXOs in existence, that have a value within the denoted range. |

## Interpretation&#x20;

This indicator can be used to estimate the number of whale and retail holders by comparing each band. UTXO Count- Value Bands could be interpreted as a 'proxy' to the actual holders count that fit according to the Value Band.&#x20;

### By value itself

* **High value(Native Value) & Dominance(%) in certain UTXO Value Band**\
  **-** High Number of investors that fit the Value Band &#x20;

For example, if the UTXO Value Band of 1k to 10k has the greatest UTXO Count - Value Bands,

1\) It is possible to interpret it as investors that hold at least 1k to 10k (possible whales) take a large portion of the market in terms of the number of participants.

2\) The price range bought at the time could indicate an important price level in the market in terms of the number of holders. &#x20;

* &#x20;**Low value(Native Value) & Dominance(%) in certain UTXO Value Band**\
  **-**&#x4C;ow Number of investors that fit the Value Band &#x20;

For example, if the UTXO Value Band of 1k to 10k has the least UTXO Count - Value Bands,

1\) It is possible to interpret it as investors that hold at least 1k to 10k (possible whales) take a small portion of the market in terms of the number of participants.

2\) The price range bought at the time could indicate a less important price level in the market in terms of the number of holders. &#x20;

### By examining trend  <a href="#indicating-selling-or-buying-pressure" id="indicating-selling-or-buying-pressure"></a>

* **Greater  UTXO Value Bands Gaining Dominance or Larger in Depth = Increasing** **Whale Dominance**\
  \- Holders that have the possibility of being a whale is increasing in numbers
* **Smaller UTXO Value Bands Gaining Dominance or Larger in Depth = Decreasing Whale Dominance**\
  **-**&#x48;olders that have the possibility of being retail is increasing in numbers&#x20;

## Link to Our Data

* [UTXO Count - Value Bands Live Chart](https://cryptoquant.com/asset/btc/chart/network-indicator/utxo-count-value-bands?window=DAY\&priceScale=linear\&metricScale=linear)
* [UTXO Count - Value Bands (%) Live Chart](https://cryptoquant.com/asset/btc/chart/network-indicator/utxo-count-value-bands-percent?window=DAY\&priceScale=linear\&metricScale=linear)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/cryptoquant-metrics/utxo/utxo-bands-value/utxo-count-value-bands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
