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

# Battle Pass Details

The Battle Pass in OrcMine introduces a series of daily quests that players can complete to earn rewards. Key features include:

* **Daily Quests**: Engage in daily challenges that test your skills and strategy.
  * Like and comment on game's social media posts
  * Watch videos on the official channel
  * Participate in raids with other players
  * Interact with the community on Discord and Twitter
  * Visit partner's socials or projects
* **Reward Chests**: Upon completing the daily quests, earn a chest containing a random reward with the following possibleitems:
  * Gold
  * NFT Packages
  * VIP Subscription
  * A chance to win a Land Randomly
  * Merch
* **Battle Pass Levels**: Progress through 14 days of rewards
  * Free tier: Basic rewards available to all players
  * Premium tier: Exclusive premium chests
  * Bonus rewards for completing all daily quests in a 14 days season.

The Battle Pass is designed to keep the gameplay exciting and rewarding, offering players new opportunities to enhance their in-game assets.

## Pricing

* **Cost**: $39 USDT per season
* **Duration**: Each season lasts 14 days


---

# 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://orcmine.gitbook.io/whitepapper/game-mechanics/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.
