> For the complete documentation index, see [llms.txt](https://wp.gotmlabz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.gotmlabz.io/nft-staking/features/airdrops.md).

# Airdrops

### **Airdrop to all staked NFTs**

Enter the amount of Token to distribute to each staked NFT, select the token you want to distribute or add new and press the airdrop button.

<div align="left"><figure><img src="/files/5t3ywqNNPxd28s82WK3M" alt=""><figcaption></figcaption></figure></div>

After pressing the airdrop button a popup calculation will appear - if it looks right press confirm airdrop to proceed.

<div align="left"><figure><img src="/files/UvA3pElW0Jjz8ah0bCmT" alt=""><figcaption></figcaption></figure></div>

### **Airdrop to Select Wallets**

To send the same amount to each wallet fill out the Amount/NFT box bottom left\
To send different amounts to each wallet leave it blank and use a , seperated and then the amount\
Alternatively upload a csv file with 2 columns wallet address and amount (no headings) rqd

<div align="left"><figure><img src="/files/BmCa3fHNjGBBFSyd0tnu" alt=""><figcaption></figcaption></figure></div>

### **Airdrop if #No Of NFTs Staked**

Ability to define the number of NFTs that must be staked and airdrop a set amount to each person

<div align="left"><figure><img src="/files/N1Lbtf6x2O2jLNVl7qSf" alt=""><figcaption></figcaption></figure></div>

### **Airdrop to Specific Traits**

To send the same amount to each wallet fil out the Amount bottom left

<div align="left"><figure><img src="/files/g7PpN9JvR2hPhQYHvnZe" alt=""><figcaption></figcaption></figure></div>

### **Airdrop if #No of Specific Traits**

Ability to airdrop specifi amount to each user if they have a combination of traits staked from one or multiple NFTs

<div align="left"><figure><img src="/files/Zhb3LnyrG3Dgo40szWOp" alt=""><figcaption></figcaption></figure></div>

### Solana transaction fees

You can decide how much the user will have to pay when claiming the airdrop and if its per NFT or per claim. SImply use the toggle switch to set your preference. note our standard admin fee is applied.

### History

View all current airdrops in progress, view the number of NFTs claimed.

<figure><img src="/files/1j2PIpcQZiJPzZvqO9XN" alt=""><figcaption></figcaption></figure>

### Delete Airdrop

You can decide if you would like to delete the airdrop at any time by simply clicking on the delete button and then confirming by pressing the ''little tick''.

### Front End

When an airdrop is active it will display front end for user, with a claim button.&#x20;

Airdrops will continue to stack up until claimed by the user or canceld by the admin.

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


---

# 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://wp.gotmlabz.io/nft-staking/features/airdrops.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.
