# Airdrop

![Airdrop](/files/UI39GYBpjtQX3D5oPjSZ)

This product can help you airdrop SEP-20 tokens. You can set a total amount and add some randomness or set specific amount for each address. You can put one address in each line up to 300 addresses.

This service is free to use.&#x20;

### Line Format

“Total” Mode: <mark style="color:blue;">{Address}</mark>

"Specified" Mode: <mark style="color:blue;">{Address},{Amount}</mark>

### Randomness Range

You can set a randomness range in the "total" mode. The amount sent to each address will randomly deviate from the average within the range. For example, when sending a total of 1mil tokens to 100 addresses with a 10% randomness range, each address will receive a random amount between 9k-11k.

### Import CSV

The app can load data from a CSV file with correct input. Check input samples of different modes below.&#x20;

!["Total" Mode Example](/files/wrtBJubu2XRasjZTYMC7)

!["Specified" Mode Example](/files/iL6YuLuGE29r6xSBmrDc)

### Contract

Airdropper: 0xc13d273485B4Db1C5DC3FBe7f403E7b52CA3BFAd


---

# 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.benswap.cash/features/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.
