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

# NFT's

The teams chosen for the NFTs were chosen by considering the countries that have won the most FIFA World Cups.

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

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

### Mint NFTs

The NFT's are divided into 4 rarities, where each rarity has 2 players from different positions, attack (ATK) and defense (DEF).&#x20;

A box may contain one of the 4 rarities, and they have different probabilities of being found

* Common - 69%
* Rare - 20%
* Epic - 8%
* Legendary - 3%

{% hint style="danger" %}
Each box will cost 2500 $DCP
{% endhint %}

Of the value of each box 80% of the tokens collected will go back into the game's reward pool automatically, the other 20% will be burned, this burning will be done manually at least once a week.

### Team

Within rarities it is possible to form teams to increase income, the teams are formed of two players of the same rarity, but from different positions, completing the team, i.e. two different NFTs of the same rarity.

### Income

The earnings of a single player (1 NFT) and a team (2 NFT's) are different, the table below contains the % per day of each type of earnings.

<table><thead><tr><th width="172.33333333333331">Rarity</th><th width="133">1 NFT</th><th width="137.66666666666669">2 NFT's</th><th data-hidden></th></tr></thead><tbody><tr><td>Common</td><td>1%</td><td>2.7%</td><td></td></tr><tr><td>Rare</td><td>1.5%</td><td>3.7%</td><td></td></tr><tr><td>Epic </td><td>2%</td><td>4.7%</td><td></td></tr><tr><td>Legendary </td><td>2.5%</td><td>6%</td><td></td></tr></tbody></table>


---

# 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:

```
GET https://dogecup.gitbook.io/docs/mode-farm/nfts.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.
