Solana Token Launcher

Frequently Asked Questions

What is an SPL token?

An SPL token is the standard token format on Solana. It can be used for community tokens, utility tokens, governance, rewards, and other on-chain assets.

Do I need to know how to code?

No. The launcher handles the token creation, metadata upload, payment flow, and authority options through a wallet-first interface.

What does revoking authority mean?

Revoking mint authority caps supply permanently. Revoking freeze authority prevents the authority wallet from freezing token accounts. Revoking update authority locks metadata from future edits.

How much does it cost?

The creator flow charges a flat 0.05 SOL deployment fee before signing. Authority options are included for free, plus normal Solana network fees.

What will my wallet sign?

Your wallet signs one 0.05 SOL payment transaction to the displayed fee receiver. The app never asks for private keys or seed phrases.

Is this mainnet or devnet?

This project is mainnet-only. The wallet provider, backend API, registry, and release checks are aligned to mainnet-beta.