> 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/play-and-earn/getting-started.md).

# Getting Started

This page walks a new player from zero to a working rig in Rig Rooms — a **Solana play-to-earn game** and **crypto mining simulator** built around the **$COMPUTE** token.

## Create your account

1. Go to [rigrooms.com/play/login](https://rigrooms.com/play/login)
2. Sign up with email and password
3. Verify your email
4. Rig Rooms creates a **custodial Solana wallet** for you — no browser extension required to start

You can deposit SOL, swap into $COMPUTE, and manage balances from the in-game wallet UI.

## Unlock earning (hold requirement)

Account creation is free. **Mining rewards** require you to hold at least:

**100,000 $COMPUTE** on-chain in your **platform wallet**.

Pending / unclaimed mining ledger balances do **not** count toward this hold. Keep the tokens in the platform wallet while you earn.

{% hint style="info" %}
$COMPUTE is the game economy token — often described by players as a **low market cap P2E coin** on Solana. Always verify the official mint before buying: `Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump`.
{% endhint %}

## Claim your welcome path

After the hold is met, new accounts can unlock **welcome packs** and follow the in-game tutorial:

1. Open Room Items / inventory
2. Place a **rig frame** on Starter Bay (free 6×6 grid)
3. Mount components in build order (see [Building Mining Rigs](/rig-rooms-docs/play-and-earn/building-mining-rigs.md))
4. Confirm the rig status is **operational**

## First operational rig checklist

* [ ] Rig frame placed on the grid
* [ ] Motherboard mounted
* [ ] CPU installed (required)
* [ ] At least one GPU installed
* [ ] PSU wattage covers total GPU draw
* [ ] All fan slots filled
* [ ] Cables connected
* [ ] 100,000 $COMPUTE held on-chain in the platform wallet

When those are true, your rig contributes hash rate and starts accruing pending $COMPUTE.

## Full earning power gate

To unlock **full earning power**, spend a total of **500 SP** on packs, rooms, or eligible store purchases. Until then, earning may be limited by the platform gate.

## What to do in your first hour

| Goal               | Action                                                                                                               |
| ------------------ | -------------------------------------------------------------------------------------------------------------------- |
| Learn the bay      | Replay the in-game tutorial                                                                                          |
| Raise hash rate    | Prioritize better / more GPUs                                                                                        |
| Understand rewards | Read [How to Earn $COMPUTE](/rig-rooms-docs/play-and-earn/how-to-earn-compute.md)                                    |
| Plan upgrades      | Skim [GPU Tier Rarities](/rig-rooms-docs/game-systems/gpu-tier-rarities.md)                                          |
| Expand later       | See room unlock costs in [Optimizing Your Mining Room](/rig-rooms-docs/play-and-earn/optimizing-your-mining-room.md) |

## Official store & docs on the main site

* [How it works](https://rigrooms.com/how-it-works)
* [Getting started guidebook](https://rigrooms.com/guidebook/getting-started)
* [Play](https://rigrooms.com/play/login)
* [PlayToEarn listing](https://playtoearn.com/blockchaingame/rig-rooms)

You are now inside a **crypto mining simulator** loop: build → earn → upgrade → compete. Next up: [How to Earn $COMPUTE](/rig-rooms-docs/play-and-earn/how-to-earn-compute.md).


---

# 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/play-and-earn/getting-started.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.
