# Supply in Profit

## Indicator Overview

Supply in Profit, as the name suggests, represents the absolute amount of coins in a given network which are currently in profit (i.e. the price at the time they were last moved is lower than the current price).

This metric is helpful in highlighting market tops by suggesting when investors might be close to taking profits.

It is important to note that unlike [Unrealized Profit](https://docs.glassnode.com/guides-and-tutorials/metric-guides/unrealized-profit-loss/unrealized-profit), Supply in Profit does not account for the *amount* of profit - only the binary case of whether or not the coin is in profit.

<figure><img src="https://2190898932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ldi5WtVBeQ2iFbdqJ1a%2Fuploads%2Fgit-blob-f7516d5269a8f741c143f1c4675dc3960e3281a8%2F1.png?alt=media" alt="Bitcoin: Supply in Profit"><figcaption></figcaption></figure>

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

## How is it measured?

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

$$
\textrm{Supply in Profit} = \textrm{value}\~{\color{gray}{\textrm{(of all UTXOs where price $>$ price$\_\textrm{created}$)}}}
$$

## 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: 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/guides-and-tutorials/metric-guides/profit-loss-supply/supply-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.
