# Airdrops

Enter the `/setup` command in your Telegram group and navigate to the “Airdrops” section to create and manage your airdrop wallet.

*Note:* Only admins with the ability to add other admins have access to the airdrop wallet.

Your airdrop wallet supports multiple blockchains, including: SOLANA and Ethereum, Binance Smart Chain, Polygon, Base, Optimism, Arbitrum, AVAX, Linea, Mantle, Blast.

{% stepper %}
{% step %}

### Setting up your airdrop wallet

* Follow the on-screen instructions to create your wallet.
* Enter your email and the one-time password (OTP) sent to it. *Please note: the person who has access to the airdrop wallet controls the funds. Flooz is non custodial per default and we cannot help recover funds if you lose access to your email address!*
* Wait approximately 10–20 seconds while your account abstracted wallet is created for all supported EVM chains and Solana.
  {% endstep %}

{% step %}

### Setup token tickers

* You can only airdrop tokens that are configured in the Token Ticker section.
* To add a new ticker, click on “Add more tickers”
* Choose between stablecoins, native coins, or your own token. For custom tokens, simply enter the contract address.
  {% endstep %}

{% step %}

### Deposit funds

* Copy the address of your new airdrop wallet and transfer the desired tokens to this wallet.
* Your app will then automatically distribute tokens based on the rules defined in your `/tasks`.
* Please make sure to send enough native tokens (e.g. SOL or ETH on the respective chain) to cover for gas ⛽
  {% endstep %}
  {% endstepper %}

***

### Send tokens to external wallets

At any time, you can send tokens to external wallets

1. Click on "send"
2. Select the token and the amount you wish to send
3. Enter the recipient's wallet address
4. Confirm the transaction


---

# 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.flooz.xyz/flooz-for-token-devs/airdrops.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.
