# 코인 생존 기간 합 분포 (Sum Coin Age Distribution)

## **정의**

코인 생존 기간 합 분포 (Sum Coin Age Distribution)은 장기 투자자와 단기 투자자들의 분포를 나타냅니다.

코인 생존 기간 합 분포는 UTXO 나이 분포와 유사하지만 UTXO들의 나이를 포함하여 가중치를 주었습니다. 이러한 가중치를 통해 장기 투자자들의 움직임을 더욱더 파악하기 용이합니다.

각 분류는 UTXO의 나이와 규모를 곱한 후 총 합으로 나누어 계산하였습니다.

﻿

$$
P(X=\[a\_i, bi))= \frac{\sum\_{u \in utxos} \text{나이}\_u \* \text{개수}\_u \* \mathbb{I}(a\_i \leq \text{나이}*u < b\_i)}{\sum*{u \in utxos} \text{나이}*u \* \text{개수}*{u}}
$$

(ai,bi)∈\[\[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, ∞)]

## **해석**

코인 생존 기간 합 분포는 각 기간별로 파악가능하며 장기 보관된 코인들의 나이가 더욱더 부각됩니다. 만약 장기 SCA 분포 비율이 상승한다면 코인의 미래가치가 현재 가치보다 높다는 것을 의미합니다.

코인 생존 기간 합 분포의 기간 구획은 아래와 같습니다.

* 1일 이하
* 1일\~1주
* 1주\~1개월
* 1개월\~3개월
* 3개월\~6개월
* 6개월\~12개월
* 12개월 \~18개월
* 18개월\~24개월
* 2년 \~ 3년
* 3년\~5년
* 5년\~7년
* 7년\~10년
* 10년\~영원

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

[비트코인: 코인 생존 기간 합 분포 (Sum Coin Age Distribution) API Docs](https://cryptoquant.com/docs#operation/getSCADistribution)


---

# 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/sum-coin-age-distribution-sca-distribution.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.
