> 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/terms-and-conditions.md).

# Terms and Conditions

By participating in any tournament organized through Taitiko ARENA, our Telegram-based game platform (the “Game”), you (“Player”) agree to the following terms and conditions:

1. **Entry Types**\
   a. Tournaments may be offered with either (i) free entry or (ii) paid entry, requiring payment in Honor, the Game’s digital in-game currency.\
   b. Entry fees, when applicable, are non-refundable except as expressly stated herein.<br>
2. **Prizes**\
   a. Prizes awarded in tournaments may include, but are not limited to, Honor, in-game Drops, and in-game Skins.\
   b. The nature and distribution of prizes are determined at the sole discretion of the Game administrators and may vary by tournament.<br>
3. **Entry Cancellation**\
   a. The Game administrators reserve the right to cancel, suspend, or disqualify the entry of any Player at any time, for any reason, including but not limited to suspected misconduct, violation of rules, or technical issues.\
   b. In such cases, any paid entry fee will be refunded to the Player in the original form of payment (i.e., Honor).<br>
4. **Disclaimer of Liability**\
   a. The Game shall not be held responsible or liable for any interruptions in gameplay or scoring caused by network instability, internet connectivity issues, mobile device malfunctions, or any other external circumstances beyond the Game’s control.\
   b. It is the responsibility of the Player to ensure their own technical readiness and stable connection prior to participation.<br>
5. **No Warranties**\
   The Game and all tournament-related services are provided “as is” and “as available,” without any warranties, express or implied. The Company makes no guarantees regarding uninterrupted access, error-free operation, or the accuracy of tournament results.<br>
6. **Limitation of Liability**\
   To the maximum extent permitted by law, the Company shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising from or related to a Player’s participation in tournaments, including but not limited to loss of data, prizes, or digital currency.<br>
7. **User Conduct and Fair Play**\
   Players are expected to behave fairly and respectfully. Cheating, exploitation of bugs, use of unauthorized third-party tools, or any form of dishonest behavior may result in immediate disqualification and account action, including bans or forfeiture of Honor or prizes.<br>
8. **Dispute Resolution**\
   Any disputes related to tournament participation shall be resolved solely by the Company, and the Company’s decision shall be final and binding. The Company reserves the right to modify or reverse tournament outcomes in cases of error, misconduct, or technical irregularities.<br>
9. **Governing Law**\
   These terms shall be governed and interpreted in accordance with the laws of Cyprus. Any legal disputes shall be subject to the exclusive jurisdiction of the courts in Cyprus.\ <br>

By entering a tournament, the Player acknowledges and agrees to these terms in full. The Game reserves the right to modify these conditions at any time, with or without prior notice.

<br>


---

# 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/terms-and-conditions.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.
