> For the complete documentation index, see [llms.txt](https://docs.resupply.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.resupply.finance/how-to-guides/using-resupply/staking-in-the-insurance-pool.md).

# Staking in the Insurance Pool

The [Insurance Pool](https://resupply.fi/insurance-pool) allows users to deposit reUSD and contribute to the protocol’s safety by accepting a share of protocol risk. In return, users receive a share of protocol revenue and RSUP rewards as compensation for their participation.

#### Key Features of the Insurance Pool

**Risk & Reward Mechanism:**

* Users stake reUSD to help secure the protocol.
* In exchange, they earn protocol revenue and RSUP tokens.
* Participants accept a portion of the protocol’s risk by providing capital.
* ReUSD may be converted to crvUSD or frxUSD during liquidations.<br>

**vAPR Display:**

* Displays the current reward rate, indicating how much yield stakers can expect.

#### How to Stake reUSD

1. Enter the desired amount of reUSD to stake.
2. Click **"Approve"** to allow the transaction.
3. Once approved, click **"Stake"** to deposit funds into the Insurance Pool.
4. Users can also click **"Max"** to stake the entire available balance.

#### Unstaking & Cooldown Period

* Unstaking is a two-step process:

1. Initiate unstaking triggers a **7-day cooldown.**
2. While in cooldown, you won’t receive RSUP tokens or be able to withdraw. However, you will still receive reUSD rewards.
3. After the cooldown period, users can fully **withdraw their reUSD.**

Users must navigate to the **"Unstake"** tab to complete the process.

<figure><img src="/files/XDm1uDyH8IxLjrRMZVPE" alt=""><figcaption></figcaption></figure>


---

# 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.resupply.finance/how-to-guides/using-resupply/staking-in-the-insurance-pool.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.
