# 수익/손해권 UTXO

## 정의

수익/손해권 UTXO는 전체 UTXO 중 마지막 거래 시점의 가격 대비 현재 수익/손해권에 있는 UTXO의 수/비율을 계산하여 구합니다. 마지막 거래 시점의 가격 대비 현재 혹은 옮겨진 가격이 높다면 수익이라고 해석할 수 있습니다.

$$
\text{수익권 UTXO 수} = \text{현재 수익권에 있는 UTXO의 수}
$$

$$
\text{손실권 UTXO 수} = \text{현재 손실권에 있는 UTXO의 수}
$$

$$
\text{수익권 UTXO 비율} = 100 \* \frac{\text{현재 수익권에 있는 UTXO의 수}}{\text{UTXO의 총 수}}
$$

$$
\text{손실권 UTXO 비율} = 100 \* \frac{\text{현재 손실권에 있는 UTXO의 수}}{\text{UTXO의 총 수}}
$$

## 해석

UTXO의 생성과 파괴 즉 움직임이 트레이딩 거래로 인한 움직임이라고 가정할 때, 수익/손해권 UTXO는 얼마나 많은 UTXO들이 수익/손해권에 속해있는지 보여주는 기초 데이터입니다.

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

* **수익권에 있는 절대적 UTXO 수**를 알아보기 위해 : [수익권 UTXO 수](https://cryptoquant.com/asset/btc/chart/network-indicator/utxos-in-profit?window=DAY\&sma=0\&ema=0\&priceScale=linear\&metricScale=linear\&chartStyle=line)﻿
* **손해권에 있는 절대적 UTXO 수**를 알아보기 위해 : [손실권 UTXO 수](https://cryptoquant.com/asset/btc/chart/network-indicator/utxos-in-loss?window=DAY)

### 비율에 초점

* **수익권에 있는 UTXO가 전체에서 차지하는 비율**: [수익권 UTXO 비율﻿](https://cryptoquant.com/asset/btc/chart/network-indicator/utxos-in-profit-percent?window=DAY)
* ﻿**손실권에 있는 UTXO가 전체에서 차지하는 비율**: [손실권 UTXO 비율](https://cryptoquant.com/asset/btc/chart/network-indicator/utxos-in-loss-percent?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/ko/cryptoquant-metrics/utxo/profit-and-loss-utxo.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.
