# NFT Mining

NFT Mining is available on the official website: **zombietd.app** - a system where players can earn **exclusive NFTs** by staking ZTD tokens.

* For every **1 ZTD staked**, you earn **1 point per day**
* The **maximum stake** is **1,000,000 ZTD**
* Once enough points are collected, you can exchange them for **NFT Turrets** or **NFT Commanders** of different rarities
* The total NFT supply for Mining is limited to **220 NFTs for Turrets** and **100 NFTs for Commanders**
* Each account can mint up to **5 Turret NFTs** and **5 Commander NFTs**

### 📦 Points required per NFT Turret

| Rarity       | NFTs allocated | Points required |
| ------------ | -------------- | --------------- |
| ⚪️ Common    | 120            | 100,000         |
| 🟢 Uncommon  | 60             | 250,000         |
| 🔵 Rare      | 20             | 1,000,000       |
| 🟣 Epic      | 15             | 15,000,000      |
| 🟡 Legendary | 5              | 30,000,000      |
| **Total**    | **220**        | **—**           |

### 📦 Points required per NFT Commander

| Rarity       | NFTs allocated | Points required |
| ------------ | -------------- | --------------- |
| ⚪️ Common    | 50             | 200,000         |
| 🟢 Uncommon  | 20             | 500,000         |
| 🔵 Rare      | 15             | 2,000,000       |
| 🟣 Epic      | 10             | 30,000,000      |
| 🟡 Legendary | 5              | 60,000,000      |
| **Total**    | **100**        | **—**           |


---

# 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://docs.zombietd.app/how-to-earn/nft-mining.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.
