© 2026 Alchemii
BLOCKCHAIN

Solana logoMulti-Send SPL Tokens on Solana

Bulk-transfer SPL tokens to a list of wallets in one signed flow. Faster, cheaper, and more reliable than individual sends — Phantom + Solflare + Backpack supported.

When multi-send beats individual transfers

For single transfers, your wallet's "Send" button works fine. Multi-send is worth the setup when:

  • You're sending to 10+ recipients — signing 10+ individual transactions is slow and prone to mistakes.
  • You need atomic-feeling distribution — even though Solana batches are sequential, multi-send orchestrates them automatically and reports success/failure per recipient.
  • You want a CSV-driven flow — upload a list, preview, sign once, walk away.
  • You're paying out vesting unlocks, payroll, or partner shares on a regular cadence.

Common multi-send use cases

  • Token airdrops — see our dedicated airdrop tool for community-rewards framing.
  • Vesting unlocks — quarterly distribution to early investors per a public schedule.
  • Partner payouts — split monthly revenue shares across N partners.
  • Treasury distribution — DAO-approved grants paid out to grantees.
  • Loyalty rewards — earned-tier rewards distributed monthly to community members.

Network fees and rent

For each transaction in the batch:

  • Network fee: 0.000005 SOL per signature (negligible).
  • Token account rent: 0.002 SOL per recipient who doesn't have a token account for this mint yet (one-time, refundable if account closes later).
  • Priority fee: optional, recommended during peak Solana congestion to keep transactions landing.

Sample budget: 100 fresh recipients = ~0.2 SOL ($30) for token account creation. The actual transfers are essentially free.

Frequently asked questions

What is multi-send on Solana?

Multi-send (sometimes called batch transfer or bulk send) lets you send SPL tokens to multiple recipients in a coordinated set of transactions. Cheaper than sending one-by-one because you sign once instead of N times.

How is multi-send different from an airdrop?

Mechanically they're the same operation — bulk distribution to multiple wallets. The naming is contextual: 'airdrop' typically implies free distribution to a list of unknown recipients (community rewards, marketing); 'multi-send' is the technical term for any bulk transfer, including paid distributions like payroll, vesting unlocks, or partner payouts.

How many recipients per transaction?

Roughly 8-12 SPL token transfers fit in a single Solana transaction (constrained by account count, not data size). For larger lists, the operation is split into batches that execute sequentially.

Do I need to fund recipient accounts first?

If a recipient doesn't have a token account for your token yet, the multi-send transaction creates one for them and you pay the rent (~0.002 SOL per fresh recipient). Recipients don't need any setup — tokens just appear in their wallet.

Can I cancel a multi-send mid-batch?

Each batch transaction is final once confirmed on-chain. If your overall list is split into 10 batches and you cancel after 3, the first 3 are sent and the remaining 7 don't execute. Plan your list carefully before signing.