# 空投

![空投](/files/Cq0PfPcDv1MPDkTznZPv)

此功能可以帮助您空投SEP-20代币。您可以设置总金额并添加一些随机性，也可以为每个地址设置特定金额。您可以在每行中放置一个地址，最多可以放置 300 个地址。

这项服务是免费使用的。

### 每行格式

"设定总数" 模式：<mark style="color:blue;">{地址}</mark>

"设定具体数量" 模式：<mark style="color:blue;">{地址},{数量}</mark>

### 随机范围区间

您可以在“设定总数”模式下设置一个百分比的随机范围区间。发送到每个地址的金额将随机地从平均值在此百分比内偏离。例如，当以10%的随机范围区间向100个地址发送总共100万个代币时，每个地址将收到9千到1万1之间的一个随机数量。

### 导入 CSV

该功能可以从CSV文件加载正确的数据。请查看以下不同模式的输入示例。

!["设定总数" 模式示例](/files/fkpUxPvHv7mI9ryfqpvd)

!["设定具体数量" 模式示例](/files/IoqPqcve7Kq8ubSgFeeD)

### 合约

空投器: 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/zhong-wen/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.
