> 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/game-systems/marketplace-and-compute-token.md).

# Marketplace & $COMPUTE Token

The player marketplace and **$COMPUTE** token are the open economy of Rig Rooms — a **Solana play-to-earn game** where loot from the **crypto mining simulator** can be traded peer-to-peer.

## Official $COMPUTE identity

| Field     | Value                                          |
| --------- | ---------------------------------------------- |
| Token     | $COMPUTE                                       |
| Network   | Solana (SPL)                                   |
| Mint (CA) | `Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump` |
| Site      | [rigrooms.com](https://rigrooms.com)           |

Verify before you buy:

* [Solscan](https://solscan.io/token/Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump)
* [DexScreener](https://dexscreener.com/solana/Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump)
* [Jupiter](https://jup.ag/swap/SOL-Hvf6MeVBnUqQZBtMXkabRzfuQae1Tx3YQSvf3Lrkpump)

### Low market cap P2E coin — what that phrase means here

Players and listings often describe $COMPUTE as a **low market cap P2E coin**: a play-to-earn economy token with smaller market capitalization than blue-chip crypto. That framing is about **market size and category**, not a promise of returns. Price can move sharply in either direction.

## Marketplace rules

* List and buy virtual components priced in **$COMPUTE**
* **Minimum listing:** 20 $COMPUTE
* **Platform fee:** **5%** of the sale, paid in $COMPUTE
* Fee routes to the public **burn wallet** and is burned periodically
* Example: list 100 → buyer pays 100 → seller receives **95** after fee
* Listing requires the same **100,000 $COMPUTE** on-chain hold as mining eligibility
* Only **Mint** condition items can be listed (Clean / Dusty / Hot cannot)

Burn wallet (public):\
`ArQcd9BJRi3EZ3SZCmfMuwtMLVWxnkGT6wkWax5BYDwH`

## Why the burn fee matters

Every trade removes some $COMPUTE from seller proceeds into a burn path. In a **Solana play-to-earn game**, that is a visible sink supporting long-term token hygiene — still not a guarantee of price appreciation.

## Smart marketplace habits

1. Price check similar rarity / MH/s listings before posting
2. Repair to **Mint** before you list
3. Sell duplicates; buy exact missing parts for operational racks
4. Remember holds — listing and earning share the 100,000 gate
5. Don’t confuse SP store prices with marketplace $COMPUTE prices

## $COMPUTE utility map

| Use              | Role                              |
| ---------------- | --------------------------------- |
| Mining rewards   | Accrue & claim from hash rate     |
| Marketplace      | Buy / sell gear                   |
| Store conversion | Swap into SP at the live rate     |
| Hold gate        | 100,000 required to earn / list   |
| Holder rewards   | Hourly SP for eligible balances   |
| Repairs          | Pay $COMPUTE to restore condition |

## Related pages

* [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)
* [Packs, SP & Progression](/rig-rooms-docs/game-systems/packs-sp-and-progression.md)
* Site: [Marketplace guidebook](https://rigrooms.com/guidebook/marketplace)


---

# 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/game-systems/marketplace-and-compute-token.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.
