# Airdrop Configuration

{% embed url="<https://www.youtube.com/watch?v=QEUfuJyRdJs>" %}

{% hint style="info" %}
Currently Airdrop Hyperdrive supports ERC-20 tokens.
{% endhint %}

### Create Airdrop Admin Address

1\) Go back to your chat with @collablandbot, and either press the *Start* button at the bottom of the screen or type */start* in the message composer.&#x20;

2\) The Command Center will show up. Select the *Airdrop Hyperdrive* button.&#x20;

![](https://2139621254-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDMXUqF_XHceHQODpsR%2F-MEjYD3xL3lizNb6msSg%2F-MEjZS65CYCvdTrJzS8m%2FScreen%20Shot%202020-08-12%20at%2011.21.23%20PM.png?alt=media\&token=228b6a7d-3b8c-4ef4-ad53-14edafe319ea)

3\) All the Telegram groups that you've added @collablandbot as an administrator will display. Select the group you'd like to configure.&#x20;

![](https://2139621254-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDMXUqF_XHceHQODpsR%2F-MEjYD3xL3lizNb6msSg%2F-MEjZE4g4NA6RBNDaI7k%2FScreen%20Shot%202020-08-12%20at%2011.23.03%20PM.png?alt=media\&token=db3d58fa-0fb9-4ffb-88c2-31dbb5b36286)

4\) Select the network you'd like to airdrop on.

![](https://2139621254-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDMXUqF_XHceHQODpsR%2F-MEjYD3xL3lizNb6msSg%2F-MEjZI_2ZZ1VCNRhWUzM%2FScreen%20Shot%202020-08-12%20at%2011.22.43%20PM.png?alt=media\&token=5c8cc13e-f250-47e7-bf07-3b3eb81746ae)

5\) Enter the token contract address and number of tokens. For example, if your token contract address is 0xB60fDf4bO2FA14611A7397C81472210 and you want to give everyone in your community 3 tokens, you'd want to type the following to the bot: 0xB60fDf4bO2FA14611A7397C81472210 3

6\) Enter in a message for your members to see when they get their airdrop.

7\) The bot will give you an admin address that you can now use for your airdrop and an Etherscan link to the address, so that you can track any transactions that are linked to your airdrop.

![](https://2139621254-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDMXUqF_XHceHQODpsR%2F-MEjYD3xL3lizNb6msSg%2F-MEj_GSvGBz9hxnxlOBn%2Fairdrop-admin-address.png?alt=media\&token=3f41353b-8f9c-45a1-bfe0-c56d285acf58)

### Load Up Your Airdrop Wallet

You will need to load your airdrop admin wallet address with the total number of your tokens you want to give away to your members and enough Ethereum (also known as ETH) to cover your transaction fees (also known as gas cost).&#x20;

1\) Copy the admin address that @collablandbot gave you. Open up your wallet and select *Send*.&#x20;

2\) Paste the admin address into the address field.

3\) Select your token name and enter the number of total tokens you want to give away in your airdrop.&#x20;

![](https://2139621254-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDMXUqF_XHceHQODpsR%2F-MEjYD3xL3lizNb6msSg%2F-MEj_krkmbWkHpEswfJq%2Flinking.png?alt=media\&token=eed5093b-0e4b-4da9-834b-6c6c777f1855)

4\) Confirm the transaction.

5\) Repeat steps 1 - 4 with Ethereum.

{% hint style="info" %}
If you'd like to take back remaining token or ETH from your airdrop, you can do that with the [Save Private Key](#save-private-key) functionality.

There is currently only one airdrop per group! Contact Collab.Land support to adjust.
{% endhint %}


---

# 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://collab-land.gitbook.io/collab-land/bots/telegram/telegram-administering-your-group.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.
