Multisender
Send one SPL token to many wallets at once. Paste an address, amount list — we create any missing token accounts and batch the transfers into a few wallet approvals.
Connect your wallet
Connect a Solana wallet to load your tokens and send a multi-transfer.
Solana multisender for fast token airdrops
A multisender lets you distribute one SPL token to hundreds of wallets without signing each transfer by hand. It is the simplest way to run a Solana token airdrop — to early supporters, presale buyers, NFT holders, team members or a community reward list. You supply a single address, amount list and the tool turns it into a small number of batched on-chain transactions you approve in your own wallet. Nothing is custodial: the tokens move straight from your wallet to each recipient.
How batch transfers work
Each Solana transaction has a size and compute limit, so a bulk send is split into batches of roughly eight recipients. For every recipient the tool derives their associated token account (ATA) — the per-mint account that actually holds an SPL balance — and, if it does not yet exist, adds an instruction to create it before the transfer. That means even wallets that have never touched your token receive the airdrop. Amounts are entered in token units and converted to base units using the mint's decimals, so you never have to do the math yourself. A small priority fee is attached so batches land reliably even on a busy network.
When to use it and a safety note
Reach for the multisender whenever a distribution is too large to do manually: airdrops, payroll, revenue sharing, refunds or seeding a holder base before listing. Always double-check the token mint and a few addresses before sending, and confirm you hold enough of the token plus enough SOL to cover fees and new-account rent. Sends are final and irreversible once confirmed on-chain. Need to mint the token first? Use the token creator, lock supply with token vesting, or vet a mint with the rug check scanner before you distribute. See all Solana tools.
Multisender FAQ
What is a Solana multisender?
A Solana multisender is a tool that sends one SPL token to many wallet addresses in a single workflow. Instead of signing hundreds of separate transfers, you paste an address,amount list and the multisender batches the transfers into a handful of on-chain transactions that you approve in your own wallet.
How do I airdrop a token to many holders at once?
Connect your wallet, load the token mint you want to distribute, then paste one address,amount per line. The tool validates every row, creates any missing associated token accounts for recipients, and groups the transfers into batches of about eight. You sign one wallet approval per batch and the airdrop lands directly on-chain.
Does the recipient need an existing token account?
No. If a recipient has never held the token, they have no associated token account (ATA) for that mint. The multisender detects this and adds an instruction to create the ATA before transferring, so the airdrop reaches fresh wallets too. You pay a small one-time rent (about 0.002 SOL) for each new account created.
What does a token airdrop cost?
You pay standard Solana network fees plus the rent for any new recipient token accounts. There is no custody and no platform cut on the transfer itself — fees go to the Solana network, not to us. Batching keeps the total number of transactions, and therefore fees, low.
What happens if one batch fails?
Batches are processed in order and the tool stops on the first failed batch. Transfers in earlier batches that already confirmed are final and on-chain. You can fix the issue — usually insufficient balance or SOL for fees — and re-run the remaining recipients without re-sending the ones that already succeeded.