> For the complete documentation index, see [llms.txt](https://rocketbot-1.gitbook.io/rocketbot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketbot-1.gitbook.io/rocketbot-docs/gems-and-rewards.md).

# Gems & Rewards

## 7. Gems & Rewards

### What are gems?

Gems are Team Rocket's virtual currency. They can be used to purchase items, participate in mini-games, and earn special rewards.

### How do I earn gems?

{% stepper %}
{% step %}

### Play Rocket E-Games and E-Date Games

Members earn gems by participating in arena games, e-dates, and social/fancy commands.
{% endstep %}

{% step %}

### Use items in the Sabotage Game

Purchase items from the Shop and use them on other players to earn or steal gems.
{% endstep %}

{% step %}

### Complete events and challenges

Special events or timed challenges can award additional gems.
{% endstep %}
{% endstepper %}

### Can I lose gems?

Yes, gems can be lost if another player successfully uses sabotage items, such as the Rare Gem Vacuum.

### Rocket Games & Equivalent Rewards

| Game / Action      | Gems Earned | Notes                          | Command              |
| ------------------ | ----------- | ------------------------------ | -------------------- |
| Escape Room        | 5 / 3       | Win / Lose                     | `.er`                |
| Campfire           | 5 / 3       | Per successful lighting        | `.cc`                |
| Montage Challenge  | 5 / 3       | Win / Lose                     | `.mc`                |
| Lightning Round    | 5 / 3       | Completed / Incomplete         | `.lr`                |
| Press Quest        | 15          | ---                            | `.pq`                |
| Drawing Date       | 15          | ---                            | `.dd`                |
| Compatibility Test | 15          | ---                            | `.ct`                |
| Drama              | 1           | ---                            | `.tr drama`          |
| Roast              | 1           | ---                            | `.tr roast`          |
| Thunderbolt        | 1           | ---                            | `.tr thunderbolt`    |
| Shout Spring       | 2           | ---                            | `.tr ss`             |
| Sabotage Potion    | 100-500     | Depending on success           | `.pi potion`         |
| Sabotage Vacuum    | 20%         | Of target's gems if successful | `.pi vacuum`         |
| Daily Quest        | 100         | Completed                      | `.tr q`  `.tr quest` |
| Duo Ship           | 2           | ---                            | `.duo @mention`      |
| Trio Ship          | 3           | ---                            | `.trio @mention`     |
| Pokémon Catch      | 1           | Per catch / Click button       |                      |

#### Rocket Leaderboards & Equivalent Rewards <a href="#rocket-games-and-equivalent-rewards" id="rocket-games-and-equivalent-rewards"></a>

| Leaderboard     | Position | Reward Roles                                                                              | Command                                                              | Others                                                       | Points                                      |
| --------------- | -------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------- |
| Lightning Round | Top 1    | <mark style="color:$success;">@Lightning Ace ⚡</mark>                                     | `.lr`                                                                |                                                              | Total quiz score                            |
| E-Games         | Top 1    | <mark style="color:red;">@Rocket Elite Commander 🎖️</mark>                               | `.tr` `.pq`  `.cc`   `.er`  `.mc`   `.lr`   `.pq` `.pi`  `.ct` `.dd` | Pokemon catch event, Kahoot Events, Matchmaking Registration | Total gems                                  |
| E-Games         | Top 2-10 | <mark style="color:$danger;">Rocket Elites 🎖</mark>                                      | `.tr` `.pq`  `.cc`   `.er`  `.mc`   `.lr`   `.pq` `.pi`  `.ct` `.dd` | Pokemon catch event, Kahoot Events, Matchmaking Registration | Total gems                                  |
| E-Date          | Top 1    | <mark style="color:$primary;">@Rocket Heartthrob 💘</mark>                                | `.ct`  `.dd`  `.pi potion`                                           | Matchmaking Registration                                     | Total edate points                          |
| E-Date          | Top 2-10 | @Rocket Charmers 💘                                                                       | `.ct`  `.dd`  `.pi potion`                                           | Matchmaking Registration                                     | Total edate points                          |
| Pokémon Catch   | Top 1    | <mark style="color:blue;">@Legendary Catcher</mark> <mark style="color:yellow;">🎯</mark> |                                                                      | Pokemon catch event                                          | Total points from Pokemon catch channel     |
| Pokémon Trainer | Top 1    | <mark style="color:yellow;">@Pokemon Grandmaster</mark> 🌟                                |                                                                      | Pokemon Evolution event                                      | Total points from Pokemon Evolution channel |
| Pokémon Trainer | Top 2-10 | <mark style="color:$warning;">@Pokemon Trainers</mark> 🌟                                 |                                                                      | Pokemon Evolution event                                      | Total points from Pokemon Evolution channel |

<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://rocketbot-1.gitbook.io/rocketbot-docs/gems-and-rewards.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.
