> For the complete documentation index, see [llms.txt](https://docs.belugas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.belugas.io/lp-staking/maintaining-eligibility-status.md).

# Maintaining Eligibility Status

{% hint style="info" %}
Remember : a minimum 5% ratio between your total deposit value and LP 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 :&#x20;

1. John has $5 of LP and $100 of USDC deposits, which means John has met the 5% requirement (eligible for emissions)
2. The price of SEI declines 5%, thus taking the value of LP down below $5, and John 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, who is out."
{% endhint %}

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

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

If you fall out of eligibility, a "Emission inactive" notification is visible at the top of LP staking page and indicates the amount of LP required to regain eligibility. Click "Zap into LP" and follow the prompts to resume receiving $BUL emissions.

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

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

Example:

Carl deposits $1,000 USDC in the money market and needs to lock at least $50 of LP to quality for BUL emissions.

Carl decides to lock $60 LP (10% above the threshold) to maintain eligibility status in the event of volatility.

Additionally, users can enable auto-compound & auto-relock from the manage Belugas Protocol page to increase the likelihood of retaining eligibility status.


---

# 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.belugas.io/lp-staking/maintaining-eligibility-status.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.
