Create a Solana token
A guided, no-code flow to mint a standard SPL token. Set the details, review what you're signing, and launch — with mint authority that stays yours.
PNG/JPG/WebP, max 2 MB
Authorities
Revoke mint authority
No one can ever mint more — fixed supply.
Revoke freeze authority
No one can freeze holders' tokens.
Make metadata immutable
Name/symbol can never be changed.
Vanity address (optional)
Make the mint address end (or start) with letters you choose.
Preview
Your token
SYMBOL
1,000,000,000
supply · 9 decimals
You sign once. Everything (mint, metadata, supply, revokes) happens in a single transaction.
Costs
Network rent goes to Solana, not to us. You always see the cost before signing.
Connect your wallet (top right) to create your token.
Create a Solana token, no code required
This SPL token creator lets anyone launch a real Solana token in minutes — no Solana CLI, no Rust and no smart-contract experience. You set the basics (name, symbol, decimals and total supply), optionally upload a logo and add your website and socials, then sign a single transaction in your own wallet. Because the flow is fully non-custodial, you stay the owner of the mint from the very first block and we never touch your keys.
Authorities, metadata and a one-transaction mint
Under the hood the tool creates an SPL mint, writes its on-chain metadata (name, symbol and logo URI) using the Metaplex standard, mints your full supply to your wallet, and applies any authority revokes you chose — all bundled into one transaction you sign once. You can revoke the mint authority to lock the supply forever, revoke the freeze authority so no holder can be frozen, and make the metadata immutable so the name and symbol can never change. These are the trust signals investors and explorers look for, and each one is permanent once committed.
Vanity addresses and the flat fee
Want a memorable mint address? The optional vanity generator grinds keypairs locally in your browser until the address starts or ends with the characters you pick — the private key never leaves your device. On cost, you pay one transparent flat platform fee plus the Solana network rent and transaction fee (about 0.015 SOL), and the full breakdown is shown before you sign. Always double-check the mint address on Solscan before sharing it, and remember that authority revokes cannot be undone. Looking for more advanced features? See our Token-2022 tax token creator, browse all token tools, or deploy on an EVM chain with the ERC20 token creator.
Frequently asked questions
How do I create a Solana token with no code?
Connect a Solana wallet, fill in your token's name, symbol, decimals and supply, optionally add a logo and links, then sign one transaction. The SPL token mint, its on-chain metadata and the full supply are created in a single transaction — no Solana CLI, no programming and no smart-contract knowledge required.
What does revoking the mint and freeze authority do?
Revoking the mint authority fixes your supply forever, so no one — including you — can ever mint more tokens. Revoking the freeze authority means no account can be frozen. Both revokes are permanent and are widely treated as trust signals by holders and explorers. You can toggle each one before you sign.
What is a vanity address and is it safe?
A vanity address is a token mint address that starts or ends with letters you choose, like a word that ends in 'moon'. It is generated locally in your browser by grinding random keypairs until one matches, so the private key never leaves your device. It is purely cosmetic and does not affect security or how the token works.
How much does it cost to create an SPL token?
You pay a flat platform fee plus the Solana network cost (rent for the mint and metadata accounts, the associated token account, and the transaction fee — roughly 0.015 SOL). Network rent goes to Solana, not to us, and the full cost is shown before you sign. There are no recurring or hidden charges.
Is the token created in one transaction?
Yes. The mint, its Metaplex metadata (name, symbol, logo URI), the initial supply mint and any authority revokes you selected are all bundled into one transaction that you sign once in your wallet. If anything fails, nothing is committed on-chain.