How to Create an SPL Token on Solana in Under 5 Minutes

Introduction
Creating an SPL token on Solana used to require deep knowledge of Rust programming and the Solana CLI. With Soltools Token Creator, you can launch your own token in minutes with full control over supply, decimals, and metadata.
What You'll Need
- A Solana wallet (Phantom, Solflare, or Backpack)
- At least 0.05 SOL for transaction fees
- Your token name, symbol, and description
- A logo image (PNG, 512x512px recommended)
Step-by-Step Guide
1. Open Token Creator
Navigate to the Token Creator section in Soltools. You'll see a form asking for your token details.
2. Fill in Token Details
Enter your token's name (e.g., "My Awesome Token"), symbol (e.g., "MAT"), and a brief description. Set the initial supply and decimal places — for most tokens, 9 decimals is standard.
3. Upload Your Logo
Click "Upload Logo" and select your token image. Soltools will automatically pin this to IPFS via Pinata, ensuring permanent decentralized storage.
4. Configure Authorities
Choose whether to keep or revoke mint authority (the ability to create more tokens) and freeze authority. Revoking these increases trust with your community.
5. Create Token
Review all details and click "Create Token". Approve the transaction in your wallet and wait a few seconds for confirmation.
What Happens Next?
Once your token is created, you'll receive the token mint address. You can use this to add liquidity on Raydium or Jupiter, distribute tokens to early supporters, or list on token tracking sites.