# Percent Supply in Profit

## Indicator Overview

A [coin is in profit](/guides-and-tutorials/metric-guides/profit-loss-supply/supply-in-profit.md) if the current price is higher than the price at the time it was last moved. Conversely, a [coin is in loss](/guides-and-tutorials/metric-guides/profit-loss-supply/supply-in-loss.md) if the current price is lower than the price at the time it was last moved.

Percent Supply in Profit highlights the percentage of the total supply which is currently in profit. This metric represents an oscillator that allows us to better understand the current state of the market for a given coin: in general, values above 95% suggest market tops, while values below 5% signal bottoms.

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

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

## How is it measured?

Percent Supply in Profit is calculated by dividing the absolute [Supply in Profit](/guides-and-tutorials/metric-guides/profit-loss-supply/supply-in-profit.md) by the total circulating supply and converting to a percentage.

$$
\textrm{Percent Supply in Profit} = 100 \cdot \frac{\textrm{Supply in Profit}}{\textrm{Total Supply}}
$$

## 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/percent-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.
