> For the complete documentation index, see [llms.txt](https://xiiid.gitbook.io/xiiid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiiid.gitbook.io/xiiid/product/xclass/user-guide/evolution-ranking.md).

# Evolution Ranking

#### XCLASS Ranking System

The XCLASS Ranking System represents each learner's growth journey, evolving from Seed through continuous learning and meaningful participation within the XIIID ecosystem.

Each Rank is divided into 10 Levels (LV01–LV10), allowing users to progress step by step by earning XPoints through educational activities, completing AI Classes, participating in quests, maintaining consistent learning habits, and contributing to the community.

As users advance through the ranking system, they unlock new features, rewards, and exclusive functions within XCLASS. This progression is designed to encourage long-term engagement, continuous learning, and active participation in the XIIID ecosystem.

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

<table><thead><tr><th width="155.37890625">Ranking</th><th width="115.375">XPoints</th><th width="108.24609375">Classes</th><th width="108.2109375">Accuracy</th><th width="99.828125">Swap</th><th width="95.18359375">...</th></tr></thead><tbody><tr><td>SEED</td><td>0</td><td>0</td><td></td><td>X</td><td></td></tr><tr><td>PRIMATE</td><td>2,000+</td><td>6+</td><td></td><td>X</td><td></td></tr><tr><td>EARLY-MAN</td><td>8,000+</td><td>20+</td><td></td><td>X</td><td></td></tr><tr><td>TRIBAL</td><td>30,000+</td><td>60+</td><td>50%</td><td>O</td><td></td></tr><tr><td>SAPIENS</td><td>80,000+</td><td>150+</td><td>55%</td><td>O</td><td></td></tr><tr><td>NEO-SAPIENS</td><td>...</td><td></td><td></td><td></td><td></td></tr><tr><td>...</td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

**Disclaimer**\
The plans, features, services, reward mechanisms, and specifications described in this whitepaper represent the current vision of the XIIID ecosystem and may be revised or updated without prior notice to reflect ongoing development, legal compliance, and community feedback.


---

# 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://xiiid.gitbook.io/xiiid/product/xclass/user-guide/evolution-ranking.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.
