# The Cage (PvP)

This is the most exciting part of this game : The wager battle.

* Allows players to fight their characters 1 vs 1 in real time.  \
  Don't be surprised to see characters from different games battling, like dragons or trees :)
* In THE CAGE, players can place a wager on who will win the battle using the following cryptos:\
  BNB\
  BUSD\
  GAN
* An EQUITABLE and FAIR rewards system has been created for this game, as there will be heroes battling with varying character lvls. &#x20;
* The player who **puts** up the **money** (and **lists a challenge in PvP** mode for others to accept)  is the FIGHTER, and the player who **accepts the challenge that is listed** in the PvP mode is the CHALLENGER.

Below is a look at this system:

**PVP fee (%/reward)**

| Rank      | In-game | Guest |
| --------- | ------- | ----- |
| Bronze 1  | 5       | 7     |
| Bronze 2  | 4.5     | 6.5   |
| Silver 1  | 4       | 6     |
| Silver 2  | 3.5     | 5.5   |
| Diamond 1 | 3       | 5     |
| Diamond 2 | 2.5     | 4.5   |

**Bonus win rate point:**

|             | Rank Bronze 1 | Rank Bronze 2 | Rank Silver 1 | Rank Silver 2 | Rank Diamond 1 | Rank Diamond 2 |
| ----------- | ------------- | ------------- | ------------- | ------------- | -------------- | -------------- |
| **Level 1** | 0             | 3             | 6             | 9             | 12             | 15             |
| **Level 2** | 2             | 5             | 8             | 11            | 14             | 17             |
| **Level 3** | 4             | 7             | 10            | 13            | 16             | 19             |
| **Level 4** | 6             | 9             | 12            | 15            | 18             | 21             |
| **Level 5** | 8             | 11            | 14            | 17            | 20             | 23             |
| **Level 6** | 10            | 13            | 16            | 19            | 22             | 25             |

**Formula:**

|                        | Fighter    | Challenger                          |
| ---------------------- | ---------- | ----------------------------------- |
| **Initial win rate**   | 50         | 50                                  |
| **Bonus win rate (x)** | x1         | x2                                  |
| **Final win rate**     | 50+(x1-x2) | 50-(x1-x2)                          |
| **Reward**             | y          | y2 = y\*\[50+(x1-x2)]/\[50-(x1-x2)] |
| **NET reward**         | y - y\*fee | y2 - y2\*fee                        |

**Example:**

|                     | Fighter        | Challenger     |
| ------------------- | -------------- | -------------- |
| Bet/Deposit         | 100            | 150            |
| NFT                 | Level3 - Rank4 | Level5 - Rank6 |
| Bonus win rate (x)  | 13             | 23             |
| Final win rate      | 40             | 60             |
| Reward              | 150            | 100            |
| Final (NFT in-game) | 144.75         | 97.5           |
| Final (NFT guest)   | 141.75         | 95.5           |


---

# 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://galactic-arena-the-nftverse.gitbook.io/galactic-arena-the-nftverse/gameplay-1/game-modes/the-cage.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.
