# Profit and Loss (Supply)

## **تعریف**

این شاخص، مجموع کل UTxO هایی که در سود یا زیان هستند را، با مقایسه قیمت آن‌ها در زمان تولید با قیمتشان در زمان خرج شدن، می‌سنجد.

$$
\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}}
$$

## استنباط از این شاخص

این شاخص‌ها، شباهت زیادی به شاخص‌های قسمت **Profit and Loss UTxO** دارند، با این تفاوت که با ارزش بیتکوینی هر UTxO وزن دار شده اند. این شاخص در اندازه‌گیری ارزش دقیق بیتکوینی UTxO هایی که در سود خرج می‌شوند، به ما کمک می‌کند. شاخص **Profit and Loss Supply** از مجموع ارزش UTxO ها بدست می‌آید.

|        **معیار‌ها**        |                                                       **توضیحات**                                                      |
| :------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
| مقدار سود یا Profit Amount | مجموع ارزش بیتکوینی UTxO‌هایی که در سود خرج شده‌اند، با مقایسه قیمت آن‌ها در زمان تولید با قیمت آن‌ها در زمان خرج شدن. |
|  مقدار زیان یا Loss Amount | مجموع ارزش بیتکوینی UTxO‌هایی که در ضرر خرج شده‌اند، با مقایسه قیمت آن‌ها در زمان تولید با قیمت آن‌ها در زمان خرج شدن. |
| درصد سود یا Profit Percent |                    نسبت مجموع ارزش بیتکوینی UTxO هایی که در سود هستند، به ارزش بیتکوینی کل UTxO ها.                    |
|  درصد زیان یا Loss Percent |                    نسبت مجموع ارزش بیتکوینی UTxO هایی که در ضرر هستند، به ارزش بیتکوینی کل UTxO ها.                    |

## لینک داده‌ها

* [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/fa/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.
