> 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./storage/3.-where-can-i-get-the-miners.md).

# 3. Where can I get the Miners?

There are several ways to obtain miners:

1. Open Lootboxes in the [<mark style="color:green;">Season Store section</mark>](https://rollercoin.com/game/market/lootboxes).
2. Buy them in the Store section: [<mark style="color:green;">Season Store</mark>](https://rollercoin.com/game/market/season-store) or [<mark style="color:green;">Miners</mark>](https://rollercoin.com/game/market/miners).
3. Buy them on the [<mark style="color:green;">Marketplace</mark> ](https://rollercoin.com/marketplace/buy)from other users.
4. More rare miners can also be obtained via merge.
5. Gain them throughout playing the [<mark style="color:green;">Season Pass</mark>](https://rollercoin.com/game/market/season-pass).
6. Buy them in [<mark style="color:green;">Bundles</mark> ](https://rollercoin.com/game/market/sales)or via [<mark style="color:green;">Sales</mark>](https://rollercoin.com/game/market/sales), if it is active.
7. Craft them via [<mark style="color:green;">Crafting Offer</mark>](https://rollercoin.com/game/market/crafting-offer), if it is active.
8. Win them in games, Progression Events, Puzzle Events, Race Events, Burning Events, etc.


---

# 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./storage/3.-where-can-i-get-the-miners.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.
