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

# Game Mechanics and Features

**SaiyanPEPE Battle Grounds: Match Ups in the Multiverse**

Dive deep into the multi-dimensional realms of SaiyanPEPE, where Fighters from various corners of the multiverse assemble to prove their might:

1. **Realm-Wide Matchmaking**: Warriors from diverse realities converge. Join the interdimensional queue and await your chance to challenge a fellow SaiyanPEPE champion.
2. **Chronicle Lobbies**: As timelines intertwine, players are place into lobbies. Here, stake your $SPEPE, the essence of the SaiyanPEPE multiverse. Strategize, bet, and engage in banter or taunts using pre-set chats based on your character.
3. **Multiverse Showdown**: In arenas shaped by epochs and realities, SaiyanPEPE Fighters engage. Each Fighter comes with their own unique abilities and strengths, victory requires more than just raw power; it demands SaiyanPEPE strategy.
4. **Ethereal Rewards**: In the SaiyanPEPE multiverse, the brave are not just sung about in tales—they’re rewarded with $SPEPE. Depending on the battle mode, some champions will take the entire pot, while others might split up the winnings.
5. **Ever-Expanding Chronicles**: The multiverse is vast, and SaiyanPEPE’s tireless creators ensure its chronicles keep unfolding. Our intention is to have a team dedicated to keeping the game feeling fresh. Expect seasonal modes, new Fighters from uncharted realms, and multiverse mysteries yet to be unveiled.

Forge your saga, align with your Fighter, and etch your legacy across the SaiyanPEPE multiverse!

**Seishin Balls Advantage**: Those who participated in the Seishin Balls campaign will benefit from enhanced power in the game, rewarding dedication and time investment. Those that really dedicate their time to collecting Seishin Balls might even have a more rare fighter or 1/1, making your Fighter even more powerful from the get-go.


---

# 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://saiyanpepe.gitbook.io/saiyanpepe-adventure-papers/the-adventure.../game-development/game-mechanics-and-features.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.
