> 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/utxos-in-loss.md).

# UTXOs in Loss

## Indicator Overview

UTXOs in Loss, as the name suggests, represents the absolute number of UTXOs in a given network which are currently in loss (i.e. the price at the time they were created is higher than the current price).

This metric is helpful in highlighting market bottoms by suggesting when investors might be ready to re-enter the market.

It is important to note that unlike [Unrealized Loss](/further-information/metric-guides/unrealized-profit-loss/unrealized-loss.md), UTXOs in Loss does not account for the *amount* of loss - only the binary case of whether or not the UTXO is in loss.

<figure><img src="/files/5iS1w8t4DIJT9brAgnva" alt="Bitcoin: UTXOs in Loss"><figcaption></figcaption></figure>

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

## How is it measured?

UTXOs in Loss is calculated by determining which UTXOs were created when the price was higher than the current price (i.e. the price has decreased since the UTXOs were created). It represents the total absolute number of those UTXOs.

$$
\textrm{UTXOs in Loss} = {\color{gray}{\textrm{number of all UTXOs where price$\_\textrm{created}>$ price}}}
$$

## 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/utxos-in-loss.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.
