> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/battle-pass-system.md).

# Battle Pass System

The **Battle Pass** is a reward system that grants players various items based on their in-game activity, especially from killing monsters. Each monster kill grants **Battle Pass EXP**, but this EXP is limited daily. Once the daily EXP cap is reached, players must use special items to continue progressing through the Battle Pass.

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

***

{% hint style="success" %}

#### **Battle Pass Activation** <a href="#battle-pass-activation" id="battle-pass-activation"></a>

{% endhint %}

> To participate in the Battle Pass system, players must first **activate** it using a special item:

{% hint style="success" %} <img src="/files/a3LuDG1zbwzWeGLzRCjn" alt="" data-size="line"> **Battle Pass (Item)**
{% endhint %}

> Description: A license that allows access to the Battle Pass.> \
> Effect: Double-click to activate the Battle Pass feature for your account.> \
> Note: Only one activation is needed per season.

***

#### **Battle Pass EXP Mechanics** <a href="#battle-pass-exp-mechanics" id="battle-pass-exp-mechanics"></a>

{% hint style="success" %}
**Monster Kills = Battle Pass EXP** Each monster you kill gives Battle Pass EXP.
{% endhint %}

{% hint style="success" %}
**Daily EXP Limit** There’s a daily cap on how much Battle Pass EXP you can earn. After hitting the limit, you’ll need to use **Vigor of Battle** items to continue earning EXP.
{% endhint %}

***

{% hint style="success" %}

#### **Vigor of Battle Items** <a href="#vigor-of-battle-items" id="vigor-of-battle-items"></a>

{% endhint %}

{% columns %}
{% column width="41.66666666666667%" %}
Item Name

![](/files/ugQ7khOC4tP8aSBEX9IW) **Vigor of Battle**

![](/files/Dn1olu7G1XWdxf9NCgpG) **Rare Vigor of Battle**

![](/files/zaPIENCeyP8JWDcsSiD3) **Epic Vigor of Battle**
{% endcolumn %}

{% column width="58.33333333333333%" %}
Effect

Increases Battle Pass progress by **+1,000** EXP

Increases Battle Pass progress by **+10,000** EXP

Increases Battle Pass progress by **+15,000** EXP
{% endcolumn %}
{% endcolumns %}

{% hint style="success" %}
**Battle Pass Rewards**
{% endhint %}

> There are **25 tiers** in the Battle Pass. Each tier rewards the player with valuable items once the required EXP is reached.

{% columns %}
{% column width="16.666666666666664%" %}
**Tier**

1
{% endcolumn %}

{% column width="50%" %}
**Reward**

<img src="/files/PQ6dB4qx7fkfzlUxC1yd" alt="" data-size="line"> Bubble Gum
{% endcolumn %}

{% column %}
**Amount**

10
{% endcolumn %}
{% endcolumns %}


---

# 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://wiki.arkvalkyrie.com/server-features/battle-pass-system.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.
