Create a Solana Token
Launch a fungible SPL token in one flow — set the name, symbol, supply, and logo, then optionally revoke the mint, freeze, and update authorities for a fair launch. The mint keypair is generated in your browser and you receive the full supply; costs are quoted before you sign.
Connect your wallet
Creating a token signs and pays from your wallet — use the wallet button in the top-right corner to connect.
Frequently asked questions
A flat 0.2 SOL platform fee, plus 0.1 SOL for each authority you choose to revoke (mint, freeze, or update). On top of that you pay the standard Solana network rent for the mint, metadata, and your token account — shown as a separate line so nothing is hidden. Every cost is quoted before you sign.
Revoke Mint locks the supply forever (no one can ever mint more). Revoke Freeze means you can never freeze a holder’s balance. Revoke Update locks the token’s metadata (name, logo) permanently. All three are off by default — revoking is a common trust signal for a fair launch, but it is irreversible.
No. The new mint keypair is generated in your browser and signs in memory, then the transaction is co-signed by your own wallet. SolStack never holds your keys — only the logo and metadata are pinned to IPFS on the server.
A classic fungible SPL token (Metaplex-standard metadata). You receive the full supply in your wallet, ready to airdrop or add to liquidity. Token-2022 extensions like transfer fees are planned for a later release.