> For the complete documentation index, see [llms.txt](https://rpsg.gitbook.io/rpsg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpsg.gitbook.io/rpsg/gameplay/leaderboard.md).

# Leaderboard

To motivate active players and encourage competition, we implement a weekly prize pool system. This system will generate prize pools based on game commissions and distribute them among top players according to various criteria.

Once a week, active players from the leaderboards will share a prize pool of points, which will be formed from the game commissions.

Please note, we charge a 5% commission from each game:

* 3% will be used to form rewards for leaderboards (1% for each of the following):
  * based on the number of victories
  * based on the number of games played
  * based on the number of points won in battles
* 2% goes to developers to cover server costs and other operational needs

Rewards will be distributed proportionally according to the leaderboard ranking.

| Place  | Reward (%) |
| ------ | ---------- |
| 1      | 20         |
| 2      | 15         |
| 3      | 12         |
| 4      | 8          |
| 5      | 6          |
| 6      | 5          |
| 7      | 4          |
| 8      | 3          |
| 9      | 2          |
| 10     | 1          |
| 11-20  | 0.8        |
| 21-30  | 0.5        |
| 31-50  | 0.3        |
| 51-100 | 0.1        |
