# 평균 코인 생존 기간 (Mean Coin Age)

## 정의

블록체인 상에 존재하는 전체 코인의 평균 생존 기간을 나타냅니다

$$
평균 코인 생존 기간 (Mean Coin Age)=\frac{\sum\_{u \in \text{unspent outputs}}\text{나이}\_u\*\text{개수}*u}{\sum*{u \in \text{unspent outputs}}\text{개수}\_u}
$$

## **해석**

평균 코인 생존 기간은 CDD와 유사하지만 UTXO의 나이에 더욱더 치중합니다.

평균 코인 생존 기간 (달러)는 MCA 지표를 코인이 마지막으로 거래된 시점의 가격 (USD)으로 가중하여 계산한 지표입니다.

## 크립토퀀트 데이터 링크

* [비트코인 : 실시간 평균 코인 생존 기간 차트](https://cryptoquant.com/overview/btc-network-indicator/16573?window=day)
* [비트코인 : 실시간 평균 코인 생존 기간 (달러) 차트](https://cryptoquant.com/overview/btc-network-indicator/16574)


---

# 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/ko/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.
