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

# Stages

<mark style="color:$success;">**Mu‑Lumen Stages Evolution — Four MuOnline STAGES with MuOnline systems (Resets, Jewels, Wings, Castle Siege & classic events). ✨**</mark>

#### <mark style="color:$warning;">**STAGE content**</mark>&#x20;

* <mark style="color:$success;">**Invasions — Map invasions & boss sieges ⚔️👾**</mark>
* <mark style="color:$success;">**Events — Classic MuOnline events & seasonal festivals 🎉⏳**</mark>
* <mark style="color:$success;">**Items — Jewels, Boxes & crafting materials 🎒🔮**</mark>
* <mark style="color:$success;">**Wings & Mounts — Prestige + stat caps 🪽✨**</mark>
* <mark style="color:$success;">**Locations — MuOnline maps & secret dungeons 🗺️🏛️**</mark>
* <mark style="color:$success;">**Quests — Story progression & map‑specific tasks 🧭📍**</mark>

#### <mark style="color:$warning;">**Dynamics & experience**</mark>&#x20;

<mark style="color:$success;">**The Dynamic Experience system activates automatically once the server’s top players reach defined milestones. When the top 5  players hit an STAGE’s max level , the server schedules the next STAGE for the following day and enables a temporary catch‑up window: players who are behind receive an automatic, scaled XP boost to help them close the gap. The boost duration and strength are tuned to aid latecomers without breaking balance . Meanwhile the top players are frozen for 24 hours to preserve leaderboards and allow safe content deployment. This ensures competitive progression while giving new or late‑joining players a fair chance to catch up.⚖️**</mark>

#### <mark style="color:$warning;">**STAGE transition rules & rewards**</mark>&#x20;

* <mark style="color:$success;">**Unlock trigger: When the top 5 players in the current STAGE reach the STAGE max level , the next STAGE unlocks the next day. 🏁➡️📅**</mark>
* <mark style="color:$success;">**Top‑player rewards: Top 20 players receive rewards: jewels. 🥇🎖️💎**</mark>
* <mark style="color:$success;">**End‑of‑STAGE freeze: The max level from top player is frozen for 24 hours after STAGE end so the community can celebrate and devs can safely add balance/content. ⏳🔒**</mark>


---

# 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://mu-lumen.gitbook.io/mu-lumen-docs/about/stages.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.
