> For the complete documentation index, see [llms.txt](https://arenadocs.taitiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arenadocs.taitiko.com/taitiko-arena/tournaments/weekend-warriors.md).

# Weekend Warriors

<figure><img src="/files/Ut687F3fNjbtKzxdqUYc" alt=""><figcaption></figcaption></figure>

**Duration:** 24 hours\
**Format:** Rotative\
**Rebuys:** 1\
**Currency:** Honor\
**Entry Cost:** "X" Honor\
**Prize Pool:** A dynamic Honor pool based on total players\
**Winners:** Top 10\
**Additional rewards:** All participants

***

**Weekend Special** is a high-stakes competitive tournament held over 24 hours in the **Rotative** format. With a "X" amount of Honor entry fee and one available rebuys, it brings together dedicated competitors aiming for glory and exclusive rewards.

The Honor collected from all participants forms the prize pool, which is distributed among the **Top 10** players. In addition to their share of Honor, these players also earn **Drops** based on their final position.

Players ranked 10**th to 100th and beyond** will also receive **Epic** and **Rare Drops**, ensuring that every participant has a reason to compete until the end.

***

### Prize Distribution (Top 10)

| Position | % of Honor Pool | Legendary Drops |
| -------- | --------------- | --------------- |
| 1st      | 45%             | 10              |
| 2nd      | 25%             | 7               |
| 3rd      | 12%             | 5               |
| 4th      | 8%              | 4               |
| 5th      | 5%              | 3               |
| 6th–10th | 5% each         | 1 each          |

***

### Additional Rewards

These rewards are distributed separately from the Honor prize pool and are based solely on final ranking.

| Position           | Epic Drops | Rare Drops |
| ------------------ | ---------- | ---------- |
| 11th–20th          | 10         | 0          |
| 21st–50th          | 5          | 0          |
| Starting from 51th | 0          | 10         |


---

# 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://arenadocs.taitiko.com/taitiko-arena/tournaments/weekend-warriors.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.
