# Levels

## The Grind

The server features an advanced leveling system. When you die, you **never lose experience or levels**. Progressing in professions also contributes to your main level, while each profession maintains its own separate level.

{% stepper %}
{% step %}

### Lv 0–5

**Early Game — Build a farm**

Set up a basic farm to generate steady XP and coin. Low risk, essential foundation. The game starts here.
{% endstep %}

{% step %}

### Lv 5–15

**Box Arena**

Go to [box arena](/arpg/dungeons/box-arena.md), mine and unlock mythical miner proffesion level, which will grant you [Cosmo stones](/arpg/gear/cosmo-stones.md) and Horse Coins.
{% endstep %}

{% step %}

### Lv 5–15 <mark style="color:$warning;">Alternative</mark>

**Into the Nether — Axe and trees**

Buy a Nether Kit from `/shop`. Every Nether tree drops at least 50 XP. Grab any axe and just keep chopping until levels 5–15.
{% endstep %}

{% step %}

### Lv 15–30

**Timber Enchant — Whole trees at once**

Craft a table, gather Bookshelves, unlock Timber. One swing fells the entire tree. XP floods in. Push to levels 15–30.
{% endstep %}

{% step %}

### Lv 35+

**Wither Skeletons — Hunt for profit**

Head to the Nether and hunt Wither Skeletons. They drop swords dealing 14–20 damage. Each sells for $300 — three kills nets you $900.
{% endstep %}

{% step %}

### Anytime

**Ender Dragon — No Level Required**

No level gate — any player can join the hunt. Access it anytime via `/menu`. The Dragon respawns every **3 real-world hours** during daytime, and killing it grants a **massive XP reward** — one of the fastest ways to level up in the game. It also drops the exclusive **Eridium set**: elytra, chestplate, leggings, helmet and boots. Rare, powerful, and worth every fight.

**⚠ High Risk Zone** — Because of the huge XP payout, expect other players to show up. This is a PvP hotspot. Someone may come not for the Dragon — but for *you*. Come prepared or come in a group.
{% endstep %}
{% endstepper %}


---

# 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.fatex.eu/arpg/getting-started/levels.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.
