> 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/trust/glossary.md).

# Glossary

Quick definitions used across the Rig Rooms wiki and guidebook.

| Term                                   | Meaning                                                                  |
| -------------------------------------- | ------------------------------------------------------------------------ |
| **$COMPUTE**                           | Solana SPL reward / economy token                                        |
| **SP**                                 | Store Points — in-game store pricing unit (\~1 SP ≈ $0.01 design anchor) |
| **RP**                                 | Reward Points from X / social campaign (not SP)                          |
| **Hash rate / MH/s**                   | Operational mining power; share of network rewards                       |
| **Operational rig**                    | Complete build that can earn (frame, board, CPU, GPU, PSU, fans, cables) |
| **Hold gate**                          | ≥ 100,000 $COMPUTE on-chain required to earn / list                      |
| **Claim minimum**                      | ≥ 1,000 pending $COMPUTE to claim on-chain                               |
| **Mint / Clean / Dusty / Hot / Fried** | Item condition ladder                                                    |
| **Bay / Room**                         | Grid space where frames are placed                                       |
| **Happy Hour**                         | Weekly Wednesday UK specialty pack window                                |
| **Rig Wars**                           | 1v1 pack-battle PvP mode                                                 |
| **Burn wallet**                        | Public destination for marketplace fee burns                             |
| **Custodial wallet**                   | Solana wallet created for you on signup                                  |
| **Crypto mining simulator**            | Virtual mining gameplay — not physical ASIC mining                       |
| **Solana play-to-earn game**           | Browser GameFi loop with on-chain $COMPUTE rewards                       |
| **Low market cap P2E coin**            | Informal market label for $COMPUTE; not a return promise                 |

## Related

* [FAQ](/rig-rooms-docs/help/faq.md)
* [$COMPUTE & Store Points](/rig-rooms-docs/economy/currencies.md)
* [Play](https://rigrooms.com/play/login)


---

# 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/trust/glossary.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.
