# UTXO 가치 분포 (UTXO Value Band)

![](/files/J2nj4l6k2x3I3dlXrADx)

1. UTXO 가치 분포는 각 UTXO가 가진 가치를 기준으로 분류하여 나타낸 지표입니다.
2. 각 분포군은(특정 색으로 구분된 밴드) 아래의 기준들로 분류됩니다.
3. 분포군은 가치를 기준으로 분류되기에 관련 지표들은 투자자들이 보유한 코인의 양을 기준으로 시장의 변화를 보여줍니다. 그렇기에 **고래 / 일반 투자자**의 혹은 **특정 값으로 분류된 집단**을 기준으로 시장을 나누어 분석할 수 있습니다.

## 파생 지표들 간의 차이는 무엇인가요?

각 분포군(특정 색으로 구분된 밴드)는 아래의 기준들로 분류됩니다.

### 1) 각 분포군의 ‘총 UTXO 양’을 나타내는 경우

UTXO 가치 분포는 해당 가치/크기 분포 내에 존재하는 UTXO의 총 가치를 그 고유값으로 나타냅니다. 해당 UTXO들은 명시된 크기를 가집니다.

{% content-ref url="/pages/JZb5EItwbTjMslvTgbLB" %}
[UTXO 가치 분포](/ko/cryptoquant-metrics/utxo/utxo-bands-value/utxo-value-bands.md)
{% endcontent-ref %}

### 2) 각 분포군의 ‘실현 시가’를 나타내는 경우 <a href="#id-2-finding-out-each-value-bands-realized-cap" id="id-2-finding-out-each-value-bands-realized-cap"></a>

실현 시가 - UTXO 가치 별 분포는 특정 가치/크기 분포 내에 존재하는 UTXO의 실현 시가를 보여줍니다. 해당 UTXO들은 마지막으로 움직인 당시의 가격을 반영해 실현 시가를 계산합니다.

{% content-ref url="/pages/RRjlrzQBIhyz5w6g9spx" %}
[실현 시가 총액 - UTXO 가치 별 분포 (USD)](/ko/cryptoquant-metrics/utxo/utxo-bands-value/realized-cap-utxo-value-bands-usd.md)
{% endcontent-ref %}

### 3) 각 분포군의 ‘UTXO의 개수’를 나타내는 경우 <a href="#id-3-finding-out-each-value-bands-number-of-utxos" id="id-3-finding-out-each-value-bands-number-of-utxos"></a>

UTXO 수 - 가치 별 분포는 특정 가치/크기 분포 내에 존재하는 UTXO의 개수를 보여줍니다. 해당 UTXO들은 명시된 크기를 가집니다.

{% content-ref url="/pages/UZJ0jSnLZ3QhW57Xghf8" %}
[UTXO 수 - UTXO 가치 별 분포](/ko/cryptoquant-metrics/utxo/utxo-bands-value/utxo-count-value-bands.md)
{% endcontent-ref %}

### 4)‘사용된 UTXO’를 각 분포군으로 나타내는 경우 <a href="#id-4-finding-out-each-which-value-band-is-responsible-for-the-spent-output" id="id-4-finding-out-each-which-value-band-is-responsible-for-the-spent-output"></a>

사용된 UTXO 가치 별 분포는 사용된 UTXO들을 가치별 분포로 나누어 보여줍니다. 해당 UTXO들은 명시된 크기를 가지며 이 지표는 전체 UTXO가 아닌 사용된 UTXO가 모집단입니다.

#### 크립토퀀트가 ‘사용된 UTXO 가치 별 분포’를 가공하는 과정 <a href="#steps" id="steps"></a>

1\. 특정 환경에서 파괴된 UTXO 정보를 수집합니다.

#### ⬇ <a href="#undefined" id="undefined"></a>

2\. 수집한 정보를 각 분포군으로 나누고 그 결과를 고유값이나 비율로 나타냅니다.

#### ⬇ <a href="#undefined-1" id="undefined-1"></a>

3\. 투자자들은 분포별 값을 분석하고 특정 크기의 UTXO들이 시장의 변화를 가져왔음을 파악합니다.

{% content-ref url="/pages/mWVRmu7zx2w277PbNqsd" %}
[사용된 UTXO 가치 분포](/ko/cryptoquant-metrics/utxo/utxo-bands-value/spent-output-value-bands.md)
{% endcontent-ref %}


---

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