# Mean Coin Age (MCA)

## Definition

Mean Coin Age(MCA) is the mean value of products of coin unspent transaction output (UTxO) alive days and its value.

$$
MCA=\frac{\sum\_{u \in \text{unspent outputs}}\text{lifespan}\_u\*\text{value}*u}{\sum*{u \in \text{unspent outputs}}\text{value}\_u}
$$

## Interpretation

MCA is similar to CDD but focuses more on unspent transaction output. Mean Coin Dollar Age is the sum value of products of coin unspent transaction output alive days, value, and the price at the created time.  This indicator enables estimating the Long-Term Holders' portion.

* Mean Coin Age(MCA): MCA is the average age of UTxO. MCA drop implies the massive move of Bitcoin UTxOs that haven't moved for a long time.
* Mean Coin Dollar Age(MCDA): MCDA is an indicator weighted by UTxO created price(USD) to the MCA.

## Link to Our Data

* [BTC: Mean Coin Age Live Chart](https://cryptoquant.com/overview/full/16573?window=day)
* [BTC: Mean Coin Dollar Age Live Chart](https://cryptoquant.com/overview/full/16574?window=day)


---

# 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/mean-coin-age-mca.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.
