> For the complete documentation index, see [llms.txt](https://docs.keresverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keresverse.org/grimorium-keresverse/regular-battlepass-account.md).

# Regular Battlepass Account

Engagement in the GameFi ecosystem within Keresverse is contingent upon the activation of a Battlepass. This critical feature enables players to commence earning rewards through their success in ranked match play.

To acquire a Regular Battlepass, players are required to remit a one-time fee of $10.00. This fee can be conveniently paid using either cryptocurrency or fiat currency, offering flexibility to suit diverse player preferences. Subsequent to payment, players must authenticate their blockchain wallet by signing a message. This process securely links their wallet to their Battlepass-enabled Keresverse account.

The linked blockchain address serves multiple vital functions. It is the conduit for the disbursement of player rewards, offering a secure and transparent method of transaction. Additionally, it facilitates the tracking of active stakes and the management of in-game assets. These assets encompass a variety of elements, including but not limited to skins, titles, and deeds, all associated with the player's account. This integration underscores our commitment to a seamless and integrated gaming and blockchain experience, ensuring both security and convenience for our players.


---

# 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://docs.keresverse.org/grimorium-keresverse/regular-battlepass-account.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.
