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

# Stake in the Revuto pools

**Stake REVU in the Special GENS ISPO?**

{% hint style="info" %}
Staking in Revuto staking pools is very simple. Let us demonstrate by using our Special GENS ISPO as an example.
{% endhint %}

1. Open your Revuto app
2. Enter your Revuto Wallet by tapping Wallet, then “Your wallet name”
3. In the main menu of the Wallet, choose Staking
4. Switch to REVU staking on the top
5. Scroll down to reveal the SPECIAL GENS ISPO
6. Tap STAKE
7. Choose the amount of REVU you want to stake

{% hint style="info" %}
Make sure to enter an amount between 2000 REVU and 200000 REVU Remember that you can only stake once, so double check the amount you want to stake before tapping CONTINUE
{% endhint %}

1. Review your staking transaction
2. To confirm this staking event, enter your Spending password and tap CONFIRM STAKE
3. If the transaction was successful, you will receive a confirmation message followed by a summary of your staking event

Congratulations! Your REVU tokens will now earn great staking rewards, even while you sleep.

Feel free to watch our video instructions on "**How to stake REVU for Special GENS ISPO**"

{% embed url="<https://youtu.be/Dg1bBxjdsxk>" %}
How to stake REVU in the Special GENS ISPO
{% endembed %}

**For any additional questions feel free to contact our Customer Support on <support@revuto.com>**


---

# 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://revuto.gitbook.io/revuto/faq/stake-in-the-revuto-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.
