Prepare a wallet
Use a Solana wallet you control and keep enough SOL available for account creation, metadata storage, and network fees. Your wallet signs every instruction locally.
SolanaLabA launch guide for creating an SPL token, setting its identity, and making decisions about supply and authority.
A fungible asset managed by Solana's token program.
The permanent on-chain identifier used to distinguish the token.
A wallet allowed to mint more supply or freeze token accounts.
SolanaLab packages the underlying instructions into one guided flow. You remain in control of the values, authority choices, and wallet approval.
Use a Solana wallet you control and keep enough SOL available for account creation, metadata storage, and network fees. Your wallet signs every instruction locally.
Choose a name, ticker symbol, decimal precision (usually 6), and initial supply (usually 1,000,000,000).
Upload a small square image and write a description. This metadata helps compatible wallets and explorers present the mint as a recognizable asset instead of a raw address.
Decide whether to revoke mint authority and freeze authority. Revocation is permanent, so make the choice based on how the token is meant to operate—not as a cosmetic checkbox.
Review the preview, submit the transaction, and approve it in your wallet. Save the resulting mint address: it is the canonical identity of your new token.
There is no universally correct setting but it's best to keep mint and freeze authority revoked.
Allows the authority wallet to issue more tokens later.
Permanently fixes supply after the initial mint.
Allows the authority wallet to freeze compatible token accounts.
Permanently removes that freezing capability.
Prepare the name, symbol, supply, image, and authority choices before opening the creator.