Learn how to use SolanaLab to create and burn tokens on Solana.
Learn how to create and burn tokens on SolanaLab.
For create, your wallet signs the mint account, initial supply, metadata, and optional authority locks. For burn, your wallet signs a burn instruction against the token account you own.
Locking mint authority fixes the supply. Locking freeze authority prevents future account freezes. Both are permanent choices, so only enable them when that matches your launch plan.
SolanaLab creates immutable metadata in the current flow. Treat the name, symbol, description, image, supply, and decimals as final before you approve.
The scanner filters out empty balances and frozen accounts. It focuses on tokens that can actually move through the burn flow.
The selected amount is destroyed from your token account and circulating supply is reduced. There is no recovery transaction for a completed burn.
Wallets may flag burns when a token could have market value. That warning is useful: confirm only when you intentionally want that supply removed.
Any Solana wallet supported by the wallet adapter should work. Phantom, Backpack, and Solflare are the common choices.