> 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/economy/token-holder-rewards.md).

# Token-Holder Rewards

Hold enough **$COMPUTE** and Rig Rooms pays **Store Points (SP) every hour** automatically. This sits on top of mining in the **Solana play-to-earn game** economy.

## Requirements

| Rule                | Value                                                                     |
| ------------------- | ------------------------------------------------------------------------- |
| Minimum hold        | **100,000 $COMPUTE**                                                      |
| What counts         | Platform wallet balance + optional linked Phantom + ready-to-claim mining |
| What does not count | Pending ledger mining that is not ready-to-claim                          |
| Payout              | Top of each hour **UTC**, automatic SP (no manual claim)                  |
| Daily SP cap        | **1,800 SP/day** after streak multipliers                                 |

## Streak multipliers

Keep holding without resetting transfers:

| Streak day | Multiplier |
| ---------- | ---------- |
| 1          | 1.0×       |
| 2          | 1.25×      |
| 3          | 1.5×       |
| 4          | 2.0×       |
| 5 (max)    | 2.5×       |

### Resets streak

* Sending $COMPUTE off-platform
* Transfers out from a linked Phantom that reduce eligibility

### Does **not** reset streak

* Buying SP in Store
* Marketplace buys/sells
* Claiming mining rewards
* Accepted Arena offers (in-app)

## Balance tiers

Higher balances earn a stronger rate weight (simplified):

| Min $COMPUTE | Rate weight          |
| ------------ | -------------------- |
| 100,000      | 35%                  |
| 500,000      | 45%                  |
| 2,000,000    | 55%                  |
| 10,000,000   | 70%                  |
| 30,000,000   | 100% of apex formula |

Exact SP/hour depends on tier weight, streak, and the live holder formula — check in-game Rewards for your number.

## Link Phantom (optional)

You can link **one** Phantom wallet so external $COMPUTE counts toward the hold. Linking uses a one-time message signature (not a spend transaction). Never share your seed phrase.

## Related

* [Play](https://rigrooms.com/play/login)
* [$COMPUTE & Store Points](/rig-rooms-docs/economy/currencies.md)
* [How to Earn $COMPUTE](/rig-rooms-docs/play-and-earn/how-to-earn-compute.md)
* Site guide: [Hold $COMPUTE Rewards](https://rigrooms.com/guidebook/token-holder-rewards)


---

# 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/economy/token-holder-rewards.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.
