Cheapest Way to Airdrop a Solana Token to Thousands (2026)
The cheapest way to airdrop an SPL token to thousands of wallets: about 0.001 SOL per transfer plus Solana rent. See the real 1,000 and 10,000 cost math.

Nobody tells you what a token airdrop really costs
Most people assume an airdrop is free. You made the token, you are giving it away for nothing, so where would a cost come from? Then the first batch goes out and real SOL leaves the wallet.
An airdrop (sending your token out to many wallets at once, usually free for the people receiving it) has a real, predictable cost on Solana. Most of that cost is not a tool fee at all. It is a network rule you cannot opt out of, and almost every guide hand-waves right past it.
Here is the honest math instead. What it costs to airdrop an SPL token (the standard token type you create on Solana) to 1,000 or 10,000 wallets, where each piece of that cost comes from, and how to keep the total as low as Solana allows. Every number below is checked against a real run on the j.tools sender.
The cheapest way, in one line
If you only want the short answer: use a bulk sender that charges a low flat fee and packs many sends into one transaction. On j.tools that is the bulk multi-sender tool, at about 0.001 SOL per transfer, plus Solana's own rent of about 0.002 SOL for every brand-new wallet you send to. Rent is a small one-time deposit the network requires to open a token account, the on-chain slot a wallet needs before it can hold your specific token.
Those two add up to roughly 0.003 SOL per fresh wallet, all in. The tool fee is one of the lowest of any Solana multisender, and the rent is not ours to discount, it belongs to the network. So this is about as cheap as a Solana airdrop gets. The rest of this post shows exactly why.
What actually costs money in an airdrop
Every send to a fresh wallet has three separate cost parts. Keep them apart in your head, because two of them are tiny and one is the whole story.
1. The tool fee (small)
This is the platform fee for running the send, about 0.001 SOL per transfer, where one transfer means one recipient. No subscription, no monthly plan, you pay per send and that is it. For a Solana airdrop tool, 0.001 SOL is on the low end.
2. Solana rent (the big one, and here is the honest part)
A wallet cannot hold your token until it has a token account for it, a small on-chain slot for that one specific token. A brand-new holder does not have one yet, so it has to be created, and creating it requires a one-time deposit called Solana rent, about 0.002 SOL (0.00203928 SOL to be exact).
Be clear about who pays this. You, the sender, pay the rent to open each recipient's token account, and you do not get it back. The recipient could later reclaim it by closing that token account, but the person running the airdrop never sees it again. This is the largest single part of your bill, and it is the same on every tool, because it is Solana's rule and not a fee anyone invented.
The rent is real, spent SOL from your wallet, not a refundable hold. When you budget an airdrop to fresh wallets, the rent is the number that sets the total, and the tool fee is almost an afterthought next to it. No tool can skip the rent. A good one just keeps its own fee low and batches sends so you are not overpaying on top.
3. Network fee (basically a rounding error)
Each transaction (one on-chain action) costs about 0.000005 SOL. Because the sender packs many recipients into each transaction (roughly 18 to 55 at a time) to save on fees, this cost spread across your recipients barely registers. For a thousand wallets it adds up to a tiny sliver of SOL in total, a rounding error next to the rent. You are not paying a separate transaction fee for every single wallet.
The real cost for 1,000 and 10,000 wallets
Here is the verified math, with the tool fee and the Solana rent kept in separate columns so you can see exactly where the money goes. The fresh-wallet rows are the normal case for a real airdrop. The existing-holder rows show the cheapest possible case, when recipients already hold your token and no new account has to be opened.
| Recipients | Tool fee | Solana rent | Network fee | Total |
|---|---|---|---|---|
| 1,000 fresh wallets | ~1 SOL | ~2.04 SOL | ~0.0002 SOL | ~3 SOL |
| 10,000 fresh wallets | ~10 SOL | ~20.4 SOL | ~0.002 SOL | ~30 SOL |
| 1,000 existing holders | ~1 SOL | 0 (already open) | ~0.0002 SOL | ~1 SOL |
| 10,000 existing holders | ~10 SOL | 0 (already open) | ~0.002 SOL | ~10 SOL |
A run handles up to 1,000 recipients, so 10,000 wallets is simply ten runs of a thousand. Notice how the tool fee and network fee stay small in every row. The jump from 1 SOL to 3 SOL, or 10 SOL to 30 SOL, is entirely the rent for opening new token accounts. That is why a Solana airdrop cost really comes down to one question: how many recipients are brand-new to your token.
How to airdrop to thousands, step by step
The flow is short, and you sign every send in your own wallet. No tool here ever asks for a private key. For a fuller walkthrough, see our multi-sender airdrop and snapshot guide.
- Get your recipient list. To airdrop to real holders of a token, pull them with the free token holder snapshot tool, which reads every wallet holding a given token. If you already have a list, a plain CSV of wallet addresses works too. A wallet address is a wallet's public ID, safe to share, that you send tokens to.
- Open the Solana multi-sender and connect your wallet.
- Paste your list, up to 1,000 addresses per run.
- Choose the amount. Send the same amount to everyone, or set custom amounts per wallet.
- Review the full cost. The tool shows the tool fee, the rent for new accounts, and the network fee before you commit, so nothing surprises you.
- Send. The tool batches recipients into transactions automatically, and you approve them in your own wallet.
If your drop targets who holds a specific token, our snapshot-based airdrop walkthrough covers that path from the holder list to the final send.
Equal amounts or custom amounts?
Same amount to everyone
For a straight airdrop where each wallet gets the same number of tokens, the multi-sender for bulk airdrops is the tool. Up to 1,000 recipients per run, one flat 0.001 SOL per transfer, and it batches sends so you are not paying a network fee for every single wallet.
Different amounts, or many senders
When each wallet should get a different amount, or you want to send from several source wallets in one job (each sender funding its own recipients), use the many-to-many sender. It handles up to 2,000 pairs per run at the same 0.001 SOL per transfer.
How to make your airdrop cheaper
You cannot dodge the rent, nobody can, but you can avoid wasting SOL on top of it.
- Airdrop to existing holders when you can. Wallets that already hold your token have their token account open, so there is no rent, just the tool fee. As the table shows, this is where the real savings live.
- Clean your list first. Duplicate entries and dead addresses burn tool fees on sends nobody wanted. Pull a fresh, accurate list before you send; the best free holder snapshot tool reads real holders so you are not airdropping to junk.
- Do not pad the token amount. Sending 10,000 tokens costs the same SOL as sending 10. The size of your token amount does not change the fee, so set it by your plan, not by fear.
- Let the tool batch. It packs many sends into each transaction on its own. Never send one wallet at a time, that is the slow and expensive way.
What is j.tools?
j.tools is a Solana toolkit with 40-plus no-code tools, bilingual in Turkish and English. The set includes this bulk airdrop sender, a free holder snapshot, token creation, swaps, and plenty more. It never asks for your private key. You connect your own wallet and sign every send yourself, which is the safe way to run any airdrop. If you have not made your token yet, the no-code token creator mints one for 0.1 SOL, then you airdrop it with the same list.
FAQ
How much does it cost to airdrop to 1,000 wallets?
About 3 SOL for 1,000 brand-new wallets: roughly 1 SOL in tool fees, about 2.04 SOL in Solana rent for opening new token accounts, and a tiny sliver of SOL in network fees. If those wallets already hold your token, there is no rent, so it drops to about 1 SOL.
How much does it cost to airdrop to 10,000 wallets?
About 30 SOL for 10,000 fresh wallets: around 10 SOL in tool fees plus about 20.4 SOL of rent, sent as ten batches of a thousand. If the recipients already hold your token, there is no rent and the cost falls to about 10 SOL.
Why is there rent, and do I get it back?
Solana charges a one-time deposit, about 0.002 SOL, to open a new token account so a wallet can hold your token. You, the sender, pay it, and you do not get it back. The recipient can reclaim it later by closing that account, but the airdropper never recovers it.
Do I need the recipients' private keys?
No, and you should never ask for them. You only need each recipient's public wallet address, which is safe to share. You sign the whole airdrop from your own wallet, and no honest tool will ask for someone else's private key.
Should I use equal amounts or custom amounts?
For the same amount to everyone, use the multi-sender. For a different amount per wallet, or sending from several source wallets at once, use the many-to-many sender. Both charge the same 0.001 SOL per transfer.
How many wallets can I send to per run?
The multi-sender handles up to 1,000 recipients per run, and the many-to-many sender handles up to 2,000 pairs. For larger drops you repeat the run, which is how a 10,000-wallet airdrop becomes ten batches of a thousand.
Is 0.001 SOL per transfer really the whole fee?
That is the whole tool fee, yes, a flat 0.001 SOL per recipient with no subscription. The only other costs are the Solana rent for new token accounts and the tiny network fee, and every Solana airdrop tool pays those two because they belong to the network, not to us.
What is the cheapest way overall?
A low flat-fee sender that batches its sends, aimed at wallets that already hold your token so you skip the rent. The tool fee stays small and batching keeps network fees tiny. Rent is the same everywhere, so the cheapest airdrop is the one with the fewest brand-new accounts to open, not the one that claims to dodge rent.
Can I get the recipient list for free?
Yes. The token holder snapshot reads every wallet that holds a given token and costs nothing, and it never needs your key. Pull your list there first so you are airdropping to real addresses instead of junk.
The honest bottom line
An airdrop to fresh wallets costs about 0.003 SOL each, and roughly two-thirds of that is Solana rent you cannot avoid. The tool fee is the cheap part, and batching keeps the network fee near zero. Pick a sender with a low flat fee, clean your list, and favor existing holders when you can. When you are ready, open the bulk airdrop sender and it shows you the full cost before a single token leaves your wallet. Keep reading in our Solana how-to guides or everything tagged Solana tokens and tools.


