# Pickaxes and Tokens

## Pickaxes and Tokens

Your pickaxe is the core tool for Prison progression.

Tokens are the main currency for upgrades and trading.

### Pickaxes

You can only use one pickaxe.

It stays locked in your inventory. Use `/pickaxeslot [1-9]` to move it to a different hotbar slot.

Right-click your pickaxe, or run `/enchant`, to open the enchanter.

From there you can:

* Add enchants
* Remove enchants
* Change your pickaxe skin
* Open your backpack quickly

Pickaxe skins come from Monthly Crates.

If you unlock a skin, it stays on your account even after a reset.

### Enchants

Most pickaxe enchants start at level `0` and cap at level `30`.

You upgrade them with Tokens.

Many enchants are chance-based. Higher levels increase how often they trigger.

If you want to remove an enchant, use the disenchanter in the enchanter menu. You get back part of the original cost.

#### Enchant list

| Enchant        | Effect                                                  | Max-level notes                                                                              |
| -------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Efficiency     | Increases mining speed                                  | Insta-mine while walking at level `12`. Insta-mine while flying at level `28`.               |
| Fortune        | Increases blocks added to your backpack per block mined | Cost to max: `2,183,750` Tokens                                                              |
| Explosive      | Chance to create a small explosion                      | Cost to max: `1,451,650` Tokens                                                              |
| Bulldoze       | Chance to mine a full layer                             | Cost to max: `4,368,000` Tokens                                                              |
| Laser          | Chance to fire a laser that breaks blocks ahead         | Cost to max: `2,183,750` Tokens                                                              |
| Storm          | Chance to summon lightning that breaks blocks           | Cost to max: `5,090,350` Tokens                                                              |
| Meteor         | Chance to summon a meteor shower                        | Cost to max: `5,090,350` Tokens                                                              |
| Keyfinder      | Chance to get a random crate key                        | Cost to max: `7,274,000` Tokens                                                              |
| Nuclear        | Chance to create a large explosion                      | Cost to max: `6,539,950` Tokens                                                              |
| Treasure       | Chance to find extra Minecrates                         | Max chance: `1/17750`. Cost to max: `6,539,950` Tokens                                       |
| Greed          | Adds an extra sell multiplier                           | Cost to max: `1,451,650` Tokens                                                              |
| Luck           | Chance to find Tokens                                   | Max chance: `1/1050`. Rewards `750` to `1500` Tokens. Each level adds `+25` to `+50` Tokens. |
| Drill          | Chance to create a `3x3` tunnel                         | Cost to max: `2,907,250` Tokens                                                              |
| Tornado        | Chance to spawn a tornado                               | Cost to max: `7,274,000` Tokens                                                              |
| Crystal        | Chance to trigger a breaking wave                       | Cost to max: `731,680` Tokens                                                                |
| Villager Greed | Spawns villagers that break blocks and pull out Tokens  | Cost to max: `5,813,150` Tokens                                                              |

#### Rank discounts

Some ranks lower the Token cost of pickaxe enchants.

| Rank      | Enchant Discount |
| --------- | ---------------- |
| Coal      | `2.5%`           |
| Iron      | `5%`             |
| Gold      | `7.5%`           |
| Diamond   | `10%`            |
| Emerald   | `12.5%`          |
| Netherite | `15%`            |

Use `/enchants cost [enchant] [target level] [starting level]` to check the exact price for any upgrade path.

For example, `/enchants cost luck 30 25` shows the price to go from Luck `25` to Luck `30`.

The output also shows your discounted price and how many more Tokens you need.

### Tokens

Money is mainly for rankups and prestiges.

Tokens are the main economy for everything else.

Use Tokens to:

* Buy pickaxe enchants
* Buy items from `/shop`
* Trade through chest shops and `/ah`
* Use coinflips
* Pay other players

You cannot send money to other players.

### How to get Tokens

You can get Tokens from several sources:

1. `/milestones` rewards for blocks mined
2. The Luck enchant
3. Minecrates every `10,000` blocks mined
4. Selling custom fish at `/fishing shop`
5. Robots while you are online
6. Mining Competitions
7. Lucky Blocks in `/pvpmine`

Minecrate Token rewards scale with your rank and prestige.

### Token commands

| Command                       | Description                                    |
| ----------------------------- | ---------------------------------------------- |
| `/tokens`                     | Shows your Token balance                       |
| `/tokens pay [user] [amount]` | Sends Tokens to another player                 |
| `/tokens balance [user]`      | Shows another player's Token balance           |
| `/tokens baltop`              | Shows the top Token balances                   |
| `/tokens withdraw [amount]`   | Withdraws Tokens into a note in your inventory |


---

# 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/pickaxes-and-tokens.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.
