# 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](https://docs.glassnode.com/guides-and-tutorials/metric-guides/unrealized-profit-loss/unrealized-loss), 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="https://2190898932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ldi5WtVBeQ2iFbdqJ1a%2Fuploads%2Fgit-blob-bb7bbc0b7109f37436cd3b0644c515eace3cf026%2F1.png?alt=media" 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)
