Guide
How to create a Solana token
A complete walkthrough for launching your own SPL token on Solana — no coding, no command line. Takes about five minutes and one transaction.
What you'll need
- • A Solana wallet — Phantom or Solflare both work and are free to install
- • A small amount of SOL to cover the network fee and your token's creation fee
- • A name, symbol (ticker), and image for your token
Step-by-step
Install a wallet
Fund your wallet with SOL
Connect your wallet to a launchpad
Set your token's details
Decide on trust features (optional)
Sign and confirm
Verify it
Ready to create yours?
Forge handles all of the above in one flow, starting at 0.03 SOL.
Create your tokenFrequently asked questions
How much does it cost to create a Solana token?
Costs vary by platform, typically ranging from around 0.03 SOL for a basic token up to 0.4+ SOL on some platforms once you add trust features like revoking mint authority. The network fee itself is only a fraction of a cent — most of the cost is the platform's service fee.
Do I need to know how to code?
No. Launchpads like Forge handle the underlying Solana program interactions for you — you fill in a form and sign one transaction. Coding is only necessary if you're building the token creation tooling yourself.
What is mint authority?
Mint authority is the permission to create additional supply of a token after launch. Whoever holds it can mint more tokens at any time. Revoking it permanently removes that ability, which is why many buyers look for it as a trust signal.
What is freeze authority?
Freeze authority lets the holder freeze any wallet's token balance, preventing that holder from moving or selling it. Some projects revoke this to reassure buyers the tokens can't be arbitrarily locked.
Can I edit my token after it's created?
Name, symbol, and image can be updated later unless you choose to make metadata immutable at creation. Total supply and decimals cannot be changed after minting. Revoked authorities cannot be restored.
Is creating a token the same as launching a successful project?
No — creating the token is a five-minute technical step. Building an actual community, liquidity, and use case around it is a separate and much larger effort.