# Boost system

The Boost System is RRC’s signature gamified trading mechanic that lets players influence their roach’s speed by predicting real-time price movements of crypto assets.\
\
It rewards skillful decision-making: the more accurately you predict the chart, the stronger your boost. But holding a position too long risks the market reversing — turning your boost negative.

**How Boost Works**

1. You see a live chart of your roach’s assigned cryptocurrency (BTC, ETH, DOGE, etc.).
2. Predict price movement by pressing UP or DOWN — this opens a position.
3. While the position is open:
4. If the price moves in your predicted direction → you gain positive boost (acceleration).
5. If the price moves against your prediction → you gain a negative boost (slowdown).
6. The farther the price moves from your entry point, the stronger the boost multiplier becomes.
7. You can close the position at any time before the round ends.
8. Closing with positive boost → your roach accelerates for several seconds.
9. Closing with negative boost → your roach slows down proportionally.

**Gameplay Dilemma**

Being in an open position with negative boost slows down the roach, creating a strategic dilemma: close now and get an even bigger slowdown but then re-enter the trade, or endure and hope for a change in the asset's price movement.

**Bullish/Bearish Mood**

Every roach is born with an assigned Mood, shown as an arrow on the roach’s cryptocurrency asset icon. Mood influences every race by giving a small passive boost or slowdown depending on the asset market movement. Read more about it [here](https://docs.google.com/document/d/1JmmcxVGS4RdcGWd6h5SBDmoMnuDCXSGItn75FDhMN0I/edit?tab=t.2nvag54vk88d#heading=h.quqe668og52t).


---

# 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://docs.roachracingclub.com/gameplay/racing/boost-system.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.
