Phantom security notice

Phantom may show a "malicious dApp" warning. This is a false positive for new domains — our review with Blowfish (ticket #11666) is pending.

You can safely click "Proceed anyway" — SPLCreator only uses standard Solana programs.

View source code on GitHub →
Skip to main content
Guide6 min read

How to Use the Solana Airdrop Tool: Send Tokens to Thousands of Wallets

Step-by-step guide for the SPLCreator airdrop tool. How to prepare your CSV, manage chunks and handle failed transfers.

SPLCreator Team

What is an airdrop?

An airdrop is the distribution of tokens to multiple wallets at once. This is a common strategy to build a community, reward early supporters or distribute governance tokens.

## How the SPLCreator Airdrop Tool works

1. Connect your wallet with sufficient tokens
2. Enter the mint address of your token
3. Upload a CSV file with the format: `wallet_address,amount`
4. Review the recipient list — invalid addresses are automatically filtered
5. Click "Start Airdrop" — the tool processes in chunks of 10 per transaction

## CSV format

```
9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM,1000
7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU,500
```

## Tips for a successful airdrop

- Test on Devnet first before using real tokens
- Keep chunks small — 10 per transaction is optimal for reliability
- Check your token balance beforehand — you need enough tokens + SOL for fees