# Progression

## Progression

Prison progression starts at Mine `A` and ends at Prestige `100` Rank `Z`.

Mine blocks, sell them, rank up, then prestige and repeat.

### Ranking up

Mine blocks in your current mine and sell them for money.

Use `/mine [rank]` to teleport to any mine you have already unlocked.

Block values are shown around the edge of each mine.

Blocks go straight into your `/backpack`. Your backpack has unlimited storage.

Use `/sell` to sell everything in your backpack.

You can track your next rankup on the boss bar and scoreboard.

When you have enough money, run `/rankup` to unlock the next mine.

### Prestiging

Once you reach Mine `Z`, you can start prestiging.

Prestiging costs money, just like ranking up. Use `/prestige` and click the emerald to confirm.

Prestiging resets your rank back to `A` and resets your money.

Each prestige gives you a `+10%` sell multiplier.

Rankup costs also increase as you progress.

There are `100` prestiges in total.

Some prestiges unlock extra rewards, including Robots, better Pets, and Prestige Mines.

Check the `/prestige` and `/eggshop` menus to see upcoming unlocks.

### Prestige mines

Prestige Mines sell for more than normal mines.

Use `/mine prestige[#]` to teleport to one.

These mines unlock at:

* Prestige `20`
* Prestige `40`
* Prestige `60`
* Prestige `80`

### Mining Competitions

A Mining Competition starts once every hour.

Each competition lasts `10` minutes.

The top `5` players by blocks mined receive Tokens.

Your reward is multiplied by your prestige.

For example, if you place first at Prestige `10`, you get `10,000` Tokens.

#### Base rewards

1. `1,000` Tokens
2. `800` Tokens
3. `600` Tokens
4. `400` Tokens
5. `200` Tokens

A boss bar shows your block count and the time remaining during the event.


---

# Agent Instructions: 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:

```
GET https://wiki.lemoncloud.org/gamemodes/prison/progression.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
