> For the complete documentation index, see [llms.txt](https://rig-rooms.gitbook.io/rig-rooms-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rig-rooms.gitbook.io/rig-rooms-docs/readme.md).

# What is Rig Rooms?

**Rig Rooms** is a browser-based **crypto mining simulator** and **Solana play-to-earn game**. Players open packs, assemble virtual GPU mining rigs, accrue the **$COMPUTE** token from in-game hash rate, and trade equipment on a live marketplace.

This public wiki is the player-facing docs hub for mechanics, earning, rarities, rooms, marketplace rules, and Rig Wars.

## Quick definition

| Term                     | Meaning in Rig Rooms                                                                                      |
| ------------------------ | --------------------------------------------------------------------------------------------------------- |
| Crypto mining simulator  | You build virtual rigs and earn from **in-game** hash rate — not from your physical GPU or Bitcoin mining |
| Solana play-to-earn game | Rewards settle as **$COMPUTE**, an SPL token on Solana                                                    |
| Low market cap P2E coin  | $COMPUTE is the game’s reward / economy token; price and market cap move with the open market             |

Play free at [rigrooms.com](https://rigrooms.com). Create an account, hold the required $COMPUTE in your platform wallet, build an operational rig, and start accruing rewards.

## Why players join

* **Idle-style accrual** — operational rigs keep earning while you are offline
* **Deep build craft** — GPUs, CPUs, boards, PSUs, fans, cables, condition, and room size all matter
* **Player marketplace** — buy and sell components in $COMPUTE with a visible burn fee
* **Competition** — public hash-rate leaderboard plus **Rig Wars** pack battles
* **On-chain token** — verify $COMPUTE on Solscan / DexScreener / Jupiter

## Core loop

1. Sign up at [Play](https://rigrooms.com/play/login) (custodial Solana wallet created for you)
2. Hold at least **100,000 $COMPUTE** on-chain in the platform wallet
3. Open packs → place a frame → build a complete rig
4. Earn pending $COMPUTE from your share of network hash rate
5. Claim on-chain when you hit the minimum, trade upgrades, expand rooms, compete

## Official links

* Play: <https://rigrooms.com/play/login>
* Site home: <https://rigrooms.com>
* How it works: <https://rigrooms.com/how-it-works>
* Solana play-to-earn: <https://rigrooms.com/solana-play-to-earn>
* Passive accrual: <https://rigrooms.com/passive-income-on-solana>
* In-game guidebook: <https://rigrooms.com/guidebook>
* Docs hub: <https://rigrooms.com/docs>
* Leaderboard: <https://rigrooms.com/leaderboard>
* X: [@RigRooms](https://x.com/rigrooms)
* Discord: [Join support](https://discord.gg/C9x3pbSDJ)
* $COMPUTE mint: `Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump`

## Read next

* [Getting Started](/rig-rooms-docs/play-and-earn/getting-started.md)
* [How to Earn $COMPUTE](/rig-rooms-docs/play-and-earn/how-to-earn-compute.md)
* [GPU Tier Rarities](/rig-rooms-docs/game-systems/gpu-tier-rarities.md)
* [What is Rig Wars?](/rig-rooms-docs/game-systems/what-is-rig-wars.md)

{% hint style="warning" %}
Rig Rooms does **not** mine Bitcoin, use your PC’s GPU, provide staking yield, or guarantee income. $COMPUTE is volatile. Reward rates, hold requirements, fees, and token value can change. Only use funds you can afford to risk.
{% endhint %}


---

# 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://rig-rooms.gitbook.io/rig-rooms-docs/readme.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.
