# Mean Coin Age (MCA)

## **تعریف**

شاخص میانگین عمر کوین‌ها یا **Mean Coin Age** که به اختصار به آن **MCA** گفته می‌شود، میانگین حاصلضرب عمر تمام UTxO ها در ارزش بیتکوینی آن‌هاست.

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

## استنباط از این شاخص

شاخص **MCA** شباهت زیادی به شاخص **CDD** دارد، با این تفاوت که روی خروجی خرج نشده تراکنش‌ یا UTxO تمرکز بیشتری دارد. شاخص **Mean Coin Dollar Age** یا به اختصار **MCDA**، از جمع حاصلضرب عمر UTxO ها در ارزش دلاری آن‌ها در زمان تولید، بدست می‌آید. این اندیکاتور برای تعیین سهم هولدر‌های بلند مدت در بازار استفاده می‌شود.

شاخص **Mean Coin Average** یا **MCA** برابر است با میانگین طول عمر UTxO ها. کاهش شدید مقدار MCA بیانگر حرکت بزرگ یا خرج شدن کوین‌هاییست که برای مدتی طولانی، حرکت نکرده‌اند.

شاخص **Mean Coin Dollar Average** یا **MCDA** در واقع همان شاخص MCA است که با قیمت UTxO ها در زمان تولیدشان، وزن دار شده است (میانگین وزنی).

## لینک داده‌ها

* [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/fa/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.
