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

# Sport

#### **What is Sport**

Sport is a simulation-based prediction system where users take positions on the outcomes of scheduled match simulations.

Each event is built as a predefined match scenario that is executed within the system at a specific time. Users select their predicted outcome before the simulation begins and can later watch the match unfold as a generated experience.

Unlike traditional sports-based formats, Sport operates independently from real-world events. All matches are created and resolved within the platform, allowing for continuous availability, consistent structure, and controlled execution.

***

#### **How it works**

Each event is created with a defined structure, including the match scenario, available outcomes, and a fixed participation window.

Users participate by selecting one of the available outcomes and entering an amount. All positions are recorded while the event remains open. Once the participation window closes, no further entries are accepted.

At the scheduled time, the system runs the match simulation. The full simulation can be observed by users, while the outcome follows predefined system logic that is fixed at the moment the event is created.

When the simulation ends, the final result is confirmed and the total pool is distributed among users who selected the correct outcome. Each event is independent, and new simulations are continuously generated.

***

#### **Key mechanics**

Sport is built around structured simulation, pre-event positioning, and automated resolution.

* All outcomes follow predefined system logic
* Users must take positions before the event begins
* Events may include multiple possible outcomes depending on the scenario
* All participants contribute to a shared pool
* Distribution is executed proportionally among correct participants

All processes operate within a blockchain-based infrastructure, ensuring that event conditions, outcomes, and distributions remain consistent, verifiable, and not subject to change once the event is created.

Every participation generates transaction volume and applies the fixed **5% protocol fee**, which is divided into **2.5% burned in SWEEP** and **2.5% distributed in USDT**, connecting Sport directly to the platform’s activity-driven economic model.


---

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