# Airdropping/gifting an NFT

{% hint style="info" %}
We are charging 0.00007 ETH/\~$0.1 per token for airdrop/gift tokens (so if you want to airdrop 10 tokens, it will cost \~$1).
{% endhint %}

### **How to manually airdrop or gift NFTs**

1. Click on Airdrop

<figure><img src="/files/xvglO945uq1DN7iIlOlo" alt=""><figcaption><p>Click on Airdrop</p></figcaption></figure>

2. Paste the wallet address
3. Enter the quantity of NFTs you want to send

<figure><img src="/files/NDCCB5TbI2tjPW1luWda" alt=""><figcaption><p>Paste the wallet address and enter the quantity of NFTs you want to airdrop</p></figcaption></figure>

3. Click on Send

### **How to import gift addresses via CSV**

1. Click the + button and import your CSV file

<figure><img src="/files/5UGajZ6t2zsM6fmoAY28" alt=""><figcaption><p>Click the + button and import your CSV file</p></figcaption></figure>

{% hint style="info" %}
Please make sure that your csv is in this format:&#x20;

<img src="/files/6gGm6PXxFOCuNWv5f9yV" alt="" data-size="original">
{% endhint %}

2. Or you can [Download a sample CSV](https://launchpad.heymint.xyz/sample-allowlist.csv)
3. Click on Send

<figure><img src="/files/sr9VTU3PiwIlLQUn8JB0" alt=""><figcaption><p>Click on Send</p></figcaption></figure>

### How to check collection in OpenSea after airdrop/gifting

1. Once you've successfully sent the tokens, click on "Overview"

<figure><img src="/files/NBRBzhsMkBpmuqoi58CF" alt=""><figcaption><p>Click on "Overview"</p></figcaption></figure>

2. Copy the contract address

<figure><img src="/files/tGxLpQHIwmA0wgtytPuF" alt=""><figcaption><p>Copy the contract address</p></figcaption></figure>

3. Open [OpenSea](https://opensea.io/) in a new tab or [OpenSea Testnets](https://testnets.opensea.io/) (for testnets).
4. Search your collection by pasting the contract address in OpenSea's search bar.

{% hint style="danger" %}
It may take a few minutes for OpenSea to load and display your collection. So if you don't see it right away, please don't worry and just hang tight. It should show up soon.
{% endhint %}

<figure><img src="/files/j4Mf5rIXoDMeYnmrGmN3" alt=""><figcaption><p>Search your collection by pasting the contract address in OpenSea's search bar.</p></figcaption></figure>

5. Click on your collection's name to view your collection.


---

# 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.launchpad.heymint.xyz/after-creating-a-collection/set-up-a-collection-in-marketplaces/airdropping-gifting-an-nft.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.
