> For the complete documentation index, see [llms.txt](https://partyicons.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mining-rigs.md).

# Mining Rigs

## What Is a Mining Rig?

Mining Rigs are processing units located inside the Mining Station on Miragio.\
Players can unlock and own up to 10 Rigs. To activate a Rig, place a Priority Hero of SR rarity or higher into it. The Hero’s Mining Power will be used to convert your Mirblite into Mirble.

⚠️ Note:  Minted Heroes must be locked before the conversion process can begin.

## Mining Rig Tiers & Attributes

| Mining Rig Level | **Mining Power Boost** | **Mining Power Bonus** |
| ---------------- | ---------------------- | ---------------------- |
| 10               | 100%                   | 35,000                 |
| 9                | 46%                    | 15,000                 |
| 8                | 25%                    | 6,500                  |
| 7                | 16%                    | 2,800                  |
| 6                | 12%                    | 1,200                  |
| 5                | 10%                    | 520                    |
| 4                | 8%                     | 230                    |
| 3                | 4%                     | 100                    |
| 2                | 2%                     | 40                     |
| 1                | 0%                     | 12                     |
| 0                | 0%                     | 0                      |

## Mining Rig Unlocking Conditions

* **First Login**: Players receive one free Mining Rig upon their first login.
* **First Top-Up**: Unlocks an additional Mining Rig.
* **Party Pass Ownership**: Grants additional Mining Rig slots.
* **Mirble Unlock**: Players can spend Mirble to unlock more Mining Rigs.

## Materials Required for Upgrades

* &#x20;Earned through Party Heist sessions.
* &#x20;Purchased in-game
* Traded on the marketplace

## Strategic Upgrade Considerations

✅ Boosting Mirble mining Power: Higher Mining Rig levels provide greater mining power multipliers and bonuses.

✅ Material Management: High-tier materials are rare, prioritize them for higher-level Mining Rigs to maximize Mirble mining.

✅ Unlocking More Mining Rigs: Players with multiple Priority Heroes and Party Passes can unlock more Mining Rigs for greater Mirble production capacity.<br>


---

# 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://partyicons.gitbook.io/wiki/assets-1/in-game-assets/mining-rigs.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.
