> 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/tower.md).

# Tower

#### **What is Tower**

Tower is a step-based progression game where users move upward by making a series of correct selections.

The game is structured as a vertical path with multiple levels. At each level, users are presented with three options, and two of them allow progression to the next level.

With each successful step, the potential value increases, allowing users to continue or secure their result at any point.

***

#### **How it works**

The game begins at the first level of the tower.

* Each level presents **three options**
* **Two options allow progression**, one ends the round

At each step:

* The user selects one of the three options
* If a correct option is selected → the user moves up
* If the incorrect option is selected → the round ends

After each successful level:

* The potential reward increases
* The user can choose to continue or stop

If the user decides to stop:

* The current value is secured

The game continues up to a maximum of **10 levels**.

***

#### **Key mechanics**

Tower is built on sequential decision making and increasing potential.

* Each level has a **2 out of 3 success structure**
* The probability of progressing at each step is consistent
* The potential value increases with each level
* Users can secure their result at any point

This creates a system where:

* Progression depends on consecutive correct choices
* Risk increases as users move higher
* Users control when to stop and secure their outcome

All interactions are processed within Sweep’s system:

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

Results are generated based on predefined logic, ensuring consistent and transparent execution.


---

# 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/tower.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.
