# Tournament

Tournaments are prestigious events that will only feature the best teams at the highest level of competition.

To enter, users must be invited by the tournament organizers. After accepting the invitations, users can proceed to create and register their teams of 7 Cyblocs (5 starting and 2 substitutes) for a particular tournament. These lineups will remain unchanged throughout the tournament.

At the start of every scheduled tournament match, team owners are required to choose which 5 CyBlocs will participate in the match and which 2 will sit on the bench.

At the end of each tournament, teams will be rewarded according to their results. Each CyBloc in the winning team will also be presented with a championship trophy, which will stay attached to their profile.

| **Tournament Mode (Phase 2)**                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>7 CyBlocs per user - 5 Starting and 2 Substitutes</li><li>10 key events</li><li>Scheduled matches which cost no energy</li><li>Highest rewards with potential sponsorships from external partners</li></ul> |

{% hint style="info" %}
**Hint:**

To understand how a match is played out, refer to [**Match Engine Mechanics**](/game-mechanics-and-features/match-engine-mechanics.md)**.**
{% endhint %}


---

# 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.cyball.com/game-mechanics-and-features/game-modes/tournament.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.
