> For the complete documentation index, see [llms.txt](https://armzlegends.gitbook.io/a/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://armzlegends.gitbook.io/a/armz.md).

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