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

# Battle Pass

<figure><img src="/files/efnoPyMpVDvXTftFYoZe" alt="" width="563"><figcaption><p>Season 5 Battle Pass </p></figcaption></figure>

The Battle Pass is a seasonal reward system where players advance through levels by completing daily tasks to earn experience points (EXP). As players accumulate EXP, they progress through levels, unlocking rewards filled with Units, Skins, Shards, Gold, and other resources along the way. Higher levels provide more valuable rewards.

Units and Skins earned in the Battle Pass come as in-game items that can be minted into NFTs.

Every day more tasks unlock, accumulating throughout the season, and can be completed anytime before the season ends, allowing players to catch up as needed.

### Premium Battle Pass

The Premium Battle Pass unlocks an additional premium set of rewards, making progression even more rewarding.

Premium Battle Pass is purchasable with $WF and provides additional exclusive rewards, including increased Shards, Gold, unique seasonal Skins, and a lot more Units.


---

# 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://wildforest.gitbook.io/whitepaper/metagame/battle-pass.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.
