# Net Unrealized Profit and Loss (NUPL)

## **تعریف**

شاخص مجموع سود و زیان محقق نشده یا به اختصار **NUPL**، اختلاف بین **Market Cap** و **Realized Cap** را نشان می‌دهد.

$$
NUPL = \frac{\text{Market Cap - Realized Cap}}{\text{Market Cap}}
$$

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

شاخص **NUPL** از تقسیم اختلاف **Market Cap** و **Realized Cap** بر **Market Cap** محاسبه می‌شود. اگر مقدار Market Cap از Realized Cap بیشتر باشد، مقدار NUPL مثبت بوده و به این معناست که ارزش مورد انتظار سرمایه‌گذاران برای بیتکوین، از ارزش آن در حال حاضر پایین‌تر است. در واقع رشد NUPL، افزایش فشار فروش را نشان می‌دهد.

|              **معیار‌ها**             |                                            **توضیحات**                                           |
| :-----------------------------------: | :----------------------------------------------------------------------------------------------: |
|      Net Unrealized Profit (NUP)      | مجموع UTxO هایی که در سود هستند، که بر اساس مقایسه قیمت در تاریخ تولید با قیمت فعلی بدست می‌آید. |
|       Net Unrealized Loss (NUL)       | مجموع UTxO هایی که در ضرر هستند، که بر اساس مقایسه قیمت در تاریخ تولید با قیمت فعلی بدست می‌آید. |
| Net Unrealized Profit and Loss (NUPL) |                اختلاف بین ارزش بازار (Market Cap) و ارزش محقق شده (Realized Cap).                |

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

* [BTC: Net Unrealized Profit and Loss Live Chart](https://cryptoquant.com/overview/full/16429?window=day)
* [BTC: Net Unrealized Loss Live Chart](https://cryptoquant.com/overview/full/16431?window=day)
* [BTC: Net Unrealized Profit Live Chart](https://cryptoquant.com/overview/full/16430?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/net-unrealized-profit-and-loss-nupl.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.
