> For the complete documentation index, see [llms.txt](https://wiki.metafight.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.metafight.com/whitepaper/assets/cards/rarities.md).

# Rarities

<figure><img src="/files/4a8SGYFzYRzPAowGB8SE" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Rarity Table</mark>

|   Rarity  | Supply max. per edition |
| :-------: | :---------------------: |
|  Starter  |            ∞            |
|   Bronze  |           300           |
|   Silver  |           150           |
|    Gold   |            50           |
| Legendary |            10           |
|   Unique  |            1            |
| **Total** |         **511**         |

## <mark style="color:red;">Edition</mark>

It represents the time when the card was created, and is displayed as \[Quarter, N° quarter, Year] on each card. New editions are produced when a particular event happens in a Fighter’s career (title shot, belt obtention, retirement, league change...).

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

## <mark style="color:red;">Starter</mark>

{% hint style="info" %}
Starter cards are not NFT-powered
{% endhint %}

#### Starter cards are aimed to:&#x20;

* Discover the game;
* Obtain rarer cards;
* Play for free in [<mark style="color:orange;">**MCG**</mark>](/whitepaper/ecosystem/metafight-mcg.md)

#### Specifications:

* These cards can't be traded with other Managers.
* They unlock access to the Starter Arena.
* Rewards that can be gained with them are:
  * Points;
  * Starter cards;
  * Bronze cards;
* Starter Equipment & Fighter cards can only be paired with Starter cards.&#x20;

## <mark style="color:red;">Bronze > Unique</mark>

All rarities except Starter cards have the same use:

* Register Figthers;
* Tradable on the Marketplace;

## <mark style="color:red;">Special</mark>


---

# 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://wiki.metafight.com/whitepaper/assets/cards/rarities.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.
