> For the complete documentation index, see [llms.txt](https://realfevr.gitbook.io/realfevr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realfevr.gitbook.io/realfevr/usdfevr-token/what-is-usdfevr/staking-pools.md).

# Staking pools

In recent years, staking has been one of the preferred token distribution methods from founding teams to the community of token holders. Our goal is to distribute **$FEVR** to those who show commitment to the project as we believe that long-term holders will be the main driver of the growth of our ecosystem.

**Essentially, staking works as follows:**

Participants buy or receive tokens. Participants commit those tokens to the validation process or staking contract, therefore staking their tokens. If participants respect the consensus or contract rules, they are rewarded with inflation; contrarily, if depositors miss following the rules, their stake is slashed by the protocol or penalized by the contract.<br>

**We offer 3 different types of staking pools:**

* **Fixed Pools:** where you cannot withdraw your tokens until the end of the staking period)
* **Flexible Pools:** where you may choose to pay penalty fees to leave the pool before the end of the staking period)&#x20;
* **LP Pools:** where users can stake their tokens to provide liquidity for traders to swap between currencies

LP Pools have a staking duration of 1 year (365 days). If you decide to withdraw your tokens before the 12 months are over, **withdrawal fees** will be applied.

With these pools, instead of having the generally expressed **APR (Annual Percentage Rate)**, you are presented with the ***Real APR***. This is because the period of each pool (BSC and ETH) lasts for 1 year, which gives you exactly the annual percentage rate (APR).

<details>

<summary><strong>Example:</strong></summary>

* You deposit in the BSC LP pool the following tokens: 1 000 000 $FEVR tokens and also its equivalent in BNB (5 BNB, for example).
* The real APR in this pool is 56%, which means that after 1 year, you will receive 56% of (1M $FEVR + 5BNB) in $FEVR tokens. Considering that, on the example above, you have deposited an equivalent of 2M $FEVR tokens in total, your staking rewards after 1 year in this LP Pool would be: 2 000 000 \* 0.56 = 1 120 000 $FEVR tokens
* The same reasoning applies to the LP Pool in the Ethereum chain.

*If you don’t understand how LP Pools work, make sure you do your own research before staking your tokens in a system you are not familiar with, as they carry the risk of impermanent loss and hold a higher degree of complexity.*

</details>

**$FEVR staking in other Networks:**

* In addition to the <mark style="color:yellow;">**BNB Chain**</mark> pools, you may also stake **$FEVR** in <mark style="color:blue;">**Ethereum**</mark>**,&#x20;**<mark style="color:purple;">**Polygon**</mark> and <mark style="color:red;">**Avalanche**</mark>.

Explore the various [staking pools](https://staking.realfevr.com/) and pick the one that fits you the best!

Careful not to stake **$FEVR** outside our website: <https://staking.realfevr.com> (this is the only official one). If you lose your funds in scam staking pools, we cannot help you or refund you.&#x20;


---

# 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://realfevr.gitbook.io/realfevr/usdfevr-token/what-is-usdfevr/staking-pools.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.
