> For the complete documentation index, see [llms.txt](https://litepaper.bitminer.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.bitminer.dev/mron/mron-miners.md).

# mRON Miners

<figure><img src="/files/D1vnHReQHLRocz4Qyswl" alt=""><figcaption></figcaption></figure>

\
Every miner continuously generates seasonal mRON rewards over time based on its rarity tier and mining power.

Higher rarity miners provide:

* Higher mRON generation rates
* Larger mining capacity
* Better long-term seasonal performance
* Greater competitive advantage during each season

mRON Miners are permanent assets owned by players and remain usable across all future seasons.

## mRON Rarity System:

| mRON Miner Rarity | mRON/h | Storage Duration |
| ----------------- | -----: | ---------------: |
| 8-BIT             |      5 |               1h |
| 16-BIT            |     10 |               2h |
| 32-BIT            |     20 |               3h |
| 64-BIT            |     40 |               5h |
| 128-BIT           |     80 |               6h |
| 256-BIT           |    160 |              12h |
| 512-BIT           |    350 |              12h |
| 1024-BIT          |    800 |              24h |

### Claim Boost System:

mRON Miners support a Claim Boost system designed to reward active players.

When claiming mined mRON, users can activate boost multipliers to receive additional seasonal mRON rewards.

Higher boost levels provide:

* Increased mRON generation during claims
* Better seasonal competitiveness
* Larger potential share of the Season Pool

### Miner Blending Cost:

| Input Miners | Result Miner | Blend Cost |
| ------------ | ------------ | ---------: |
| 2x 8-BIT     | 1x 16-BIT    |   0.99 RON |
| 2x 16-BIT    | 1x 32-BIT    |   4.99 RON |
| 2x 32-BIT    | 1x 64-BIT    |  14.99 RON |
| 2x 64-BIT    | 1x 128-BIT   |  29.99 RON |
| 2x 128-BIT   | 1x 256-BIT   |  49.99 RON |
| 2x 256-BIT   | 1x 512-BIT   |  99.99 RON |

### mRON Miner Pack :

&#x20;Pack Price \~ 10 RON Value per Pack. 100% of the rewards will flow back to the mRON miner POOL.

<table><thead><tr><th width="374">Miner Rarity</th><th align="right">ODDS</th></tr></thead><tbody><tr><td>8-BIT</td><td align="right">70%</td></tr><tr><td>16-BIT</td><td align="right">21%</td></tr><tr><td>32-BIT</td><td align="right">7%</td></tr><tr><td>64-BIT</td><td align="right">2%</td></tr></tbody></table>


---

# 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://litepaper.bitminer.dev/mron/mron-miners.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.
