© 2026 Alchemii
BLOCKCHAIN

Multi-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.

Fill your token details
Token Name
Symbol
0/8 characters
Decimals (default recommended 6)
Supply
Description
Token Image

Check your token authority options
Revoke Freeze (required)
Required to create a liquidity pool (0.1 SOL)
Revoke Mint
Prevents further token minting (0.1 SOL)
Revoke Update
Permanently lock token metadata. (0.1 SOL)
Pumpfun Token
Customize your CA to end with "pump" (0.1 SOL)

Add your token links (optional)

Loading token creator…
Gary Zhao
Written by
Updated

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 (also called a token multisender, batch transfer, or bulk send) lets you send SPL tokens to multiple recipients in a coordinated set of transactions. Alchemii's Solana token multisender is 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.