# Airdrop

To begin airdropping ERC-20 tokens on the Base Chain, navigate to your Oomer wallet and select the *“Airdrop ✈️”* button in the main menu.

<figure><img src="/files/jiu1GDbTRPdKmZ0DDDBx" alt="" width="315"><figcaption></figcaption></figure>

{% hint style="info" %}
*Note:* Ensure you have the tokens you intend to airdrop stored in your Oomer wallet to avoid delays during the airdrop process.
{% endhint %}

## Step 1: Review Network Fees

<figure><img src="/files/qdySPnZ2wsx9a7ARwpFe" alt="" width="322"><figcaption><p>Step 1</p></figcaption></figure>

Once you initiate the airdrop process, OomerBot will calculate and display the current network fees for your transaction based on the number of recipients. This allows you to estimate the cost of your airdrop accurately.

*Tip:* Network fees may fluctuate with activity levels on the blockchain. Ensure you have enough ETH in your wallet to cover these costs.

## Step 2: Enter the Token Address

<figure><img src="/files/Cg8ug8odJN7TYfdqkkyc" alt=""><figcaption><p>Step 2</p></figcaption></figure>

After confirming the network fees, you’ll be prompted to enter the address of the ERC-20 token you want to airdrop. This must be an ERC-20 token on the Base Chain. If you need assistance finding this address, refer to your token’s Base Chain contract details.

## Step 3: Upload Recipient Addresses

<figure><img src="/files/LxCiPDbgkUEH4T6c0641" alt=""><figcaption><p>Step 3</p></figcaption></figure>

This is where OomerBot stands out. You can upload a list of recipient addresses in two ways:

* **CSV File**: For large-scale airdrops, OomerBot supports CSV files containing up to 100,000 addresses. Download a [sample airdrop CSV file here](https://jmp.sh/Lz72tKqm) to ensure your file is in the correct format.
* **Manual Input**: If you have a shorter list, simply paste comma-separated addresses directly into the message box.

*Note:* Double-check the format to avoid delays, as the bot will only accept properly formatted addresses.

## Step 4: Specify the Airdrop Amount

<figure><img src="/files/ZiKDGoe2ktEjxUsH48EG" alt=""><figcaption><p>Step 4</p></figcaption></figure>

Once your recipient addresses are uploaded, you’ll be prompted to enter the amount of tokens each recipient should receive. Ensure you’re mindful of your wallet’s token balance to complete the airdrop without interruption.

<figure><img src="/files/pLy1iNxMUjsGakiCCK5t" alt=""><figcaption><p>Step 5</p></figcaption></figure>

## Step 5: Confirmation and Completion

After entering the airdrop amount, OomerBot will start processing your transaction. You’ll receive a notification once the airdrop completes.


---

# 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.oomerbot.xyz/telegram-bots-info/oomer-bot/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.
