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

# Flip

#### **What is Flip**

Flip is a fast, round-based game where two sides compete over a simple binary outcome.

Users can either play against another user or choose to participate against a system-powered opponent. Each round is built around a single outcome with two possible results, and one side is selected as the winner at the end of the round.

The game is designed for quick participation, clear outcomes, and instant resolution while operating within Sweep’s transparent system structure.

***

#### **How it works**

Flip offers two participation modes:

**User vs User**

* One user creates a round by selecting a side and entering an amount
* Another user joins by taking the opposite side
* Once both sides are filled, the round is executed

**User vs System**

* A user selects a side and enters an amount
* The system takes the opposing side automatically
* The round starts instantly

In both modes:

* The system generates a result based on predefined logic
* One of the two sides is selected as the winner
* The winning side receives the total value of the round

Each round is completed instantly and independently.

***

#### **Key mechanics**

Flip is built on simplicity, speed, and equal conditions.

* Each round has exactly two possible outcomes
* Both sides participate under the same conditions
* The result is generated instantly by the system
* No advantage is given to either side

The structure ensures that:

* Outcomes are based on system-defined logic
* No manual intervention is possible
* Each round is isolated and independent

All Flip interactions are processed within the Sweep infrastructure:

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

Results and transactions are handled through verifiable system processes, ensuring consistency and transparency across all rounds.


---

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