# Tournament Center

> The Tournament Center turns games from one-off play sessions into recurring competitive challenges.

### Overview

The platform selects games suitable for competition and launches tournaments around them.

After registration, users can repeatedly challenge their scores during the competition period, and the system records the highest valid score within the period for leaderboard ranking.

### Tournament Format

Tournaments generally use a highest-score-within-period format.

Users can play multiple times and continuously attempt to improve their best score.

If two users achieve the same score, the user who achieved it earlier receives the higher ranking.

### Audit and Settlement

After a tournament ends, it enters an audit period.

The platform checks for abnormal scores, cheating risks, device environment anomalies, scripted behavior, emulator usage, multi-instance usage, and abnormal data reporting.

Rewards are distributed after the audit is completed and the final leaderboard is confirmed.

### Configurable Tournament Rules

Each tournament can be configured independently, including:

<table><thead><tr><th width="278.5">Configuration Item</th><th>Description</th></tr></thead><tbody><tr><td>Entry Fee</td><td>The fee required to enter a tournament</td></tr><tr><td>Entry Asset</td><td>The asset used for tournament entry</td></tr><tr><td>Reward Ratio</td><td>The reward distribution ratio</td></tr><tr><td>Rewarded Participants</td><td>The number of participants eligible for rewards</td></tr><tr><td>Tournament Period</td><td>The duration of the competition</td></tr><tr><td>Audit Duration</td><td>The duration of the post-tournament audit period</td></tr><tr><td>Service Fee Ratio</td><td>The platform service fee ratio</td></tr><tr><td>Sponsor Prize Pool</td><td>Additional prize pool support from sponsors</td></tr><tr><td>Ranking Rules</td><td>Rules used to determine leaderboard ranking</td></tr><tr><td>Risk-Control Rules</td><td>Rules used to detect and restrict unfair behavior</td></tr></tbody></table>

### Entry and Reward Assets

Depending on the specific rules, tournaments may use CiDiScore or CiDiCoin as entry or reward assets.

The actual configuration is subject to the tournament page and platform announcements.

### Ecosystem Role

The role of the Tournament Center is to turn game experiences into goal-oriented competitive loops.

Users repeatedly challenge themselves for ranking and rewards, games receive deeper engagement, and the platform connects content, consumption, activity, and community interaction within the same scenario.

### Fair Play

CiDi Games will continue to improve tournament risk control and fair-play mechanisms, restricting emulators, multi-instance usage, scripts, and other behaviors that undermine fair competition, so tournament outcomes are determined as much as possible by real user participation and skill.


---

# 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://whitepaper.cidi.games/02.-platform-modules/tournament-center.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.
