# Armz

## What are Armz?

Armz are the NFTs you own in ArmzLegends, and you must have at least one to play.\
They are minted in the ERC-721 standard which may be traded on the proprietary marketplace.

Each account can hold as many Armz as it wants.

To mint an Armz, it is necessary to have PROT and BNB.

Mint is always calculated in $ and converted to the PROT equivalent in real time using an oracle, in order to have a sustainable and healthy economy.

Every PROT used are sent to the contract that handles fights rewards.\
BNB are sent to the dev address as a fee (see [***Tokenomics***](/a/prot/innovative-tokenomics.md) for more information)

![](/files/-MkCFbcE9ZbP8ry2H5WJ)

## Rarity and Mana

Each Armz has a number of mana points per day which depends on its rarity.

Each mana point allows you to fight one battle per day.

| Rarity    | Mana |
| --------- | ---- |
| Common    | 2    |
| Rare      | 3    |
| Epic      | 4    |
| Genesis   | 6    |
| Legendary | 8    |
| Unique    | 10   |

## Win rate

Each Armz has a different additional win rate which depends on its rarity.

| Rarity    | Additional win rate |
| --------- | ------------------- |
| Common    | +0%                 |
| Rare      | +3%                 |
| Epic      | +6%                 |
| Genesis   | +31% (6 + 25)       |
| Legendary | +10%                |
| Unique    | +20%                |


---

# 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://armzlegends.gitbook.io/a/armz.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.
