> For the complete documentation index, see [llms.txt](https://wp.snpit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.snpit.xyz/products/snpit/game-fi-systems/user-ranking.md).

# User Ranking

There are two types of rankings: one based on the sum of all parameters of the camera deck and the other based on the monthly battle rankings.

### Classification in Battles

Based on the results of the monthly ranking battles, users are divided into the following four classes. During the ranking battle period, users will only be matched with others in the same class.

* S-Class: Top 100 users. The bottom 10 users each month are demoted to A-Class.
* A-Class: Those who have over 100 main battle wins with a win rate of over 40%. The top 10 users in the ranking battles are promoted to S-Class.
* B-Class: Those who have over 100 main battle wins but with a win rate below 40%.
* C-Class: Those who have less than 100 main battle wins.

### Rewards in Ranking

Battles In the monthly ranking battles, top performers in each class are awarded prizes. In addition, 30% of the jackpot's Others deposit balance is distributed to S-Class rankers according to their rankings.


---

# 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://wp.snpit.xyz/products/snpit/game-fi-systems/user-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.
