# Prime Liquidity Provider (pLP)

**Prime Liquidity Provider (pLP)** is PrimeFi's mechanism for aligning long-term participants with the protocol. Lock pLP tokens (PRFI paired with the chain's base asset — ETH, HYPE, or XDC) to:

* Activate **PRFI emissions** on your money-market deposits and borrows.
* Receive a share of **protocol revenue** (borrowing interest, liquidation premiums, flash-loan fees).
* Stack a duration **multiplier** (up to 25x) on both of the above.

### The pLP page in the app

`/plp` is organised into four tabs. Each maps to one of the user-facing surfaces of the pLP system:

| Tab                                                 | What you do there                                                                                   |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [Boost](/prime-liquidity-provider-plp/boost.md)     | See your eligibility gap, Flik into pLP, simulate emissions, decide how much pLP to lock.           |
| [Locks](/prime-liquidity-provider-plp/locks.md)     | Create / view / relock your pLP locks, toggle auto-relock, monitor your average multiplier.         |
| [Vesting](/prime-liquidity-provider-plp/vesting.md) | Manage the 90-day vesting of earned PRFI emissions, exit early, or Flik vesting PRFI back into pLP. |
| [Rewards](/prime-liquidity-provider-plp/rewards.md) | Claim platform fees, review your activity log, enable auto-compound.                                |

{% hint style="info" %}
The `/manage-prime` URL from earlier versions of the app now permanently redirects to `/plp`. All Manage PrimeFi functionality lives inside the four pLP tabs above.
{% endhint %}

### Concepts

* [pLP Overview](/prime-liquidity-provider-plp/plp-overview.md) — what pLP is and why locking it is the eligibility check
* [Maximum APR by asset](/prime-liquidity-provider-plp/maximum-apr-by-asset.md)
* [pLP Pools](/prime-liquidity-provider-plp/plp-pools.md)
* [Sustaining Eligibility Status](/prime-liquidity-provider-plp/sustaining-eligibility-status.md)
* [Bounty for Disqualification](/prime-liquidity-provider-plp/bounty-for-disqualification.md)

### Ways of building a pLP position

* [Manual Positions](/prime-liquidity-provider-plp/ways-of-building-the-position/manual.md) — bring your own LP tokens (Uniswap / PrjX / HyperSwap)
* [Flik Positions](/prime-liquidity-provider-plp/ways-of-building-the-position/flik.md) — atomic borrow-and-lock from inside the app


---

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