> For the complete documentation index, see [llms.txt](https://docs.radiant.capital/radiant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiant.capital/radiant/project-info/rdnt-tokenomics/liquidity-provisioning/eligibility.md).

# Maintaining Eligibility Status

{% hint style="info" %}
Remember: a minimum 5% ratio between your total deposit value and dLP value must be maintained at all times to remain eligible!
{% endhint %}

As a risk asset, pricing volatility may swing users in and out of eligibility.

Example:

* Liam has $5 of dLP on Arbitrum (RDNT/ETH) and $100 of USDC deposits, which means Liam has met the 5% requirement (eligible for emissions)
* The price of ETH declines 5%, thus taking the value of dLP down below $5, and Liam is now below the 5% threshold required to earn emissions

{% hint style="info" %}
The protocol needs to check the eligibility state constantly to determine who is in and who is out.
{% endhint %}

When you are eligible, banners at the top of each page will indicate "Emissions active."&#x20;

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

If you fall out of eligibility, an "emissions inactive" notification is visible at the top of each page and indicates the amount of dLP required to regain eligibility. Click "[zap into dLP](/radiant/project-info/rdnt-tokenomics/liquidity-provisioning/zapping-dlp.md#how-to-zap-via-radiant-ui)" and follow the prompts to resume receiving $RDNT emissions.&#x20;

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

{% hint style="info" %}
If a money market participant wishes to increase the likelihood of remaining eligible for RDNT emissions, consider **maintaining a buffer zone above the 5% threshold** to account for volatility.&#x20;
{% endhint %}

Example:

Roger deposits $1,000 USDC in the money market and needs to lock at least $50 of dLP to qualify for RDNT emissions.&#x20;

Roger decides to lock $60 dLP (10% above the threshold) to maintain eligibility status in the event of volatility.&#x20;

Additionally, users can enable auto-compound & auto-relock from the Manage Radiant page to increase the likelihood of retaining eligibility status.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.radiant.capital/radiant/project-info/rdnt-tokenomics/liquidity-provisioning/eligibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
