When to airdrop Solana tokens
Common scenarios where bulk distribution is the right tool:
- Community rewards — distribute tokens to every Discord member who held a role on a snapshot date.
- Memecoin marketing — send small amounts to trending wallets to seed organic discovery.
- NFT holder rewards — drop fungible tokens to all holders of a specific NFT collection.
- Governance distribution — distribute DAO governance tokens to early contributors.
- Post-launch loyalty — reward early buyers after a token graduates from Pump.fun to Raydium.
How to prepare a recipient list
Most airdrop tools (Alchemii included) accept a CSV with two columns:
- Column 1: recipient wallet address
- Column 2: amount of tokens to send
To get a holder snapshot for a specific token (e.g. all WIF holders), use Solscan "Holders" tab and export. For NFT-collection-based airdrops, tools like Tensor provide collection holder lists.
Airdrop best practices
- Test on a small batch first — send to 5-10 test wallets before signing the full distribution.
- Account for token account creation rent — fresh recipients need ~0.002 SOL each. Budget accordingly.
- Filter sybil wallets — wallets created minutes before snapshot are usually farming. Set a minimum wallet-age filter.
- Communicate the airdrop — announce on Twitter and Telegram so recipients aren't surprised by random tokens (and so they engage with the token).
- Don't airdrop to dead wallets — wallets with no SOL balance often won't be checked again. Wasted distribution + wasted rent.
Frequently asked questions
What is a Solana token airdrop?
An airdrop sends SPL tokens to multiple wallets in a coordinated distribution. Common uses: rewarding early community members, distributing governance tokens, marketing-driven token giveaways, and post-launch community building.
How many wallets can I airdrop to in one transaction?
Solana transactions have an instruction limit, so a single transaction handles roughly 8-12 recipients. For larger lists, the airdrop is split into batches that execute sequentially. Hundreds of recipients is normal; thousands take a few minutes.
Do recipients need to opt in to receive an airdrop?
On Solana, the sender (you) covers the rent for each recipient's associated token account if they don't already have one. Recipients see the tokens automatically appear in their wallet.
How much does a Solana airdrop cost?
Network fees are minimal (about 0.000005 SOL per signature), but if recipients don't have a token account for your token yet, you pay ~0.002 SOL per recipient to create one. For 100 fresh recipients, expect ~0.2 SOL ($30) total.
Can I airdrop from my own wallet or do I need a special account?
You airdrop from any Solana wallet that holds the tokens. Connect your wallet (Phantom, Solflare, Backpack), specify the token mint address and recipient list, sign — that's it.