> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./basics/10.-what-is-rlt.md).

# 10. What is RLT?

RLT (RollerToken) is the main in-game currency in RollerCoin, used exclusively to purchase miners and other equipment.

As the primary in-game currency, RLT can be earned in nearly every section of RollerCoin. To earn RLT, you can:

* Play [<mark style="color:green;">Games</mark>](https://rollercoin.com/game/choose_game), which have a chance to drop RLT;
* Complete offers and surveys on the [<mark style="color:green;">Task Wall</mark>](https://rollercoin.com/taskwall);
* Win RLT by sending your Hamster on an [<mark style="color:green;">Expedition</mark>](https://rollercoin.com/expeditions);
* Complete Quests in the Daily and Weekly Quests sections, found in your [<mark style="color:green;">Room</mark>](https://rollercoin.com/game);
* Win RLT by opening [<mark style="color:green;">Lootboxes</mark>](https://rollercoin.com/game/market/lootboxes);
* Get RLT by selling your items on the [<mark style="color:green;">Marketplace</mark>](https://rollercoin.com/marketplace/sell);
* Obtain RLT in various events, such as [<mark style="color:green;">Progression</mark>](/rollercoin/f.a.q./events/6.-what-is-a-progression-event.md), [<mark style="color:green;">Puzzle</mark>](/rollercoin/f.a.q./events/8.-what-is-a-puzzle-event.md), [<mark style="color:green;">Race</mark>](/rollercoin/f.a.q./events/9.-what-is-a-race-event.md), [<mark style="color:green;">Burning</mark>](/rollercoin/f.a.q./events/11.-what-is-a-burning-event.md), or [<mark style="color:green;">Resource Well</mark>](/rollercoin/f.a.q./events/16.-what-is-a-resource-well-event.md) Events.


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./basics/10.-what-is-rlt.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.
