> For the complete documentation index, see [llms.txt](https://docs.rollie.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rollie.finance/getting-started/stake/stake-usdesroli.md).

# Stake $esROLI

$esROLI is the escrowed version of our governance and utility token $ROLI. You can stake earn and participate in governance (coming soon) with $esROLI on Rollie Finance just like you can with $ROLI; the only difference is that $esROLI can only be used within the Rollie platform. If you wish to use $esROLI outside the Rollie platform, you must withdraw and convert your $esROLI to $ROLI (please see "esROLI Vesting" section).

### How to Stake $esROLI?

1. Get $esROLI from staking $ROLI (see "Stake $ROLI" section).
2. Connect your Metamask wallet to Rollie Finance by clicking the "Connect" button in the upper right corner.
3. Go to our website's "Stake" tab and select the "$esROLI" tab.
4. Enter "the number of $esROLI" you wish to stake.
5. Let your $esROLI work for you & come back later to claim more $esROLI rewards!

### $esROLI Staking - Basic Staking Rewards:

A total reward of $esROLI tokens (amount decided periodically) will be allocated to the $ROLI staking pool. Your rewards will depend on how long you have staked your $ROLI, $ROLI staked, and the total $ROLI staked.

### $esROLI Staking - Tiered Staking Rewards:

The Quarterly Tiered Staking Reward Program (with details to be announced periodically) will offer additional $esROLI incentives for users that meet a certain amount of trading/staking/other requirements. Stay tuned to our Twitter for updates. <br>


---

# 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.rollie.finance/getting-started/stake/stake-usdesroli.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.
