How to Airdrop Tokens on Solana
An airdrop is how a token goes from one wallet to a holder base. The mechanics are simple; the list and the timing are what decide whether it does anything useful.
Non-custodial · One signature · Metaplex metadata + IPFS · Deployed on mainnet
The mechanics
Each recipient needs an associated token account for your mint. If they do not have one, the sender pays rent to create it — roughly 0.002 SOL per wallet. A thousand recipients therefore carries a real cost before any transfer happens.
Transfers are batched into transactions to stay inside Solana's size limits, so a large airdrop is many transactions, not one.
- Budget roughly 0.002 SOL per new token account you create
- Validate every address before sending — transfers are irreversible
- Batch and rate-limit so the RPC does not drop your transactions
- Keep a record of the list you used; holders will ask
Who should receive it
A list of random wallets produces holders who sell immediately. A list drawn from people who already interact with your project produces holders who stay. That distinction matters far more than the size of the drop.
See how to get more holders for my token for building that list in the first place, and open a market first with how to add liquidity on Raydium so recipients have somewhere to trade.
Step-by-step
Step 1. Build and clean the list
Deduplicate and validate every address.
Step 2. Budget the rent
About 0.002 SOL per wallet that needs a new token account.
Step 3. Open a market first
Recipients with nowhere to trade simply ignore the drop.
Step 4. Send in batches
Batch transfers and retry failures rather than resending everything.
Step 5. Publish the record
Share the criteria and the transaction record with your community.
Start your token here
Type a name and ticker — we'll carry them straight into the creator. No wallet needed yet.
Frequently asked questions
How much does a Solana airdrop cost?
Roughly 0.002 SOL per recipient that needs a new token account, plus the ordinary network fee per transaction.
Can I reverse an airdrop?
No. Token transfers on Solana are final, which is why address validation matters.
Should I airdrop before or after opening liquidity?
After. Recipients who cannot trade or check a price mostly ignore the tokens.
Does a big airdrop create holders?
Not by itself. Untargeted drops usually produce immediate sellers. A smaller, targeted list performs better.
Do recipients need to claim?
Not with a direct transfer — tokens simply appear. Claim-based drops shift the rent cost to the recipient.
Keep reading
Ready to create your token?
Connect your wallet, fill the form, sign once. Your token is live on mainnet with on-chain metadata, a real logo, and optional authority revokes.
