# LP Holders

For LP holders, the system offers the following key feature:

**LP Stake Core Logic:**

1. Users receive a univ3 LP NFT when they provide liquidity.
2. A portion of ROX inflation is distributed to all LP Farm Pools based on voting outcomes.
3. Staking the LP NFT enables stakers to receive rewards from the pool, which include ROX inflation and bonuses, allocated according to their stake size.
4. This mechanism is based on Pancake's v3 LP mining model, determining rewards based on the effective range.
5. When a user unstakes or claims, all fees within the LP are automatically transferred to the staking contract.
6. These fees are then distributed according to this ratio: 40% to LP holders, 40% to veNFT holders, 10% to the Treasury, and 10% to the team.


---

# 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.roguex.io/tokenomics/ve-4-4/lp-holders.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.
