> For the complete documentation index, see [llms.txt](https://wiki.rally.io/rally-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/airdropping.md).

# Airdropping Coins with Rally Coin Bot

Anyone holding the creator coin set for a given Discord server can airdrop coins to eligible members of that server. To be eligible to receive a drop, a user must have their [Discord account connected to their Rally account](/rally-io/creator-tools/discord-coin-bot/connecting-to-discord.md).&#x20;

After using the command, the sender will get a Discord DM from the bot ("coin") asking for them to approve the drop (!approve). The sender and recipient will each get an email receipt for each successful drop.

*Syntax:* !coin airdrop *AMOUNT* --people *1-75* --role *ROLE --*&#x6D;emo *MEMO*

**Required Variable**

* Replace *AMOUNT* with a number representing the USD value in coins to send. For $5 worth of coins, enter 5.

**Optional Variables**

* Replace *1-75* with a number from 1 to 75 to represent the maximum number of people eligible for the airdrop.
  * **NOTE: Rally highly recommends using this limiter variable for a successful airdrop in channels with more than 75 eligible people.**&#x20;
* Replace *ROLE* with the exact name of a role in your Discord server. You can add multiple instances of this variable to include multiple roles: --role Role1 --role Role2
* Replace *MEMO* with a short memo for recipients

*Example*: `!coin airdrop 5 --people 5 --memo Happy Friday!`&#x20;

Would send a total of $5 USD worth of the set coin across 5 people with the memo "Happy Friday!".


---

# 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://wiki.rally.io/rally-io/creator-tools/discord-coin-bot/airdropping.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.
