> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/progression/prestige.md).

# Prestige

What happens when you rank up at Freeman - read this before you get there

Prestige is the transition from Freeman into Novice+ - the moment the second half of the rank ladder begins. It triggers when you run `/rankup` at Freeman with the Freeman quest requirement met (12 Freeman-category quests completed), and it requires explicit confirmation before it fires.

{% hint style="danger" %}
Prestige genuinely wipes your island, inventory, ender chest, and money. This is live and enabled - not a warning about a hypothetical, it's exactly what happens. Read this whole page before you rank up at Freeman.
{% endhint %}

## What you lose

* Your island - all chunks are released, and a fresh single-chunk start follows
* Your inventory
* Your Ender Chest
* Your money - reset to $0

## What you keep forever

* Nether access - once unlocked at Freeman, it's never lost
* A permanent sell price bonus on everything sold to the shop - see [Shop, Selling, and Auction House](/chunkedworld/economy/shop-selling-and-auction-house.md)
* Your position on the plus-rank ladder

Reaching Freeman+ later upgrades this sell bonus to a larger one - the higher of the two applies, they don't stack. Check the shop in-game for how it applies to your personal prices.

## Confirming prestige

You can trigger the confirmation two ways:

* **Via command** - running `/rankup` at Freeman shows a full-screen warning listing exactly what will be wiped and what's kept, and requires typing `/rankup` a second time within a short window to confirm.
* **Via Chonky** - your companion's Rank Up button detects the Freeman rank and opens a dedicated purple confirmation menu instead of instantly ranking you up. The warning is shown as permanent menu text, and only the explicit Yes button proceeds - No returns you to the main menu.

## The celebration

When prestige fires: lightning, fireworks, a PRESTIGE! title, and a server-wide broadcast that you've prestiged and "the void trembles."

## After prestige

You repeat the quest-and-expand loop on the plus ladder with your permanent sell bonus, working toward Freeman+ - which unlocks [the End](/chunkedworld/the-wider-world/the-end.md), upgrades the sell bonus further, and switches to repeatable weekly quests as the permanent endgame.


---

# 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://chunkedworld.gitbook.io/chunkedworld/progression/prestige.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.
