Solana
Send SOL to Multiple Wallets at Once
Paste a list of wallets and amounts, review the exact cost in SOL, and send — the whole list is signed in a single wallet approval. This sends native SOL itself, not a token, so there are no token accounts to create and no per-recipient rent to pay: the surprise cost that makes a token airdrop expensive simply is not here.
The exact total — platform fee plus the real network cost — is quoted in the console before anything is signed.
What it costs
Three numbers, all shown before you sign. The amount you are sending — the sum of your list. A platform fee, a small percentage of that amount, shown to you as a concrete SOL figure, never as a raw percentage to decode. And the network fee: a few thousandths of a SOL per transaction, because a batch is split across as many transactions as the list needs. There is no account-creation rent, because sending SOL to a wallet does not create anything — the wallet already exists.
One approval for the whole list
Solana caps how much fits in a single transaction, so a long list is split into several. Rather than make you approve each one, the batch is signed in a single wallet prompt where your wallet supports it — one click, every transaction. If your wallet cannot batch-sign, it falls back to one prompt per transaction; the result is identical, only the number of clicks changes.
Nothing is sent until every row is valid
Malformed addresses, amounts that are not plain numbers, zero amounts and duplicate wallets are each rejected with their line number, not quietly skipped. A silent drop is how people discover, after the fact, that a handful of wallets on their list never received anything. You fix the flagged rows first; then you send.
Your wallet, your funds
Your connected wallet is the source of every lamport and the only signer. The backend builds the transactions; it holds no keys and no funds at any point — the platform fee is a transfer inside the same batch you approve, landing at a published address. We cannot move your SOL, and there is no step where it passes through us.
Questions
- How do I send SOL to multiple wallets at once?
- Paste one wallet and amount per line, review the exact total and fee in SOL, and approve. The list is built into one or more transactions and signed in a single wallet prompt — you do not send them one at a time.
- How much does it cost to disperse SOL?
- A small platform fee — a percentage of the amount you send, shown to you as a SOL figure before you sign — plus the network fee of a few thousandths of a SOL per transaction. Unlike a token airdrop there is no per-recipient account rent, because sending native SOL creates no token accounts.
- Do you hold my SOL at any point?
- No. Your wallet is the source of the funds and the only signer. The backend only builds the unsigned transactions; it never holds your keys or your SOL. The fee is a transfer inside the same batch you approve.
- How many wallets can I send to in one go?
- Up to a couple of hundred per transfer, signed in one approval. For larger payouts, split the list and run it again — each run is a fresh batch.
- What happens if one address on my list is wrong?
- Nothing sends. The list is validated first and every bad row is named by its line number so you can fix it. A partial send you did not agree to is never worth the convenience.