# Badge System

> In CiDi Games, achievements should not disappear after a single game session ends.

### Overview

Badges are the platform’s achievement system, designed to record users’ long-term participation and deep gameplay.

Continuous check-ins, task completion, tournament participation, cumulative consumption, Pi ELF growth, game progression, and leaderboard performance may all become criteria for badge issuance.

### Badge Categories

Badges can be divided into two categories.

| Badge Type           | Description                                                                                                                                                                                                                                                                                                              |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Platform Badges      | Platform badges record user behavior across the overall CiDi Games ecosystem, such as task completion, sustained activity, tournament participation, platform consumption, Pi ELF growth, and community contribution.                                                                                                    |
| Game-Specific Badges | Each integrated game can provide its own badges, such as clearing specific chapters, reaching target scores, defeating bosses, completing special challenges, or achieving deep gameplay objectives. Game-specific badges are determined by the game developer and reported to the platform through platform interfaces. |

### Platform Badges

Platform badges record user behavior across the overall CiDi Games ecosystem.

These behaviors may include task completion, sustained activity, tournament participation, platform consumption, Pi ELF growth, and community contribution.

### Game-Specific Badges

Each integrated game can provide its own badges.

These badges may be based on clearing specific chapters, reaching target scores, defeating bosses, completing special challenges, or achieving deep gameplay objectives.

Game-specific badges are determined by the game developer and reported to the platform through platform interfaces.

### Badge Value

The value of badges lies in the accumulation of long-term identity.

Badges can serve as honor displays, and may also be used for Pi ELF efficiency boosts, event eligibility, tournament access, reward distribution, or display in Elf Continent.

### Ecosystem Role

For games, badges help identify truly engaged players.

For users, badges give every long-term effort a recorded and displayable value.


---

# 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/badge-system.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.
