> 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/help/faq.md).

# FAQ

Frequently asked questions about Rig Rooms — the **crypto mining simulator** and **Solana play-to-earn game** powered by $COMPUTE.

## Product

### Is Rig Rooms a Solana play-to-earn game?

Yes. Rewards settle as **$COMPUTE** on Solana. It is also a **crypto mining simulator** (virtual GPUs / hash rate — not physical Bitcoin mining).

### Is $COMPUTE a low market cap P2E coin?

Market participants often use that label. It describes category and market size, **not** predicted returns. Official mint: `Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump`.

### Is Rig Rooms legit?

It’s a real product with a public site, mint, and burn wallet. It does **not** guarantee income. See [Is Rig Rooms Legit?](/rig-rooms-docs/trust/is-rig-rooms-legit.md).

### Does it use my PC’s GPU?

No.

## Earning

### How do I start earning $COMPUTE?

Hold **100,000 $COMPUTE** on-chain, build an **operational** rig, accrue pending rewards, claim at **1,000** pending. Details: [How to Earn $COMPUTE](/rig-rooms-docs/play-and-earn/how-to-earn-compute.md).

### Do I earn while offline?

Operational rigs keep accruing while you’re away. That’s simulation accrual, not guaranteed yield. See [Passive Income on Solana](/rig-rooms-docs/play-and-earn/passive-income-on-solana.md).

### What is the 500 SP gate?

Spending a cumulative **500 SP** on packs/rooms/eligible purchases unlocks **full earning power**.

### Why did my earnings stop?

Common causes: hold below 100k, rig non-operational, Fried required parts, or condition collapse. Check [Condition & Repair](/rig-rooms-docs/game-systems/condition-and-repair.md).

## Economy

### What is SP?

Store Points — store pricing unit (\~1 SP ≈ $0.01 design). See [$COMPUTE & Store Points](/rig-rooms-docs/economy/currencies.md).

### What is the marketplace fee?

**5%** of each sale in $COMPUTE → public burn wallet. Min list **20 $COMPUTE**. Only **Mint** items list. Hold gate applies.

### How do holder rewards work?

Hold ≥100k $COMPUTE → hourly SP, streaks up to 2.5×, daily cap 1,800 SP. See [Token-Holder Rewards](/rig-rooms-docs/economy/token-holder-rewards.md).

### How do X rewards work?

Earn RP from qualifying posts; hit 1,500 RP all week → unlock a 25% mining boost for 24h. See [X / Social Rewards](/rig-rooms-docs/economy/x-social-rewards.md).

## Gameplay

### What makes a rig operational?

Frame + motherboard + CPU + ≥1 GPU + adequate PSU + all fans + cables. [Building Mining Rigs](/rig-rooms-docs/play-and-earn/building-mining-rigs.md).

### What is Happy Hour?

Wednesday **6:00 PM–midnight UK**, limited specialty packs. [Happy Hour](/rig-rooms-docs/game-systems/happy-hour.md).

### What is Rig Wars?

1v1 pack battles for SP prizes. [What is Rig Wars?](/rig-rooms-docs/game-systems/what-is-rig-wars.md).

### What happens to Fried items?

Move them to the [Recycle Bin](/rig-rooms-docs/game-systems/recycle-bin.md) (empty at ≥10 for SP).

## Account

### Why was my email rejected?

See [Signup Email Rules](/rig-rooms-docs/trust/signup-email-rules.md).

### Where do I get help?

* Play: <https://rigrooms.com/play/login>
* Discord: <https://discord.gg/C9x3pbSDJ>
* PlayToEarn: <https://playtoearn.com/blockchaingame/rig-rooms>
* Contact: <https://rigrooms.com/contact>
* Guidebook FAQ: <https://rigrooms.com/guidebook/faq>
* X: [@RigRooms](https://x.com/rigrooms)

## Wiki map

* [What is Rig Rooms?](/rig-rooms-docs/readme.md)
* [Getting Started](/rig-rooms-docs/play-and-earn/getting-started.md)
* [Glossary](/rig-rooms-docs/trust/glossary.md)
* [Changelog](/rig-rooms-docs/trust/changelog.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/help/faq.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.
