# dLP Stats

From the Manage Radiant page, view relevant statistics related to dLP.

<figure><img src="/files/u57956yEjV3Lc3FAI9Vm" alt=""><figcaption></figcaption></figure>

**Your Locked dLP:** The fluctuating value of dLP caused by volatility on the underlying tokens- RDNT & ETH or RDNT & BNB.

{% hint style="info" %}
dLP USD Value = (TWAP(RDNT, 1 hr) \* rdntInLp) + (ethPrice \* ethInLp) / LP Supply
{% endhint %}

**dLP Locked (global):** The total value of all dLP locked on the selected blockchain.

**Daily platform fees (global)**: The total platform fees vary daily based on the amount of borrowing interest, liquidations, and flash loan fees the protocol generates over a rolling 24hr period. Daily platform fees are distributed linearly over seven days.

**Your share:** The percentage of global daily platform fees that is your share, based on your locked dLP in relation to the size of globally locked dLP.

*Calculation: (User share of dLP \* user avg. dLP Multiplier) / (Total Protocol dLP \* Global Protocol avg. multiplier)*

The average multiplier is based on the lock length selected each time you perform a lock/relock or zap/auto-compound into dLP.

*Calculation:*

*For example, User 1:*

*- Total: 2 dLP locked / 13x Avg. Multiplier*

*- 1 dLP Locked for 1 year (25x multiplier)*

*- 1 dLP Locked for 1 month (1x multiplier)*

**Total Annual Platform Fees:** Amount of projected protocol fees received by a user over 365 days, based on an extrapolated 24h sample of Global Protocol Fees

*Calculation: (User Daily Protocol Fees \* 365)*

**Your Current Lock APR: -** Definition: User Specific Lock APR depending on Avg. Multiplier

*Calculation: (Global 1 month Locking APR \* User Avg Multiplier)*


---

# 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.radiant.capital/radiant/project-info/manage-radiant/dlp/dlp-stats.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.
