# UTXO Count - Age Bands

## Definition

UTXO Count - Age Bands shows the number of UTXOs that were last moved within a specified age band. Each colored band represents the number of UTXOs in existence, that were last moved within the denoted time period.&#x20;

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

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

$$
\[a\_i, bi) \in \[\[0, 1d), \[1d, 1w), \[1w, 1m), \[1m, 3m), \[3m, 6m), \[6m, 12m), \[12m, 18m), \[18m, 24m)\ \[2y, 3y), \[3y, 5y), \[5y, 7y), \[7y, 10y), \[10y, \inf)
$$

| Metric                     | Definition                                                                                                                           |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| UTXO Count - Age Bands     | Each colored band represents the number of UTXOs in existence, that was last moved within the denoted time period                    |
| UTXO Count - Age Bands (%) | Each colored band represents the **percent of the ratio** of UTXOs in existence that were last moved within the denoted time period. |

## Interpretation&#x20;

This indicator can be used to estimate the number of long-term and short-term holders that exist in each age band. UTXO Count- Age Bands could be interpreted as a 'proxy' to the actual holders that fit accordingly to the Age Band.&#x20;

### By value itself

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

For example, if the UTXO Age Band of 3 years to 5 years have the greatest UTXO Count - Age Bands,

1\) It is possible to interpret it as investors that held 3 to 5 years 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. &#x20;

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

For example, if the UTXO Age Band of 3 years to 5 years has the least UTXO Count - Age Bands,

1\) It is possible to interpret it as investors that held 3 to 5 years take a small 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 but could fall behind compared to other UTXO Age bands.&#x20;

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

* **Longer UTXO Aged Bands Gaining Dominance or Larger in Depth**\
  \- More UTXOs & holders are holding for the Long term = **More HOLDing Participants**

As comparatively newer coins are being held or so to speak HODLed without any movement in the network, it moves on to the next UTXO Age Bands implying that more coins are being held in the long term and more investors are HODLing.

* **Younger UTXO Aged Bands Gaining Dominance or Larger in Depth**\
  **-** Old Coins Being Renewed to Younger Coins **= Old Coins Being Circulated**

As older coins are being transferred in the network, they are destroyed and become new UTXO making the younger UTXO Age Bands increase in value which results in young UTXO Age Bands growing in size.&#x20;

## Link to Our Data

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


---

# 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/utxo/utxo-bands-age/utxo-count-age-bands.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.
