Creating a token on Solana used to require coding knowledge, command-line tools, and a decent understanding of the SPL token program. In 2026, you can launch a fully tradeable token in under two minutes without writing a single line of code.
This guide covers two approaches: the quick way (Pump.fun, for memecoins) and the more flexible way (SPL token tools, for projects that need more control). Both are completely no-code.
Method 1: Pump.fun (Fastest — Under 2 Minutes)
Pump.fun is the dominant token launcher on Solana. It's designed specifically for quick token creation with built-in trading from the moment of launch.
What You Need
- A Solana wallet (Phantom or Solflare) with some SOL (about 0.02 SOL for creation fees)
- A token name, ticker, and image
- A description (optional but recommended)
- Social links (optional — Twitter, Telegram, website)
Step-by-Step
Step 1: Go to Pump.fun
Visit pump.fun and connect your Solana wallet.
Step 2: Click "Create a Coin"
You'll see a simple form with the following fields:
- Name: Your token's full name (e.g., "Super Dog Coin")
- Ticker: The short symbol (e.g., "SDOG")
- Description: What your token is about. Keep it engaging — this shows up on the token page and in explorers
- Image: Upload a logo (PNG or JPG, square recommended). This becomes the token's profile image everywhere — on DEXScreener, Birdeye, wallets, etc.
- Social links: Twitter/X, Telegram, website (optional but adds legitimacy)
Step 3: Review and Launch
Pump.fun shows you a preview. The creation fee is small (around 0.02 SOL). Click "Create Coin" and approve the transaction in your wallet.
Step 4: Your Token Is Live
Within seconds, your token is:
- Created on Solana's blockchain
- Listed on Pump.fun's bonding curve
- Tradeable immediately — anyone can buy
How the Bonding Curve Works
Your token doesn't start on a DEX with a liquidity pool. Instead, it starts on Pump.fun's bonding curve:
- Initial price is near zero — early buyers get tokens very cheaply
- Price rises automatically as more people buy — the curve sets the price based on supply purchased
- At ~$69K market cap, the token "graduates" and migrates to PumpSwap (Pump.fun's DEX)
- On PumpSwap, it trades like any normal token with a liquidity pool
The total supply is 1 billion tokens. You don't set the price — the bonding curve does. The first buyers get the best prices.
What Happens After Launch
Once your token is live:
- It appears on the Pump.fun feed where thousands of traders browse new launches
- If it gains traction, it'll show up on DEXScreener and Birdeye
- Bots and snipers may buy automatically based on their filters
- You earn a share of trading fees as the creator (Pump.fun's revenue-sharing model)
Pump.fun Pros and Cons
Pros:
- Fastest way to create a token on any blockchain
- No coding required
- Instant tradeability
- Built-in audience (Pump.fun has thousands of active traders)
- Creator fee sharing on PumpSwap
Cons:
- Fixed tokenomics (1 billion supply, no customization)
- Associated with memecoins — harder to be taken seriously for utility tokens
- No control over initial liquidity or pricing
- Your token starts at near zero — you're on the bonding curve with everyone else
Method 2: SPL Token Creation (More Control)
If you want more control over your token's properties — custom supply, decimals, authority settings — you can create an SPL token directly using no-code tools.
Using Token Creator Tools
Several web-based tools let you create SPL tokens without coding:
- Solana Token Creator tools (several exist — search for "Solana token creator" or use ones listed on MadeOnSol)
- Metaplex (for tokens with rich metadata)
The general process:
Step 1: Connect your wallet
Connect Phantom or Solflare to the token creation tool.
Step 2: Set token parameters
- Name: Full token name
- Symbol: Ticker symbol
- Decimals: Number of decimal places (9 is standard for Solana, like SOL itself)
- Initial supply: How many tokens to mint initially
- Mint authority: The wallet that can mint more tokens (you can revoke this later for a fixed supply)
- Freeze authority: The wallet that can freeze token accounts (you should revoke this for trustworthiness)
Step 3: Add metadata
- Upload a logo image (usually stored on IPFS or Arweave)
- Add description, website, social links
- This metadata shows up in wallets and explorers
Step 4: Create the token
Approve the transaction. The tool will create your SPL token and mint the initial supply to your wallet.
Step 5: Create a liquidity pool
Unlike Pump.fun, SPL tokens don't automatically have a trading market. You need to create one:
- Go to Raydium or Meteora
- Use their "Create Pool" feature
- Pair your token with SOL (or USDC)
- Deposit initial liquidity (your tokens + SOL/USDC)
- Set the initial price by adjusting the ratio
This step requires capital. The more liquidity you provide, the more stable and tradeable your token will be.
SPL Token Pros and Cons
Pros:
- Full control over supply, decimals, and authorities
- Better for utility tokens, project tokens, or anything beyond memecoins
- Choose your own DEX and initial pricing
- Can revoke mint/freeze authority for maximum trustworthiness
Cons:
- More steps than Pump.fun
- Requires capital for initial liquidity
- No built-in audience — you need to bring your own traders/community
- Metadata setup can be finicky