> 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/grid-mine.md).

# Grid Mine

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

Power the BITMINER Network

Grid Mine, also known as the Power Grid system, is an interactive seasonal mining mode within mRON HUB where players activate industrial mining operations using Power Cells.

Unlike passive miner systems, Grid Mine is designed around active gameplay loops involving:

* Power activation
* Mining cycles
* Cooldown management
* Reward optimization

The system allows users to mine seasonal mRON while also reclaiming part of their RON value through successful grid management.

## How Grid Mine Works:

#### 1. Buy Power Cells using RON

Players use RON to purchase Power Cells required to activate the Power Grid.

Power Cells act as the fuel source for Grid Mine operations.

#### 2. Activate the Power Grid

After receiving Power Cells, users can activate the Power Grid and begin a mining cycle.

Once activated:

* The Grid starts generating seasonal mRON
* Mining operation becomes active
* Cooldown timer begins

During activation:

* 90% of the Power Cell value remains reclaimable
* 10% of the Power Cell value is reserved for Grid Cooling

To maintain ecosystem balance and network stability:

Each wallet can activate the Power Grid a maximum of 20 times per hour.

#### 3. Mine Seasonal mRON

During the active mining cycle, the Power Grid generates:

* Seasonal mRON rewards
* Mining progression toward Season Pool competition

All mined mRON contributes toward the player’s final seasonal balance.&#x20;

#### 4. Cool the Grid

After the mining cycle completes, the Power Grid enters a cooldown phase.

Players must cool the grid to finalize the mining operation and unlock rewards.

Grid Cooldown Duration: 1 Hour

The reserved 10% Power Cell value is used during this process.

#### 5. Claim RON + mRON Rewards

After successfully cooling the grid, players can claim:

* Remaining RON value from Power Cells
* Seasonal mRON 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://litepaper.bitminer.dev/mron/grid-mine.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.
