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

# Currency

1. **Silver**

Silver is the default currency used in RRS.

* You can use Silver to participate in various races and tournaments.&#x20;
* Silver also allows you to purchase different items, decorate lawnmowers, and refuel lawnmowers.
* You can earn Silver by winning a race or tournament or through Race Pass or Sticker Book rewards.
* If players run out of Silver, they can use Gold to purchase Silver in the Store.

<figure><img src="/files/zUd71ufvbXqwmP0AptAm" alt="" width="210"><figcaption></figcaption></figure>

2. **Gold**

Gold is a rare currency that can be acquired as a special achievement or event reward.&#x20;

It is used to purchase lawnmowers or items that cannot be purchased with Silver or to purchase rare decorative items.

<figure><img src="/files/6HIYGoUSd21HUfE5F2ld" alt="" width="210"><figcaption></figcaption></figure>

3. **Race Tickets & Premium Points**

Race Tickets are special items used to participate in Premium Races.

* You can purchase them in the in-game shop or in the Star Garage. Race Tickets will have a discounted rate when you purchase them in the Star Garage.
* Earn Premium Points by winning in Premium Races.
* Use Premium Points to buy items in the Premium Shop or check out the Star Garage for more reward options.

<figure><img src="/files/a4jAMsnEcQhLge57J7Ye" alt="" width="210"><figcaption></figcaption></figure>

4. **Store**

Players can use Silver or Gold to buy various items in the store.&#x20;

Players can also get free items through the Daily Spin.

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

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


---

# 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://guide.rumbleracingstar.io/gameplay/game-system/currency.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.
