> For the complete documentation index, see [llms.txt](https://docs.glassnode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glassnode.com/further-information/metric-guides/profit-loss-utxo/percent-utxos-in-profit.md).

# Percent UTXOs in Profit

## Indicator Overview

A [UTXO](/data/utxo-vs.-account-based-chains.md#utxo-unspent-transaction-output-chains) is [in profit](/further-information/metric-guides/profit-loss-utxo/utxos-in-profit.md) if the current price is higher than the price at the time it was created. Conversely, a UTXO is [in loss](/further-information/metric-guides/profit-loss-utxo/utxos-in-loss.md) if the current price is lower than the price at the time it was created.

Percent UTXOs in Profit highlights the percentage of the total set of UTXOs which are currently in profit. In general, higher values may suggest market tops, while lower values may signal bottoms. However, [Percent Supply in Profit](/further-information/metric-guides/profit-loss-supply/percent-supply-in-profit.md) and [Net Unrealized Profit/Loss (NUPL)](/further-information/metric-guides/unrealized-profit-loss/nupl-net-unrealized-profit-loss.md) can often provide a clearer signal of tops and bottoms based on the same concept of examining average profit and loss across a network.

<figure><img src="/files/ehyms0cQx5icLIZNTxzN" alt="Bitcoin: Percent UTXOs in Profit"><figcaption></figcaption></figure>

* [View Percent UTXOs in Profit in Glassnode Studio](https://studio.glassnode.com/metrics?a=BTC\&m=blockchain.UtxoProfitRelative)
* [View Percent UTXOs in Profit in Glassnode API Docs](https://docs.glassnode.com/basic-api/endpoints/blockchain#percent-utxos-in-profit)

## How is it measured?

Percent UTXOs in Profit is calculated by dividing the absolute number of [UTXOs in Profit](/further-information/metric-guides/profit-loss-utxo/utxos-in-profit.md) by the total number of UTXOs and converting to a percentage.

$$
\textrm{Percent UTXOs in Profit} = 100 \cdot \frac{\textrm{UTXOs in Profit}}{\textrm{Number of UTXOs}}
$$

## About

### Introduced By

[Glassnode](https://twitter.com/glassnode/)

### Date Introduced

November 2019

## Further Resources

Rafael Schultze-Kraft - [Dissecting Bitcoin's Unrealised On-Chain Profit/Loss](https://medium.com/glassnode-insights/dissecting-bitcoins-unrealised-on-chain-profit-loss-73e735020c8d)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.glassnode.com/further-information/metric-guides/profit-loss-utxo/percent-utxos-in-profit.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.
