> 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/season-pool.md).

# Season Pool

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

The Season Pool is the core reward system of the mRON HUB ecosystem.

Every season, players compete to accumulate seasonal mRON and earn a share of the total RON reward pool based on their final mRON holdings.

#### **The more mRON a player holds by the end of the season:**

* The larger their reward share
* The higher their seasonal ranking
* The greater their RON rewards

#### **The Season Pool is designed to create:**

* Long-term competition
* Continuous ecosystem activity
* Sustainable seasonal progression
* Real reward distribution powered by ecosystem participation

#### Season Duration:

Each mRON HUB season lasts 30 days.

**During the season, players can:**

* Mine seasonal mRON
* Upgrade mining operations
* Expand their mining empire
* Compete for larger reward shares

**At the end of every season:**

* Final mRON balances are calculated
* Reward Pool distribution is processed
* Seasonal mRON resets to zero
* Permanent assets remain with players<br>

### Sources of the Season Pool:

The Season Pool is powered through multiple ecosystem sources designed to strengthen long-term sustainability.

#### 1. Fixed RON Pool

BITMINER team have allocated a Fixed total pool of 10,000 $RON for the mRON miners from our side , out of this pool season 1 will receive 2.5K $RON (25% pool) similar to all other seasons.

#### 2. mRON Miner Pack

Every season 100% of the mRON Miner Packs sales goes back to the users in form of reward pool out of that 100% (25% is distributed in Current season rest all is reserverd for future seasons).

#### 3. POD Reward Redistribution

100% of **Bitminer Team POD rewards** into the Season Pool.

This creates an additional reward layer powered by:

* ecosystem activity
* network participation
* long-term mining operations

POD redistribution is designed to continuously strengthen the seasonal reward economy over time.

#### Reward Formula

User Reward = (User mRON ÷ Total Season mRON) × Total Season Pool

#### Seasonal Reset:

After reward distribution:

* Seasonal mRON resets to zero

**The following assets remain permanently:**

* mRON Miners

This allows players to continuously grow their mining empire across future seasons.


---

# 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/season-pool.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.
