> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/en/events-and-passes.md).

# Events and Passes

This guide details the Battlepass system available in the game.

## 📜 Battlepass System

The Battlepass is a progression system where players complete quests to earn experience and unlock reward tiers. The pass features **25 levels**, each offering a **Free** and **Premium** reward.

### 🎯 Progression and Quests

Players progress by completing quests divided into three categories:

* **Daily Quests:** Rerollable, smaller tasks targeting specific monsters (e.g., Rotworms, Cyclops, Demons) or general objectives like gaining a level.
* **Weekly Quests:** Larger tasks requiring significant monster kill counts based on species (e.g., Dwarves, Undead) or specific creatures. These provide larger experience rewards.
* **Special Quests:** Static milestones assigned to all players, such as reaching a specific level or defeating major bosses.

### 🎁 Rewards Overview

As you level up your Battlepass, you unlock rewards. Premium players receive the Free reward *and* the Premium reward, which is usually larger in quantity or higher in value.

**Notable Rewards Include:**

* **Wealth:** Platinum, Crystal, and Roulette Coins.
* **Quality of Life & Training:** Exercise Tokens, Dummy Tickets, Stamina Enhancers, and Stamina Recovery items.
* **Progression Utilities:** Dungeon Scrolls, Daily Passes, Extra Loot items, Identification Orbs, and Purify Scrolls.
* **Exclusive Gear & Cosmetics:** Outfit Boxes, Adventurer's Tools, Eternum Special Backpacks, and Eternum Boots.


---

# 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://eternum-1.gitbook.io/eternum-wiki/en/events-and-passes.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.
