> 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-usdroli.md).

# Stake $ROLI

Our governance and utility token, $ROLI (ERC20), enhances the functionalities of our protocol. As an $ROLI token holder, you can influence and shape our platform's future development (governance coming soon) and earn $esRF rewards.

### How to Stake $ROLI?

1. Get $ROLI from ***Coming Soon***.
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 "$ROLI" tab.
4. Enter "the number of $ROLI" you wish to stake.
5. Let your $ROLI work for you & come back later to claim your $esRF rewards!

### $ROLI Staking - Basic Staking Rewards:

A total reward of $esRF 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.

### $ROLI Staking - Sharing of Trading Fees:

A portion of the protocol trading fee will also be distributed to $ROLI stakers. For the amount, please take a look at the [Tokenomics](/tokenomics.md) page.

### $ROLI Staking - Tiered Staking Rewards:

The Quarterly Tiered Staking Reward Program (with details to be announced periodically) will offer additional $esRF incentives for users that meet a certain amount of trading/staking/other requirements. Stay tuned to our Twitter for updates.&#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://docs.rollie.finance/getting-started/stake/stake-usdroli.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.
