> For the complete documentation index, see [llms.txt](https://docs.sweep.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweep.finance/ecosystem-components/platform/rush.md).

# Rush

#### **What is Rush**

Rush is a round-based trading game where users interact with a simulated price chart and freely open and close positions throughout the session.

Each round represents a fast-moving market environment with its own duration and price movement. Users can enter, exit, and re-enter positions at any time, allowing continuous interaction within a single round.

At the end of each round, the session concludes instantly and a new round begins with a fresh chart.

***

#### **How it works**

Each round starts with a simulated price chart.

* The chart moves in real time
* Each round may have a different duration
* Users can interact with the chart at any moment

During the round, users can:

* Open a position at any point
* Close their position at any time
* Re-enter multiple times within the same round

There is no limit to how many times a user can trade within a single round.

When the round ends:

* The session closes instantly
* Any open positions are finalized based on the last price
* The system resets completely
* A new round starts with a new chart

Each round is independent and does not carry over from previous rounds.

***

#### **Key mechanics**

Rush is built around timing, flexibility, and continuous decision making.

* Users can trade multiple times within the same round
* There are no restrictions on entry or exit timing
* The chart evolves continuously in real time
* Each round ends at a predefined but non-visible endpoint
* The system resets fully after each round

This creates a system where:

* Users are not locked into a single decision
* Multiple strategies can be applied within one round
* Every round is a fresh environment

At the same time, each interaction contributes to the platform:

* Every action generates transaction volume
* A fixed **5% protocol fee** is applied
* **2.5% is burned** and **2.5% is distributed in USDT**

<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://docs.sweep.finance/ecosystem-components/platform/rush.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.
