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

# Supply in Loss

## Indicator Overview

Supply in Loss, as the name suggests, represents the absolute amount of coins in a given network which are currently in loss (i.e. the price at the time they were last moved 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), Supply in Loss does not account for the *amount* of loss - only the binary case of whether or not the coin is in loss.

<figure><img src="/files/ANGPY27l866kM6qJ02OP" alt="Bitcoin: Supply in Loss"><figcaption></figcaption></figure>

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

## How is it measured?

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

$$
\textrm{Supply in Loss} = \textrm{value}\~{\color{gray}{\textrm{(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-supply/supply-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.
