# Profit and Loss (UTXO)

## **تعریف**

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

$$
\text{UTXOs in Profit} = \text{Number of UXTOs being in profit}
$$

$$
\text{UTXOs in Loss} = \text{Number of UXTOs being in loss}
$$

$$
\text{Percent UTXOs in Profit} = 100 \* \frac{\text{UTXOs in Profit}}{\text{Number of UXTOs}}
$$

$$
\text{Percent UTXOs in Loss} = 100 \* \frac{\text{UTXOs in Loss}}{\text{Number of UXTOs}}
$$

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

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

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

* [BTC: Profit Amount (UTxO) Live Chart](https://cryptoquant.com/overview/full/16432?window=day)
* [BTC: Loss Amount (UTxO) Live Chart](https://cryptoquant.com/overview/full/16433?window=day)
* [BTC: Profit Percent (UTxO) Live Chart](https://cryptoquant.com/overview/full/16434?window=day)
* [BTC: Loss Amount (UTxO) Live Chart](https://cryptoquant.com/overview/full/16435?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-utxo.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.
