# Airdrop

The Community Airdrop rewards **NFT holders** for their long-term commitment and support of the Zombie TD ecosystem. The program will run for **24 months** from its launch, with rewards distributed **every month**.

* The reward pool for this program is allocated from the **NFT Holder Airdrop pool (12%)**
* Rewards are distributed based on the **weight of NFTs** held by each participant
* To ensure fairness, **two random snapshots** of wallets are taken each month to determine eligible holders
* Rewards are paid in **ZTD tokens** and are **instantly claimable** in the dashboard, with no cliffs or vesting

### ⚖️ NFT Weight by Rarity

The weight depends on the rarity of the NFT:

* ⚪️ Common – 1
* 🟢 Uncommon – 2
* 🔵 Rare – 8
* 🟣 Epic – 20
* 🟡 Legendary – 100

### 🧮 How rewards are calculated

1. Each NFT has a **weight** based on its rarity – the rarer the NFT, the higher its weight
2. Calculate the **total weight** of all NFTs in your wallet
3. Sum the **total weight of all participants**
4. The reward pool for the period is divided by the total weight to determine the **value of one weight point**
5. **Your reward = your total weight × value per weight point**


---

# 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/airdrop.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.
