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

# --- Battle Pass ---

Coming soon.

<figure><img src="/files/qns9Az4tLaw1yhatLilQ" alt=""><figcaption><p>Battle Pass (V0.1)</p></figcaption></figure>

Introduction \
\
The Battle Pass is the daily quest system in the Arcana world. \
\
The Battle Pass (V0.1) will be FREE for all users. \
\
Users will earn EXP for completing tasks - these EXP will contribute to user levels which will unlock various rewards. \
\
The Battle Pass begins with 4 Levels with the following requirements. \
Level 1: 100 EXP \
Level 2: 250 EXP \
Level 3: 500 EXP \
Level 4: 1,000 EXP \
\
To earn EXP users need to complete Daily Quests and Special Dispatch Missions \
Tasks Reset Daily @ 10:00AM +8GMT \
\
Daily Quests (Twitter & Discord) \
Twitter: \
Like - 1 EXP \
Retweet - 2 EXP \
Quote RT - 3 EXP \
Comment - 3 EXP \
Post - 10 EXP (Post tagging [@ArcanaHQ](https://t.me/ArcanaHQ)) \
\
Discord: \
Messages sent in [#general](tg://search_hashtag?hashtag=general) (within the last 24 hours) \
50 Messages = 5 EXP \
Reactions to admin announcements = 1 EXP, \
(Capped at 10 per day, reactions to past announcements in previous days can't be reset on next day) \
\
\*Please note: NLP is used to disqualify spam messages/ Mods will alert the team for foul play\* \
\
Special Dispatch Missions (Raids) \
Special Post/Threads (changes daily) by partners. \
Like - 1 EXP \
Retweet - 2 EXP \
Quote RT - 3 EXP \
Comment - 3 EXP


---

# 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://arcanahq.gitbook.io/project-arcana/activities/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.
