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

# RANK SYSTEM

There is a ranking system in Crypto-Bike. The ranking distribution system looks as follows:<br>

<table data-view="cards"><thead><tr><th>Rank</th><th>Rank score</th><th>Rewards MTCB</th><th data-type="files"></th><th data-type="files"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Bronze</td><td>236 - 300</td><td>1'st - 15,75<br>2'nd - 13<br>3'rd - 11,75</td><td></td><td></td><td><a href="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FGVwRT2mAZBmcDqz3QrEs%2F2.png.jpg?alt=media&amp;token=8288d4fa-af94-4ab6-a9dd-110250655e73">2.png.jpg</a></td></tr><tr><td>Silver</td><td>300 - 400</td><td>1'st - 23,5<br>2'nd - 19,5<br>3'rd - 17,5</td><td></td><td></td><td><a href="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FIKaGXYh5suuakfu9Fqgg%2F3.png.jpg?alt=media&amp;token=14bc7cbb-4aa9-43c9-9439-ef5a34eb8c33">3.png.jpg</a></td></tr><tr><td>Gold</td><td>400 - 599</td><td>1'st - 30<br>2'nd - 24,5<br>3'rd - 22</td><td></td><td></td><td><a href="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2F7nMNLFodS7l5FyvIJcwf%2F4.png.jpg?alt=media&amp;token=5a583e4e-5ff5-4843-b2d4-7c3316954999">4.png.jpg</a></td></tr><tr><td>Platinum</td><td>599 - 849</td><td>1'st - 35,25<br>2'nd - 29,25<br>3'rd - 26,25</td><td></td><td></td><td><a href="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FFDBLwswQI5YotrGCJK2J%2F5.png.jpg?alt=media&amp;token=bc3126b7-fb8f-4270-b300-b3060bfc75b7">5.png.jpg</a></td></tr><tr><td>Diamond</td><td>849 - 1188</td><td>1'st - 41,5<br>2'nd - 34,5<br>3'rd - 31</td><td></td><td></td><td><a href="https://2039596484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgQ8NUwCtaxJ7L5f2dnxB%2Fuploads%2FAH4PE4DWv5d6Qe7e82AB%2F6.png.jpg?alt=media&amp;token=88ed510e-96e9-42d8-a06e-787cb3675cf8">6.png.jpg</a></td></tr></tbody></table>

The rank is calculated based on the bike's indicators, such as power, maximum speed, bike level, acceleration, and used items.

The player's earnings depend on their rank. The higher the rank, the higher the earnings.

If a user wants to speed up their progress and move to the next level of earnings, they can always purchase additional items for their bike with the in-game token MTCB and improve their bike's characteristics.

<br>


---

# 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://crypto-bike.gitbook.io/crypto-bike.game/gameplay/rank-system.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.
