Getting Started
Learn how to create your first SPL token in minutes with our comprehensive guide.
This guide assumes you have a Solana wallet (Phantom, Solflare, or Backpack) installed and some SOL for transaction fees.
1Connect Your Wallet
Start by connecting your Solana wallet to the SPL Token Creator:
- Click the "Connect Wallet" button in the top right corner
- Select your preferred wallet (Phantom, Solflare, or Backpack)
- Approve the connection in your wallet
- Ensure you have at least 0.01 SOL for transaction fees
Make sure you're on the correct network (Devnet for testing, Mainnet for production tokens).
2Configure Token Details
Fill in your token's basic information:
Required Fields
- Name: Your token's full name
- Symbol: 3-10 character ticker (e.g., USDC)
- Decimals: Precision level (6 is standard)
- Total Supply: How many tokens to create
Optional Fields
- Description: What your token is for
- Image URL: Token logo/artwork
- Website: Your project's homepage
- Metadata URI: IPFS/Arweave JSON link
3Set Token Properties
Configure important token behaviors:
Revoke Mint Authority
Recommended for most tokens. Prevents creating more tokens after initial mint.
Recommended
Freeze Authority
Allows you to freeze token accounts if needed. Can be revoked later.
Optional
4Create Your Token
Ready to deploy your token:
- Review all your settings in the Live Preview panel
- Click "Create SPL Token" to start the process
- Approve each transaction in your wallet when prompted
- Wait for all transactions to confirm (usually 30-60 seconds)
- Your token address and transaction links will appear in the receipt
Save your token's mint address! You'll need it to add your token to wallets and DEXs.
What's Next?
Add to Wallets
Share your token's mint address so users can add it to their wallets.
List on DEXs
Create liquidity pools on Raydium, Orca, or other Solana DEXs.