> 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/tokenomics.md).

# Tokenomics

## Fee Distribution

Fee distribution is transparent for Rollie.

* 60% to $RLP holders
* 30% to $ROLI stakers
* 10% to Rollie Treasury

Staking $ROLI will entitle the holder to 30% of the protocol fee distribution, on top of possible $esROLI emissions (rate to be determined periodically).

## What is $esROLI?

Rollie also introduces Escrowed $ROLI ($esROLI), a tokenized form of $ROLI locked in our smart contract. Users who provide liquidity to the platform via Rollie's "Stake" page and stake their $ROLI earn $ esROLI as an additional reward. This incentive makes the platform more attractive to traders and increases trading volume.

This unique $esROLI token is earned by staking $ROLI in our smart contract; users can continue to earn trading fee rewards while their tokens are staked. In turn, $esRF can be staked and earn more $esROLI. This makes $esRF a versatile and valuable asset, providing users with additional options for earning passive income while contributing to the platform's liquidity.

Finally, the protocol fees are paid in USDT, a stablecoin on the Scroll network, the next-generation zkEVM Layer 2 scaling solution. This ensures that the platform fees are stable and predictable and provides a seamless trading experience for users.

In summary, $esROLI is a unique and valuable token that incentivizes liquidity provision and represents an interest in the staked $ROLI tokens. Stablecoin payments further increase its utility and value. This makes it an essential part of Rollie's ecosystem and supports its overall goal. More utilities will be added to $ROLI and $esROLI as Rollie grows!

## Token Distribution

| Description       | Percentage |
| ----------------- | ---------- |
| Team and Advisors | 20%        |
| IDO on Scroll     | 2%         |
| Treasury          | 35%        |
| Liquidity Mining  | 40%        |
| Marketing         | 3%         |
| **Total**         | **100%**   |


---

# 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/tokenomics.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.
