# Profit and Loss (Supply)

## Definition

Profit and Loss (Supply) evaluates the sum of UTxOs being in profit or not by comparing the price between created and destroyed.&#x20;

$$
\text{Supply in Profit} = \sum\_{u \in utxos} \text{value}\_u \* \mathbb{I}(\text{price}*u > \text{price}*{created, u})
$$

$$
\text{Supply in Loss} = \sum\_{u \in utxos} \text{value}\_u \* \mathbb{I}(\text{price}*u < \text{price}*{created, u})
$$

$$
\text{Percent Supply in Profit} = 100 \* \frac{\text{Supply in Profit}}{\text{Total Supply}}
$$

$$
\text{Percent Supply in Loss} = 100 \* \frac{\text{Supply in Loss}}{\text{Total Supply}}
$$

## Interpretation

These metrics are similar to the ones in Profit and Loss (UTxO) but put more weight on each UTxO with its value. It enables measuring the exact alive bitcoin transaction output value in profit. Profit and Loss (Supply) is calculated as the sum of UTxO value.

* Profit Amount: The sum of UTxO value being in profit by comparing the price between created and destroyed.
* Loss Amount: The sum of UTxO value being in loss by comparing the price between created and destroyed.
* Profit Percent: Ratio of the sum of UTxO value being in profit among the total sum of UTxO value.
* Loss Percent: Ratio of the sum of UTxO value being in loss among total UTxO value.

## Link to Our Data

* [BTC: Profit Amount (Supply) Live Chart](https://cryptoquant.com/overview/full/16436?window=day)
* [BTC: Loss Amount (Supply) Live Chart](https://cryptoquant.com/overview/full/16437?window=day)
* [BTC: Profit Percent (Supply) Live Chart](https://cryptoquant.com/overview/full/16438?window=day)
* [BTC: Loss Amount (Supply) Live Chart](https://cryptoquant.com/overview/full/16439?window=day)


---

# 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://userguide.cryptoquant.com/cryptoquant-metrics/utxo/profit-and-loss-supply.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.
