# BOT

- [Key Features](https://juicebot.gitbook.io/juicebot/bot/key-features.md)
- [Supported Chains](https://juicebot.gitbook.io/juicebot/bot/supported-chains.md)
- [Fee Structure](https://juicebot.gitbook.io/juicebot/bot/fee-structure.md)
- [Gamified Leaderboard System](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system.md)
- [Reward Distribution](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/reward-distribution.md): A breakdown of the rewards.
- [Navigating the Leaderboard Menu](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/navigating-the-leaderboard-menu.md)
- [Leaderboard Usernames](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/leaderboard-usernames.md): Customize your JuiceBot leaderboard by linking your Twitter account or using the default wallet address. Easily manage your username visibility in the username menu.
- [Referral Reward Breakdown](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/referral-reward-breakdown.md): Earn rewards by inviting others to JuiceBot. Referrers benefit from receiving a point bonus based on their referee's volume.
- [JuiceBot Gamification Levels](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/juicebot-gamification-levels.md): JuiceBot’s competitive ranking system, where users progress from Fresh Squeezer to Elite Juicer. This page outlines each level, its rank percentile, and the emoji representing your achievements.


---

# Agent Instructions: 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:

```
GET https://juicebot.gitbook.io/juicebot/bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
