# Account Progression

The Account Progression System allows players to enhance their accounts by earning **Profile Experience Points (PEXP)** through in-game activities. As players level up, they unlock rewards, milestones, and features, enriching their gameplay experience.

<figure><img src="/files/EjGwWjmRbvRVr2hviaAA" alt=""><figcaption></figcaption></figure>

***

**Earning PEXP**

Players can earn PEXP by participating in various activities:

* **Enemy Defeats**: +1 PEXP per enemy defeated.
* **Exploration Events**: +2 PEXP per successful exploration event with a positive outcome.
* **Foraging**: +0.5 PEXP per foraging AP at day switch (rounded randomly).
* **Daily Quests**:
  * Easy: +15 PEXP
  * Medium: +20 PEXP
  * Hard: +25 PEXP
* **Weekly Quests**:
  * Easy: +110 PEXP
  * Medium: +140 PEXP
  * Hard: +170 PEXP
* **Achievements**: Badges earned by completing achievements provide varying PEXP based on their difficulty.
* **PvP Matches**: +10 PEXP per win (capped at +30 EXP/day).

***

**Leveling Up**

* **PEXP Requirement**: 500 PEXP per level.
* **Rewards**:
  * **Level-Up Chest**: Randomized rewards provided with every level-up.
  * **Milestone Rewards**: Unique bonuses unlocked at specific levels:
    * **Level 5**: +1 quest bag slot.
    * **Level 15**: +1 free-to-play character slot.
    * **Level 10, 25, 50, 100, 200, 500**: Exlusive badges.

***

**Recurring Rewards**

* **Every 5 Levels**: 1 free attribute reroll.
* **Every 10 Levels**: Level 10 Reward Chest.
* **Every 25 Levels**: Level 25 Reward Chest.
* **Every 100 Levels**: +1 free-to-play character slot.

***

**Achievements and Badges**

* **Badges** represent achievements and reward PEXP based on their tier:
  * Badge PEXP = 100 PEXP × Badge Tier.
  * **Level-Up Badges** (e.g., Level 10 Badge) do not grant PEXP.
* Badges are displayed in your profile as a showcase of accomplishments.

***


---

# 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://docs.champz.world/profile-and-progression/account-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.
