# Create AirDrop

With TokenICO 2.0.0 it is now possible to create AirDrop (bulk transfer). In the following steps we will again use EVM (Sepolia Testnet) as an example, but you can apply the same steps for other networks.

### Select a network

First select which network you want to AirDrop to.

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

### Put your token contract address

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

### Upload or type your wallet address list

Here you can upload addresses in the form of sample CSV files if you wish. Or, if there are not many addresses, you can enter them manually.

#### Equal amount for all  and Amount for per address

If you notice in the previous image, there is only one amount field. In the following picture, a different amount value is set for each address.

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

### Connect and create airdrop

First we 'approve' the transfer permission of the tokens.

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

#### Create AirDrop

In the picture below you can see that a total of 30 tokens will be transferred and of course 0.05 is our commission fee.

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

#### That's all

AirDrop is created. Example TX: <https://sepolia.etherscan.io/tx/0x031ed2129c33d5acdd911ddd0789945f3623ee9968e6645d80eb746c2bf639f7>

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

### Example CSV Files

{% file src="/files/qtZ9IbRfXr6MASuvCAkB" %}

{% file src="/files/Ulk4RFs4b1qeZoSKNqVT" %}


---

# 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://beycanpress.gitbook.io/tokenico-docs/overview/create-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.
