Documentation
Learn how to create and manage SPL tokens on Solana
SolLaunch is a no-code platform for creating SPL tokens on the Solana blockchain. With SolLaunch, you can create custom tokens with your own name, symbol, supply, and other parameters in just a few clicks.
To get started, simply connect your Solana wallet and navigate to the Create Token page.
SolLaunch supports the following Solana wallets:
- Phantom - The most popular Solana wallet
- Solflare - Feature-rich wallet with staking support
- Backpack - Multi-chain wallet with xNFT support
Click the "Connect Wallet" button in the header to connect your wallet. Make sure you have SOL in your wallet to cover transaction fees.
Token Name
The full name of your token (e.g., "Solana")
Symbol
A short ticker symbol for your token (e.g., "SOL")
Total Supply
The total number of tokens to be minted initially
Decimals
The number of decimal places (standard is 9 for SPL tokens)
Mutable Metadata
When enabled, you can update the token's metadata (name, symbol, image) after deployment. Disable this for fully decentralized tokens.
Mint Authority
Allows you to mint additional tokens after the initial supply. Disable this for a fixed supply token.
Freeze Authority
Enables the ability to freeze token accounts. This is typically used for regulated assets or compliance purposes.
Once you've configured your token, click the "Deploy Token" button to create your token on the Solana blockchain. The process involves:
- Creating the token mint account
- Creating the metadata account
- Minting the initial supply to your wallet
- Setting up authority permissions
Estimated cost: ~0.06 SOL (may vary based on network conditions)