> For the complete documentation index, see [llms.txt](https://docs.gaiaworld.com/gaia-everworld-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiaworld.com/gaia-everworld-whitepaper/gameplay/pvp.md).

# - Battle Mode

##

<figure><img src="/files/ENFjhHqTUiwBTxw4Ginm" alt=""><figcaption><p>PvP Opponent Selection Screen</p></figcaption></figure>

## Battle Mode PVP

In Battle Mode, players have the opportunity to demonstrate their prowess as Gaia Commanders. This mode features 3D turn-based battles where players are matched according to their experience levels. Upon selecting Battle Mode, players enter a waiting area until paired with an opponent of similar skill. In these battles, players have the option to wager on the outcome using $GAIA or Gaia Gold ($GG), with skillful play earning $GG and the winner claiming a larger share of the rewards.

Battle Mode also hosts e-sport competitions, where participants pay an entry fee in $GAIA, contributing to the prize pool for the winner.

Each player can bring up to five Gaia to their Battle Legion, with options for battles ranging from 1v1 to 5v5. The 1v1 format is particularly accessible for beginners. The primary objective in these battles is to knock out (KO) all of the opponent's Gaia.

Players have the freedom to own multiple Gaia and select their preferred lineup for each battle. Both contestants earn $GG based on their demonstrated skills, with the victor receiving a greater portion of the prize. The exact amount earned in battles will vary, reflecting the strategies and skills deployed during the encounter.

A comprehensive Battle Mode manual detailing all the rules and nuances will be available upon the game's release.<br>

<figure><img src="/files/IQ7srTA50Z1Ya03qigRC" alt=""><figcaption><p>PvP Live Battle</p></figcaption></figure>


---

# 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.gaiaworld.com/gaia-everworld-whitepaper/gameplay/pvp.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.
