
Transfer solana and SPL tokens to multiple recipients in one transaction
Address With Amounts:
Insert each recipient address and amount separated by a comma, one per line.
What is the Solana Multisender?
The Solana Multisender allows you to send SOL or SPL tokens to multiple recipients in one batch transaction, saving time and reducing fees compared to sending individually.
Which tokens can I send using this page?
You can send native SOL or any SPL token that your wallet supports and appears in the token selection popup.
How do I specify recipient addresses and amounts?
Enter each recipient's public key and the amount to send, separated by a comma, one per line in the text area. You can also upload a CSV or TXT file in the accepted format.
Can I upload a file with recipient data?
Yes, the page accepts CSV or TXT files. Click 'Upload file' to select a file where each line contains 'address,amount'.
What does the 'Show example' button do?
Clicking 'Show example' fills the text area with a sample address and amount format to guide you on how to structure your input.
What validation does the form perform?
The form validates that each line has a valid public key and a numeric amount. Errors are highlighted inline so you can correct invalid entries before sending.
What is the service fee per address?
Each transfer includes a small SOL service fee, sent to our merchant public key
How many recipients can I send to at once?
Transactions are chunked into groups of up to 14 recipients per transaction to stay within Solana's instruction limits.
What happens if one chunk fails?
If a transaction chunk fails, you will see an error message via toast notifications. You can correct any issues and try again without re-entering all data.
Do I need to connect my wallet?
Yes, you must connect a Solana-compatible wallet. The 'Multisend' button will prompt you to connect if you are not already connected.