SPL (Solana Program Library) tokens are the standard token format on the Solana blockchain. They work like ERC-20 on Ethereum but with lower fees and faster finality. This page is the complete reference for creating one.
You need a Solana wallet, a small amount of SOL for fees, and a few minutes. No coding or command-line experience required. The SPL token standard defines how tokens are minted, held, and transferred; the steps below show how to create yours using a wallet and a token creation flow.
This guide explains prerequisites, the creation process step by step, and what to do after minting: adding the token to your wallet, verifying it on Solscan, and optional authority revocations.
What Is an SPL Token
An SPL token is any token built on the Solana blockchain using the Solana Program Library (SPL). Think of it as a digital coin that follows a standard set of rules, so it works across all Solana wallets and exchanges. For a complete explanation, see our guide to SPL tokens.
SPL stands for Solana Program Library. It's a collection of on-chain programs that handle different functions, like tokens, NFTs, and staking. The token program is one part of that library, and it defines how tokens are created, owned, and transferred.
When you create an SPL token, you're creating a new digital asset on the Solana network. It could be used for a project, a community reward system, a utility token for a website, or even as a joke coin just for fun.
What makes Solana's SPL tokens appealing is how low the fees are. Transactions cost fractions of a cent, and minting a token doesn't require expensive gas fees like Ethereum. That's one of the main reasons people choose Solana for new projects.
What You Need Before You Start
A Solana Wallet
You'll need a wallet that supports the Solana network. The most common one is Phantom, but Solflare and Backpack also work. These wallets are browser extensions that let you connect to Solana sites and approve transactions.
Some SOL (Solana)
You'll need a small amount of SOL in your wallet to cover transaction fees. You can buy SOL on most major exchanges and send it to your wallet address. The fees are tiny, but without SOL, the network won't process your transactions. Check our pricing page to see the current fees.
A Token Idea
Decide what your token will represent. It could have a fun name, a symbol, and a set supply. You'll want to choose the number of decimals too - for example, 6 decimals means the smallest unit is 0.000001 of your token.
Optional Metadata
This includes the description, image, and website for your token. You can always add or update metadata later, but if you want your token to look complete on Solscan or in wallets, you can prepare it now. Learn more about our token creation features.
7 Steps to Create Your SPL Token
Set Up Your Wallet
Foundation
If you don't already have one, go to the Phantom website and install the wallet extension for your browser. Create a new wallet, set a password, and write down your recovery phrase. Never share that phrase with anyone - it's the key to your funds. See our wallet support guide for information on all supported wallets.
Once your wallet is ready, you'll see your SOL balance at the top. If you don't have SOL yet, buy some from an exchange and send it to your wallet address.
Connect to a Token Creation Platform
Choose your tool
There are two main ways to create an SPL token: using code or command line tools like Solana CLI or Metaplex, or using a web interface that handles all the setup for you.
Most people prefer the second option because it's easier and safer if you're not technical. That's what sites like soltokenlaunch.com are built for. They handle the technical side and guide you through the process visually.
Fill in Token Details
Configure your token
When you're creating your token, you'll be asked to enter a few things:
- Token Name: The full name of your token, like "SolCat Coin."
- Symbol: A short version, like "SCT."
- Total Supply: How many tokens you want to mint.
- Decimals: How divisible your token is (6 decimals is common).
- Metadata (optional): Image, website, and description.
Wait for Confirmation
Blockchain processing
After you approve the transaction, the blockchain takes a few seconds to process it. Then you'll see your new token's address. This is your token's unique identifier on Solana.
You can copy the address and check it on Solscan.io. That's where you'll see all the details about your token - supply, mint authority, holders, and transactions.
Add the Token to Your Wallet
Make it visible
Your token won't always appear in your wallet automatically. You can add it manually by clicking "Manage Token List" in Phantom, pasting the token address, and adding it. Once it's added, you'll see it with its name and symbol.
If you uploaded a logo or metadata, it might take a few minutes for it to appear across explorers and wallets.
Revoke Authorities (Optional but Important)
Build trust
When you first create your token, your wallet holds several types of "authority":
- Mint Authority: Allows you to mint more tokens later.
- Freeze Authority: Allows you to freeze token accounts.
- Update Authority: Allows you to change metadata.
If you're creating a real project and want to prove that the supply won't change, you can revoke the mint authority. Learn more about revoking authorities and associated costs. For a complete walkthrough, see our step-by-step creation guide.
View Your Token on Solscan
Verify on-chain
Go to Solscan.io and paste your token's mint address. You'll see all the details about your token - its supply, current holders, transactions, and metadata.
Solscan is like a blockchain explorer for Solana. It's where you can verify that your token was created correctly and see all the on-chain information.
Congratulations! You've successfully created your own SPL token on Solana.
Ready to launch?
Create your SPL token in minutes — no coding required
Connect your wallet, set your token details, and your token is live on Solana mainnet in under 2 minutes.
Create your Solana token instantly using our tool →Starting from 0.1 SOL · Safe. Non-custodial. You stay in control.
Frequently Asked Questions
What is an SPL token?
How much does it cost to create an SPL token?
Do I need coding skills to create an SPL token?
What information do I need to create an SPL token?
Can I change my token after creation?
Related Guides & Resources
Creation Guides
Launch & Management
Need help? Contact our support team or learn more about SolTokenLaunch.