> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipsuite.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating airdrops

> Learn how to create airdrops using your Flipwallet.

## Overview

With Flipsuite, you can create airdrops directly in Discord through airdrop commands.
There are multiple ways to create airdrops which we'll explain in detail down below.

<Note>
  Airdrops do not immediately send tokens to recipients, but require people to explicitly join the airdrop by
  interacting with the airdrop message in Discord. If you're looking to instantly send tokens in bulk to people,
  check out the [/tip](/modules/tipping/commands/tip) command page.
</Note>

## Commands

### `/drop token`

This command is used to create airdrops with one of the [supported tokens](https://flipsuite.xyz/tokens).

<Accordion title="Command arguments">
  <ParamField body="token" type="string" required>
    One of the [supported tokens](https://flipsuite.xyz/tokens) you want to airdrop.
  </ParamField>

  <ParamField body="amount" type="string" required>
    Amount to airdrop. You can use "%" and "\$" for relative amounts.
  </ParamField>

  <ParamField body="countdown" type="string" default="5 minutes">
    Countdown duration in minutes before the airdrop is distributed.
  </ParamField>

  <ParamField body="comment" type="string">
    Note that will be displayed in the airdrop message.
  </ParamField>

  <ParamField body="anonymous" type="boolean">
    Whether you want to create the airdrop anonymously or not.
  </ParamField>

  <ParamField body="max-enters" type="number" default={10}>
    A total number of people who can enter the airdrop.
  </ParamField>

  <ParamField body="allowed-users" type="string">
    Users and/or roles allowed to enter the airdrop. Start typing "@" and select one or more users/roles.
  </ParamField>

  <ParamField body="forbidden-users" type="string">
    Users and/or roles forbidden from entering the airdrop. Start typing "@" and select one or more users/roles.
  </ParamField>

  <ParamField body="count" type="number" default={1}>
    Number of consecutive airdrops to create.
  </ParamField>

  <ParamField body="delay" type="number" default={1}>
    Delay (in minutes) between consecutive airdrops.
  </ParamField>
</Accordion>

## Examples

### Create token airdrop

To create a default airdrop that can be entered by everyone, simply choose a token and its amount.

<Frame caption={"Creating a default airdrop"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-default-command.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=58b4d108ab05b05102a927b09bb397f9" className="rounded-lg" width="562" height="107" data-path="images/modules/tipping/airdrop-default-command.png" />
</Frame>

**Result:**

<Frame caption={"Default airdrop message"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-default-result.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=bf9ee9e34d1d2c34ef7b3139708e9944" className="rounded-lg" width="395" height="252" data-path="images/modules/tipping/airdrop-default-result.png" />
</Frame>

### Create airdrop for specific users

To create an airdrop that can be entered only by specific users, mention users and/or roles that are allowed to enter
in the `allowed-users` command argument. If you want to restrict some users and/or roles from entering the airdrop,
mention them in the `forbidden-users` command argument instead.

<Frame caption={"Creating an airdrop for specific users"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-restricted-command.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=63edaeb815558d42bd707b8be53782b6" className="rounded-lg" width="1216" height="113" data-path="images/modules/tipping/airdrop-restricted-command.png" />
</Frame>

**Result:**

<Frame caption={"Airdrop message with restricted entries"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-restricted-result.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=4e297e55f9a6a6e3e03ef5de5d9beddd" className="rounded-lg" width="392" height="454" data-path="images/modules/tipping/airdrop-restricted-result.png" />
</Frame>

### Create repeating airdrop

To create a repeating airdrop, simply fill in the `count` and `delay` command fields. Airdrops created this way will
repeat one after another with the delay set by the `delay` field.

For example, to schedule an airdrop that is created 5 minutes after the previous one ends for 3 consecutive times,
you would enter `count:3` and `delay:5`, as shown in the screenshot below.

<Frame caption={"Creating a repeating airdrop"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-repeated-command.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=e9df5aa095346456978d2030606ecd73" className="rounded-lg" width="790" height="109" data-path="images/modules/tipping/airdrop-repeated-command.png" />
</Frame>

**Result:**

<Frame caption={"Repeating airdrop message"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-repeated-result.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=c6bad5a5fa7a34e808b8946f942839c7" className="rounded-lg" width="472" height="257" data-path="images/modules/tipping/airdrop-repeated-result.png" />
</Frame>

To cancel a repeating airdrop, just execute the `/cancel type:Airdrop` command and select a repeating airdrop to cancel.

<Frame caption={"Cancelling a repeating airdrop"}>
  <img src="https://mintcdn.com/flipsuite/arYEkkufl56u1aRT/images/modules/tipping/airdrop-repeated-cancel.png?fit=max&auto=format&n=arYEkkufl56u1aRT&q=85&s=d4e01cf80f00378a3f82e8166e5171ee" className="rounded-lg" width="357" height="204" data-path="images/modules/tipping/airdrop-repeated-cancel.png" />
</Frame>

## Settings

You can modify the following account-wide tipping settings in your [/profile](/flippy/commands/profile):

* The minimum account age that's required to enter your airdrops and raffles.

<Frame caption={"Profile tipping settings"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/profile-tipping-settings.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=1b43c8056faccfdd9957e93fac659d26" className="rounded-lg" width="482" height="408" data-path="images/flipwallet/profile-tipping-settings.png" />
</Frame>
