# Xerenas (Arenas)

Xerena is an ERC-721 NFT that acts as a battle arena. Xerns can buy Xerenas and rent them out to gain passive income from each match that takes place on their rented out Xerenas. Each Xerena boosts skills in different ways. Xerenas’ multipliers of each skill is defined by the system and it affects the overall score of a team. Xern can see which Xerena boosts which skill while purchasing one.

<figure><img src="/files/TH3HBIuXaDJ7rumUbMBa" alt=""><figcaption></figcaption></figure>

Example:

For Xerena 1, Rank of skills: STA-STR-INT-POW-SPD

\*In this example Intelligence (INT) hits Speed (SPD) with the multiplier of 1.1

|                    |                |
| ------------------ | -------------- |
| **SKILLS**         | **MULTIPLIER** |
| INTELLIGENCE (INT) | 1.1            |
| STRENGTH (STR)     | 1.2            |
| POWER (POW)        | 0.9            |
| SPEED (SPD)        | 0.8            |
| STRATEGY (STA)     | 1.3            |


---

# 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://whitepaper.xerians.com/game-mechanics/xerenas-arenas.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.
