> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/product/prime-liquidity-provider-plp/boost.md).

# Boost & Locks tab

The **Boost & Locks** tab is the entry point to the pLP system. It shows the gap between your current locked pLP value and the **5% threshold** required to start earning PRFI emissions on your deposits and borrows in the markets, and it is where you create, view and manage your locks.

{% hint style="info" %}
The pLP page is organised into **two** tabs: **Boost & Locks** (this page — eligibility, the emissions table, and lock management/calendar) and **Rewards & Vesting** (claiming platform fees, PRFI vesting, and protocol stats). Earlier versions of the app split these into four separate tabs.
{% endhint %}

### What you see on this tab

* **Boost progress bar** — how close you are to qualifying for emissions on your current open positions.
* **Required pLP** — the USD value of pLP you still need to lock to reach 5% of your collateral.
* **Flik into pLP** — one-click action that takes some of your supplied collateral, pairs it with PRFI, and locks the resulting pLP for you.
* **Emissions table** — each market's slice of the single global PRFI budget, broken down per asset, plus a personalized **Your PRFI / day** column when an eligible wallet is connected. See [Maximum APR by asset → Per-market PRFI emissions](/product/prime-liquidity-provider-plp/maximum-apr-by-asset.md) for exactly how these numbers are derived.
* **Your locks & lock-expiry calendar** — every active lock, its multiplier and unlock date, with relock / withdraw and auto-relock controls.

### Eligibility model

To activate PRFI emissions for both deposits and loans, you must lock a minimum of **5% of your deposit's USD value in pLP tokens** on the relevant chain.

{% hint style="info" %}
PRFI emissions on the lending markets are streamed by the `ChefIncentivesController` contract. Emissions are only active on chains where the chef is currently funded — at the moment that's primarily **Base**. The Boost tab will show an explicit "Emissions inactive" banner on chains where the chef isn't streaming, so the eligibility check doesn't silently look broken.
{% endhint %}

For the full pLP eligibility model and how it composes with multipliers, see:

* [pLP Overview](/product/prime-liquidity-provider-plp/plp-overview.md)
* [Sustaining Eligibility Status](/product/prime-liquidity-provider-plp/sustaining-eligibility-status.md)
* [Bounty for Disqualification](/product/prime-liquidity-provider-plp/bounty-for-disqualification.md)

### Building your pLP position

Two ways to get pLP and qualify:

1. **Flik into pLP** — borrow the paired asset (HYPE / ETH / XDC) atomically against your deposit and lock the resulting pLP. See [Flik Positions](/product/prime-liquidity-provider-plp/ways-of-building-the-position/flik.md).
2. **Manual** — generate pLP on Uniswap / HyperSwap / PrjX yourself and lock it. See [Manual Positions](/product/prime-liquidity-provider-plp/ways-of-building-the-position/manual.md).


---

# 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.primefi.xyz/product/prime-liquidity-provider-plp/boost.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.
