> For the complete documentation index, see [llms.txt](https://wiki.pulsar.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pulsar.game/events/miner-mania.md).

# Miner Mania

{% hint style="success" %}
Miner Mania (MM) is a Live Event that will boost Pulsar Extraction Speed x5!
{% endhint %}

## Leaderboards

There are three leaderboards. The rules to score on each of them are as follows:  &#x20;

* **Production Leaderboard**: Score by Leveling Up any Unit or Building.&#x20;
* **Mining Leaderboard**: Score by extracting Pulsar.
* **Global Leaderboard**: Score by playing on the other two leaderboards. Your Global Score is your Production + Mining Scores combined. &#x20;

{% hint style="info" %}
**Global Leaderboard Score = Mining Leaderboard Score + Production Leaderboard Score**

At the end of the Event you will receive the rewards associated with your score on the Global leaderboard.

Check the [Rewards ](#rewards)below!
{% endhint %}

## Leagues

In MM, players are segmented in three **Leagues**:

* **Veterans**:  Played 6+ months&#x20;
* **Seasoned**: Played 3-6 months&#x20;
* **Recruits**:  Played < 3 months

Players are confined within their leagues: A Veteran can be at the bottom of his/her league, but can never fall to the Seasoned league, while a Recruit can be as high as top 1 of the Recruit league, but can never jump to the Seasoned league (because the criteria to change leagues is time played).

This is meant to allow Players to compete with others that are closer to them in power, creating a fairer competition.&#x20;

## Tiers

Within each league there are several Reward Tiers (i.e. Gold, Silver, Bronze). Everyone starts on the lowest and move up as they increase their rank according to [the rules of each leaderboard](#leaderboards).&#x20;

## **Rewards**

{% embed url="<https://docs.google.com/spreadsheets/d/1Y0L2O-4i6yObdfM_ZfWn75ITG6mkECUyd0Uf8dVoewo/edit#gid=0>" fullWidth="false" %}


---

# 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://wiki.pulsar.game/events/miner-mania.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.
