# 사용된 UTXO 가치 분포

## 정의

UTXO의 가치에 따른 사용된 코인(UTXO)의 양 분포를 나타냅니다. 각 영역은 차트에 명시된 범위만큼의 가치를 가지는 UTXO 중 사용된 코인(UTXO)의 양을 나타냅니다. 이 차트를 통해 고래와 소규모 투자자가 이동시킨 코인의 양을 추정하여 비교할 수 있습니다.

$$
\text{사용된 UTXO 가치 분포} =\sum\_{o \in \text{spent outputs}} \text{가치}\_o \* \mathbb{I}(a\_i \leq \text{가치}\_o < b\_i)
$$

$$
\text{사용된 UTXO 가치 분포 (%)} =\frac{\sum\_{o \in \text{spent outputs}} \text{가치}*o \* \mathbb{I}(a\_i \leq \text{가치}*o < b\_i)}{\sum*{o \in \text{spent outputs}} \text{가치}*{o}} \* 100
$$

$$
\[a\_i, bi) \in \[0, 0.01), \[0.01, 0.1), \[0.1, 1), \[1, 10), \[10, 100), \[100, 1k), \[1k, 10k), \[10k, inf)
$$

<table data-header-hidden><thead><tr><th width="285.9348417591518">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>지표 </td><td>정의</td></tr><tr><td>사용된 UTXO 가치 분포</td><td>각 영역은 차트에 명시된 범위만큼의 가치를 가지는 UTXO 중 <strong>사용된 코인(UTXO)의 양을</strong> 나타냅니다.</td></tr><tr><td>사용된 UTXO 가치 분포 (USD)</td><td>각 영역은 차트에 명시된 범위만큼의 가치를 가지는 UTXO 중 사용된 코인(UTXO)의 양을 <strong>USD 단위로</strong> 나타냅니다.</td></tr><tr><td>사용된 UTXO 가치 분포 (%)</td><td>각 영역은 차트에 명시된 범위만큼의 가치를 가지는 UTXO 중 사용된 코인(UTXO)의 양의 <strong>비율을</strong> 나타냅니다.</td></tr></tbody></table>

## 해석

이 지표는 고래와 일반 투자자들이 움직인 코인의 양을 파악할 수 있게 해줍니다. 가격이 오르거나 떨어질 때, 사용된 UTXO의 가치를 주시함으로써 투자자들을 분석해 시장에 대한 혜안을 기를 수 있습니다.

UTXO 가치 분포와 달리, 해당 지표는 설정된 상황에서 파괴된 UTXO에 초점을 둡니다. 그렇기에 이 지표를 사용하면 ‘어떤 크기’의 UTXO가 ‘얼만큼’ 파괴되었는지 특정해 파악할 수 있습니다. 따라서 이 지식을 활용하면 투자자들은 그 어떤 가격 변동이나 네트워크 상의 변화를 고래/일반 투자자의 행동과 연관지어 분석할 수 있게 됩니다.

### 값 자체에 초점 <a href="#interpretation" id="interpretation"></a>

* 높은 값 & 높은 비율(%) 을 가진 사용된 UTXO 가치 분포군 \
  \- 해당 분포군이 네트워크 변화가 가장 큰 영향을 미침

예를 들어 사용된 UTXO 가치 분포가 1\~10k인 분포군이 가장 큰 값이나 비율을 갖는다면,

1\~10k 크기의 코인을 들고 있는 투자자가 가격의 변화나 시장의 변화에 영향을 줬을 확률이 높습니다


---

# 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/utxo-bands-value/spent-output-value-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.
