# Calculating the Airdrop Reward

There are three main conditions that we look at when calculating the airdrop amount that a user is eligible to receive&#x20;

## **Condition 1: Trading Volume of Solana NFTs**

The first condition that we look at when determining the airdrop amount is the amount of volume a wallet has on Solana. We have broken out 10 tiers that wallets can fall into based on the amount of volume traded and each tier is eligible for a set number of $ANGEL tokens.&#x20;

| Tier | Trading Volume (SOL) | $ANGEL |   |
| :--: | :------------------: | :----: | - |
|   1  |       >=30,000       | 10,000 |   |
|   2  |  >=10,000 to 30,000  |  7,500 |   |
|   3  |   >=5,000 to 10,000  |  6,000 |   |
|   4  |   >=2,500 to 5,000   |  5,000 |   |
|   5  |   >=1,000 to 2,500   |  3,000 |   |
|   6  |    >=500 to 1,000    |  1,500 |   |
|   7  |     >=250 to 500     |  1,000 |   |
|   8  |     >=100 to 250     |   800  |   |
|   9  |      >=50 to 100     |   500  |   |
|  10  |      >=20 to 50      |   250  |   |
|  11  |       >=5 to 20      |   100  |   |

## **Condition 2: Multiplier Based on Burning MagicDAO NFT**

*Users can burn their MagicDAO NFTs for a multiplier on their $ANGEL airdrop. Only one MagicDAO NFT can be burned per wallet (i.e. users are only eligible for one multiplier). Users can find more information on MagicDAO* [*here*](https://blog.magiceden.io/p/magicdao-magic-ticket-litepaper?s=w)*.*&#x20;

1. **Normie:** Burning a Normie MagicDAO NFT gets you a **1.2x** multiplier
2. **Degens:** Burning a Degen MagicDAO NFT gets you a **1.5x** multiplier
3. **OGs:** Burning a OG MagicDAO NFT gets you a **2x** multiplier&#x20;

## **Condition 3: Participate in the Fallen Angels Marketplace**

In order to qualify for the $ANGEL airdrop users must show they are committed to being an active participant to the community and the marketplace. In order to satisfy this requirement users must do one of the following:&#x20;

1. **List an NFT for Sale:** Users can list any Solana NFT for sale on the Fallen Angels marketplace
2. **Buy an NFT:** Users can buy any existing listing for a Solana NFT on the Fallen Angels marketplace.  &#x20;


---

# 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://fallen-angels.gitbook.io/fallen-angels/rewards/airdrop-overview/calculating-the-airdrop-reward.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.
