+ Crea coin+ Crea
Solana token airdrop SOLANA launch route

Solana token airdrops with saved snapshots and wallet signatures

The launchpad.meme Solana community workflow separates recipient selection from token transfer execution. A community owner previews eligible wallets, saves the allocation, completes a preflight and signs batches from the expected creator wallet without giving the platform custody of the private key.

Use the canonical Solana mint The preflight resolves the token mint, token program and decimals attached to the community coin. Verify the full mint rather than trusting a ticker alone.
Fund tokens and SOL separately The creator wallet needs the distributed token amount plus SOL for transaction fees and any recipient associated-token-account creation required by the batch.
Keep batches transaction-safe The current builder caps a transfer batch at 10 pending recipients. Larger saved snapshots progress through multiple wallet-signed transactions.
Confirm signatures and recipient status A transfer is not complete at wallet approval alone. Confirm the Solana signature and use the campaign ledger to distinguish pending, sent, confirmed and failed recipients.
FAQ

Solana token airdrops with saved snapshots and wallet signatures FAQ

What token standards are supported?

The workflow resolves the Solana token program configured for the coin, including Token-2022 or the legacy SPL Token program where applicable.

Why are transfers split into batches?

Solana transactions have practical size limits. Smaller batches also make failures easier to identify and retry safely.

Who pays the network and token-account costs?

The creator wallet signing the distribution pays the required Solana network fees and any associated-token-account rent.

Can the platform send without the creator wallet?

No. The current security model expects the community creator wallet to sign the airdrop transaction.

Home Crea