> For the complete documentation index, see [llms.txt](https://devbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbot.gitbook.io/docs/token-management-and-update/airdrop-tokens.md).

# Airdrop Tokens

{% hint style="info" %}
Airdropping tokens allows sending a fixed amount of tokens to multiple addresses in one transaction. You can specify up to 69 addresses per batch.
{% endhint %}

To airdrop tokens, simply click on the `Airdrop Tokens 🪂` button under `Menu > My Tokens > [Name]` and follow the instructions. **You will need to prepare two things:**&#x20;

1. A **comma-separated list** of receiver addresses&#x20;
2. The amount of tokens each address should receive

<figure><img src="/files/4LsRNhU42jsaS7OwLYtw" alt=""><figcaption></figcaption></figure>

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

Simply click the two buttons and reply with the required information. You will need to make sure to have enough tokens to airdrop in the contract, or else the gas estimation in the next step after clicking `🪂 Airdrop Tokens` will fail.

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

{% hint style="info" %}
Note that the more addresses you add, the bigger the transaction will get, which increases gas cost. Make sure to have enough funds on your wallet, especially when using Ethereum.
{% endhint %}

{% hint style="danger" %}
Make sure to comply with your own [maximum transaction and wallet percentages](/docs/launching-a-new-token/setting-limits.md). You will not be able to airdrop more than that, because these limits will apply to the receivers. In that case, [consider temporarily changing it](/docs/token-management-and-update/updating-taxes-and-limits.md).
{% endhint %}

If you're all set, click `Confirm ✅` and wait for the transaction to finish. You can view the transaction state in the explorer by clicking the corresponding button.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://devbot.gitbook.io/docs/token-management-and-update/airdrop-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
