> For the complete documentation index, see [llms.txt](https://anonbot-whitepaper.gitbook.io/anonbot-whitepaper-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anonbot-whitepaper.gitbook.io/anonbot-whitepaper-v1/anonbot-telegram-bot/revenue-sharing.md).

# Revenue Sharing

A key aspect of the Anonbot token is revenue sharing, which creates a unique incentive for people to hold and promote our token. The revenue sharing program of our platform has two elements: revenue sharing through usage of our bot and revenue sharing through taxes associated with the $ANONBOT ERC-20 token. \
\
As detailed in the previous chapters, every bridge and mix using the Anonbot Telegram bot incurs a small and market competitive fee of 0.5% of the swapped, bridged or mixed amount. 50% of all proceeds from these fees are transferred in ETH to holders of the $ANONBOT token. This revenue is shared in proportion to your holding of $ANONBOT. For example, if you hold 0.1% of all $ANONBOT tokens, you will receive 0.1% of 50% of all revenues generated by the platform. This revenue is shared with holders periodically, and the frequency depends on the volume and revenue generated by transactions using our bot. We aim to share revenue at least bi-weekly.\
\
Besides revenue shared from fees generated by the platform, we also share 20% of all taxes generated by buys and sells of our $ANONBOT token with holders. This creates a second incentive to hold the token. Revenue from this is shared with holders following the same timeframe as revenue generated from fees.

Note that this fee structure and revenue sharing program, as described above, will start 10 days after the launch of our bot and token, after a free-to-use period.


---

# 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://anonbot-whitepaper.gitbook.io/anonbot-whitepaper-v1/anonbot-telegram-bot/revenue-sharing.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.
