# Arena Mode (PVP)

To engage in PVP battles in RoboHero, players must join a Lobby, which can be created by any player with an account level above 5.&#x20;

{% hint style="info" %}
Joining any lobby requires a fee, varying by the type of room.
{% endhint %}

### 🎟️**Lobby Requirements**

**Free Lobby:**

* Requires Energy from both the creator and the joiner to participate.

**Premium Lobby:**

* Requires [ASH](/robohero-wiki/command-center/currencies/ash.md), [CRYSTALS](/robohero-wiki/command-center/currencies/crystals.md) or [$ROBO](/robohero-wiki/command-center/currencies/usdrobo.md) from both the creator and the joiner to participate.

### ⚔️**Opponents**

* In PVP mode, your opponent is always another player.

### 🏆**Rewards**

<table><thead><tr><th>Lobby</th><th data-type="rating" data-max="4">EXP</th><th data-type="rating" data-max="4">Rare Item Chance</th></tr></thead><tbody><tr><td>Free (Energy)</td><td>1</td><td>1</td></tr><tr><td>Premium (ASH)</td><td>2</td><td>2</td></tr><tr><td>Premium (CRYSTALS)</td><td>3</td><td>3</td></tr><tr><td>Premium ($ROBO)</td><td>4</td><td>4</td></tr></tbody></table>

{% hint style="info" %}
Winner is taking 85% of the currency pool from lobby.
{% endhint %}

[← Back to Game Modes](/robohero-wiki/command-center/gameplay/game-modes.md)


---

# Agent Instructions: 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:

```
GET https://robohero.gitbook.io/robohero-wiki/command-center/gameplay/game-modes/arena-mode-pvp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
