# &#x20;Car's System

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

{% hint style="info" %}
In the SolCar's world, NFTs represent car cards. Each car has 4 rarity levels corresponding to different performance indicators. The higher the rarity of a car card, the greater its power. Cars with higher rarity also have a higher number of races they can participate in. Consequently, the total rewards and experience they earn during the day also vary...
{% endhint %}

|                   | COMMON    | SUPER RARE | BLACK     | LEGENDARY |
| ----------------- | --------- | ---------- | --------- | --------- |
| Box price (Scars) | 10        | 10         | 10        | 10        |
| Ratio             | 50        | 35         | 10        | 5         |
| Races times       | 4         | 5          | 6         | 7         |
| Winning tokens    | 0.3 - 0.5 | 0.4 - 0.6  | 0.5 - 0.7 | 0.6 - 0.8 |
| ROI               | 7 Days    | 4Days      | 3Days     | 2 Days    |


---

# 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://solcars-1.gitbook.io/solcars/gameplay/game/cars-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.
