# Staking

Staking is the primary value accrual strategy of Recovery. Stakers stake their REC-USDT LP on the Recovery page to receive rewards. Rewards come from the crowdfunding protocol and vary according to the amount of crowdfunding in the protocol.

Staking is a passive, long-term strategy. Your LP value will gradually increase while your cost base will continue to decrease until it converges to zero. In other words, even if the market price falls below the price you bought it, stake it long enough and your gains will eventually outpace the price drop.

When you stake, you lock up your REC-USDT LP. Your account will be automatically rewarded every epoch.&#x20;

When you unstake, you will redeem your REC-USDT LP. Unstaking means that the user will be disqualified from receiving the reward. It is important to note that the amount of lost rewards will only depend on the number of unstakes; the remaining LP (if any) will continue to earn rewards.

## Staking Contribution

* Node Staking: Contribution = 1 × LP quantity&#x20;
* Staking for 1 month: Contribution = 1 × LP quantity&#x20;
* Staking for 6 months: Contribution = 2 × LP quantity&#x20;
* Staking for 12 months: contribution = 5 × LP quantity&#x20;
* Staking for 48 months: contribution = 10 × LP quantity

**Staking rewards will be evenly distributed according to the total contribution.**


---

# 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.recoverydao.org/products/staking.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.
