> For the complete documentation index, see [llms.txt](https://docs.wisetoken.net/wise-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/circulation-epoch/liquidity-provider-staking.md).

# Liquidity Provider Staking

WISE has an additional way of staking that rewards liquidity providers for the WISE/ETH pair if certain conditions are met.  If the liquidity percentage of WISE on Uniswap falls below 20%, then you may stake your LP tokens with the WISE contract and start earning interest (on top of the trading fees you already get).

This new money comes from the 3% inflation for stakers such that, the 3% for stakers slowly decreases and the 0% for LPs slowly increases.  Once this triggers, it will become valuable for a certain amount of people to LP stake since there is now a new pot of money available for LPs to earn daily interest.

An additional perk for LP staking is that you may end your stake at any time and collect your LP tokens.  When the Uniswap liquidity goes back above 30%, the rewards slowly start diminishing.  The staking inflation will creep back up towards 3% and the LP inflation will creep back towards 0% until triggered again.

This is a safeguard in the system that will most likely not be triggered for years if at all.  Users can still choose to add to liquidity themselves at any time in order to earn about 6% ROI from fees, but the additional incentive of shares interest doesn't trigger until needed.


---

# 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.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/circulation-epoch/liquidity-provider-staking.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.
