Table of Contents
1. TL;DR — Complete Solana Token Cost Summary
Don't want to read the full breakdown? Here's the fast version. These are the real numbers in 2026 — no fluff, no outdated figures.
Complete Cost Summary (2026)
| Cost Item | SOL | Required? |
|---|---|---|
| Token creation all-in (CreateMyCoin) | 0.4 SOL | Yes |
| Metadata + IPFS upload | Bundled in | Bundled in 0.4 SOL |
| Raydium CPMM pool creation fee | 0.35 SOL | If listing on Raydium |
| Initial liquidity (minimum functional) | 0.5–1+ SOL | If listing on Raydium |
| Authority revocation (mint + freeze) | <0.001 SOL each | Optional but recommended |
| Token-only launch total | 0.4 SOL | Token + metadata |
| Full launch total (with LP) | ~1.25–2+ SOL | Token + pool fee + LP |
Liquidity you deposit is not a sunk cost — it's capital you can recover by removing your LP position.
The key insight: The token creation fee (0.4 SOL) is a fixed cost you pay once. The pool creation fee (0.35 SOL) is only needed if you want your token publicly tradeable on Raydium. If you're experimenting, deploying for internal use, or planning to add liquidity later, you only pay the 0.4 SOL creation cost.
2. The Base Cost: Token Mint Creation
When you create a Solana SPL token through CreateMyCoin, the total all-in cost is 0.4 SOL. This covers the Solana network fees, Metaplex metadata creation, IPFS upload, and the CreateMyCoin service fee — all bundled into a single transaction flow. Here's what makes up the underlying network costs:
Token Mint Account Rent
Solana uses a rent model to store data on-chain. Every account that holds data must maintain a minimum SOL balance — called "rent-exempt reserve" — to stay alive permanently. For a token mint account (the core on-chain object that defines your token), this rent-exempt balance is approximately 0.00144 SOL.
This is not a recurring fee — it's a one-time deposit that stays locked in the account as long as the token exists.
Transaction Fee
Solana transaction fees are a fraction of a cent. Creating a token mint costs roughly 0.000005 SOL in base transaction fees — essentially zero. Even with priority fees applied during high-traffic periods, the transaction fee is negligible.
Associated Token Account (ATA) Creation
Every wallet that holds your token needs an Associated Token Account (ATA) — a small on-chain account that tracks that wallet's balance of your specific token. When you create a token and mint the initial supply to your own wallet, your wallet's ATA is created at the same time. The rent for this ATA is approximately 0.00203 SOL.
Going forward, every new wallet that receives your token will need their own ATA created — the first transaction to a new wallet address costs ~0.002 SOL extra. This is typically covered by whoever sends the tokens.
Total Cost via CreateMyCoin
Token creation all-in (CreateMyCoin):
- Mint account rent-exempt reserve: ~0.00144 SOL
- Transaction fee: ~0.000005 SOL
- Your ATA creation: ~0.00203 SOL
- Metaplex metadata account: ~0.006 SOL
- CreateMyCoin service fee (includes IPFS upload): included in 0.4 SOL total
- Total all-in: 0.4 SOL
3. Metadata Costs (On-Chain + IPFS)
The base token mint doesn't include a name, symbol, logo, or description by default. Those come from the Metaplex Token Metadata Program — the Solana standard for on-chain token metadata. Adding metadata is technically a separate operation that costs a small additional fee, but it's absolutely essential if you want your token to display correctly in wallets, DEXes, and token explorers.
On-Chain Metadata via Metaplex
The Metaplex metadata account stores your token's name, symbol, and a URI pointing to a JSON file containing the full metadata (logo URL, description, social links). Creating this metadata account costs approximately 0.006 SOL in rent, plus standard transaction fees.
Without this step, your token has no name or logo anywhere — it appears as an unknown token in every wallet. This step is not optional in practice.
IPFS / Arweave for Logo and Metadata JSON
Your token's logo and metadata JSON file need to be hosted somewhere permanent and accessible. The two main options are:
- IPFS via Pinata: Free tier available (covers most token projects). Pinata's free plan pins up to 1GB of data — more than sufficient for token metadata. The URI looks like
https://gateway.pinata.cloud/ipfs/QmXxx.... Cost: free on the free tier. - Arweave: Permanent storage paid upfront in AR tokens. Storing a few KB of metadata and a small image costs a minimal amount of AR. More permanent than IPFS (truly immutable), slightly more setup.
- Centralized hosting (not recommended): Some tools point metadata to a regular web server. This is free but fragile — if the server goes down or the domain expires, your token loses its logo and metadata across every wallet and DEX. Avoid this.
CreateMyCoin includes IPFS upload via Pinata at no extra charge. When you create a token through CreateMyCoin, your logo is automatically uploaded to IPFS and pinned permanently. You never touch Pinata, create an API key, or manually construct a metadata JSON. It's handled completely behind the scenes as part of the creation flow.
If you were to do this manually — create a Pinata account, upload your image, construct the metadata JSON, pin it, get the URI, and then write a separate Metaplex metadata transaction — you'd spend 15–30 minutes and still need to pay the on-chain metadata account rent separately. CreateMyCoin bundles this into a single flow.
Metadata Cost Summary
- Metaplex on-chain metadata account: ~0.006 SOL
- IPFS hosting (Pinata free tier): free
- Arweave hosting (alternative): minimal AR tokens
- With CreateMyCoin: bundled, no separate charge
4. The Big Cost: Adding Liquidity
Here's where people get surprised. Creating the token itself costs 0.4 SOL. But if you want your token to be publicly tradeable on a DEX like Raydium, you need to create a liquidity pool and seed it with capital. This is where the real cost lives.
What Is a Liquidity Pool?
A liquidity pool is a smart contract holding reserves of two assets — typically your token paired with SOL or USDC. When traders want to buy or sell your token, the DEX's automated market maker (AMM) uses these reserves to execute trades. Without a liquidity pool, your token exists on-chain but cannot be bought or sold by anyone.
Learn more in our guide: How to Add Liquidity to a Solana Token.
Raydium CPMM Pool Creation Fee
Raydium is the primary DEX on Solana for new token launches. When you create a new liquidity pool on Raydium using their CPMM (Constant Product Market Maker), there is a one-time pool creation fee of 0.35 SOL. This fee goes to Raydium's protocol and is non-refundable.
For the full step-by-step process, see: How to List Your Token on Raydium.
The Initial Liquidity Itself
Beyond the pool creation fee, you need to actually deposit liquidity — your token paired with SOL (or USDC). This is the capital that enables trading. There is no technical minimum, but in practice:
- Bare minimum: You can technically create a pool with very low liquidity, but extremely low liquidity makes your token highly susceptible to price manipulation — a single small buy could move the price dramatically. This attracts snipers and looks bad.
- Functional minimum: Most serious launches start with at least 0.5–1 SOL on the SOL side. This gives the pool enough depth to handle small trades without extreme slippage.
- Credible launch: Projects aiming for community adoption typically seed 2–5+ SOL in initial liquidity. This gives traders confidence and allows meaningful position sizes.
Important distinction: The liquidity you deposit is not "spent" — it's capital that stays in the pool and can be withdrawn at any time by removing liquidity. The Raydium pool creation fee (0.35 SOL) is a true cost. The liquidity deposit is more like a capital allocation.
Jupiter Auto-Listing
Once your Raydium pool exists and has sufficient liquidity, Jupiter automatically detects and lists your token — no application or approval process needed. Jupiter is the primary DEX aggregator on Solana, routing trades across all major liquidity sources. Getting your token on Jupiter is essentially automatic once you have a live Raydium pool.
Similarly, DexScreener and Birdeye will automatically pick up your token once trading activity begins.
Liquidity Cost Summary
- Raydium CPMM pool creation fee: 0.35 SOL
- Initial liquidity deposit (minimum functional): 0.5–1 SOL
- Initial liquidity for credible launch: 2–5 SOL
- Jupiter listing: free (automatic once pool exists)
- DexScreener / Birdeye pickup: free (automatic)
5. Optional Costs
Beyond the core token creation and liquidity, there are several optional steps most serious projects take. None are required for a functional token, but they affect how trustworthy and professional your token appears.
Authority Revocation
Two authorities control key aspects of your token after creation:
- Mint authority: Allows minting additional tokens beyond the original supply. Revoking it proves the supply is permanently fixed — a critical trust signal for investors who fear inflation or rug pulls.
- Freeze authority: Allows the token creator to freeze specific wallets from transacting. Revoking it proves you can't selectively block holders. Most DEXes and trust-check tools flag this as suspicious if not revoked.
Revoking each authority is a standard Solana transaction — costs only the base transaction fee, under 0.001 SOL for both combined. On CreateMyCoin you can optionally revoke both during the token creation flow itself.
Read more: How to Revoke Mint Authority on Solana.
Token Extensions (if needed)
Solana's Token-2022 program adds optional extensions to tokens: transfer fees, interest-bearing supply, confidential transfers, permanent delegate, and more. Most projects — especially meme coins and basic community tokens — don't need any extensions. If you do need them (typically for DeFi or regulated use cases), they're configured at token creation time and add minimal fees. For standard SPL tokens, extensions cost nothing because you're not using Token-2022.
Marketing Wallet / Airdrop Distribution
Many projects reserve a percentage of supply for marketing, team allocations, or airdrops. Distributing tokens to multiple wallets means creating ATAs for each recipient wallet, which costs ~0.002 SOL per new wallet. If you're airdropping to 1,000 wallets, that's approximately 2 SOL in ATA creation costs alone. Plan for this if your launch involves wide distribution.
Read more: How to Airdrop Crypto Tokens.
Optional Costs Summary
- Mint authority revocation: <0.001 SOL
- Freeze authority revocation: <0.001 SOL
- Token-2022 extensions: none for most projects
- Airdrop ATA creation (per 100 wallets): ~0.2 SOL
6. How CreateMyCoin Keeps Costs Down
CreateMyCoin was built with a clear philosophy: charge only what's necessary, bundle the steps that would otherwise cost extra, and never surprise users with fees after they've started. Here's how that plays out in practice.
0.4 SOL All-In — What's Included
The 0.4 SOL covers everything: Solana network fees for the mint account, Metaplex metadata account creation, associated token account, IPFS upload via Pinata, and the CreateMyCoin service fee. There is nothing else to pay for token creation — no add-ons, no separate metadata fee, no upload charge.
IPFS Upload Bundled at No Extra Charge
IPFS upload is the step that other flows either skip entirely (leaving your metadata on centralized servers that may break) or require you to handle manually. CreateMyCoin uses Pinata to pin your token logo and metadata JSON to IPFS as part of the standard creation flow — no additional fee, no account setup, no manual steps.
The practical value of this: your token's logo and metadata will display correctly in Phantom, Solflare, Raydium, Jupiter, DexScreener, and Birdeye — permanently. Even if CreateMyCoin ever shut down, your token's metadata would remain accessible via IPFS.
No Hidden Charges
CreateMyCoin has a single flat fee that includes everything. The only costs you pay beyond the service fee are the standard Solana network fees, which are identical regardless of how you create the token.
No Tiered Plans
There is no "basic plan" with missing features, and no "pro plan" required for IPFS or full metadata. Every token created through CreateMyCoin gets the full feature set: name, symbol, supply, decimals, logo, description, website, Twitter, Telegram, Discord — all on IPFS, all on-chain via Metaplex. Authority revocation available in one click.
7. Launch Budget Scenarios
Choose Your Launch Scenario
Token-Only Launch — 0.4 SOL
What you get: A fully featured Solana SPL token with complete metadata (name, symbol, logo, description, social links), permanently hosted on IPFS. Token is live on-chain, visible in wallets, and verifiable on Solscan. No liquidity pool — not tradeable on DEXes yet.
- CreateMyCoin all-in (network fees + service fee + IPFS): 0.4 SOL
- Authority revocation (optional): <0.001 SOL
- Total: 0.4 SOL
Best for: Testing, internal projects, token gating, community distribution, or projects where you plan to add liquidity later.
Minimal Tradeable Launch — ~1.35 SOL
What you get: Token with full metadata + a Raydium pool with a small amount of liquidity. Tradeable and auto-listed on Jupiter, but expect high slippage on larger trades.
- Token creation (all-in): 0.4 SOL
- Raydium CPMM pool fee: 0.35 SOL
- Initial liquidity: ~0.6 SOL
- Total: ~1.35 SOL
Best for: Meme coins, community tokens, or experimental projects. Functional and tradeable — auto-listed on Jupiter once pool is live.
Real Launch — ~2.35 SOL
What you get: Token with full metadata + a Raydium pool with enough liquidity to handle meaningful trades. A comfortable entry point for a project you intend to promote publicly.
- Token creation (all-in): 0.4 SOL
- Raydium CPMM pool fee: 0.35 SOL
- Initial liquidity: ~1.6 SOL
- Total: ~2.35 SOL
Good slippage tolerance for typical community trades. Enough depth to attract organic traders and show up meaningfully on DexScreener.
Serious Launch — 3+ SOL
What you get: Token + Raydium pool with 2–3 SOL in liquidity. Comfortable trading depth for typical community token activity. Low slippage, attracts traders, and leaves SOL for marketing.
- Token creation (all-in): 0.4 SOL
- Raydium CPMM pool fee: 0.35 SOL
- Initial liquidity: 2–3 SOL
- Marketing wallet reserve: remaining budget
- Total: ~2.75–3.75 SOL
Best for: Projects with a genuine community, a specific use case, or promotional plans. Enough liquidity depth to support meaningful trading activity and attract organic interest.
For a complete walkthrough of the liquidity phase, read our guide: How to Add Liquidity to a Solana Token.
8. Frequently Asked Questions
How much does it cost to create a Solana token in 2026?
Creating the token all-in through CreateMyCoin costs 0.4 SOL — covering network fees, Metaplex metadata, IPFS upload, and the service fee, all bundled. If you want to add a Raydium liquidity pool so your token can be publicly traded, add 0.35 SOL for the pool creation fee plus the SOL you seed as liquidity (minimum ~0.5–1 SOL for a functional pool).
Is the liquidity I add to a Raydium pool a cost or an investment?
It's capital allocation, not a sunk cost. The SOL and tokens you deposit into a Raydium liquidity pool can be withdrawn at any time by removing your LP position. The only true fee is the Raydium pool creation charge (0.35 SOL), which is non-refundable. Your deposited liquidity remains yours, though its value can change due to impermanent loss and price movements.
Does CreateMyCoin charge extra for IPFS upload?
No. IPFS upload via Pinata is included in CreateMyCoin's standard creation flow at no additional charge. Your token logo and metadata JSON are automatically uploaded and permanently pinned to IPFS as part of every token creation — no separate Pinata account, no manual steps, no extra fee.
What is the Raydium CPMM pool creation fee?
Raydium's Constant Product Market Maker (CPMM) charges 0.35 SOL to create a new liquidity pool. This is a protocol fee paid to Raydium, separate from any platform fees and separate from the liquidity you deposit. This fee is non-refundable. Always check Raydium's current fee schedule before creating a pool, as fees can change.
Do I need to pay to get listed on Jupiter?
No. Jupiter automatically detects and lists tokens that have a verified liquidity pool on Raydium with sufficient trading volume. Once your Raydium pool is live and receives some trading activity, Jupiter picks it up automatically — no application, no fee, no review process. DexScreener and Birdeye also auto-list once your token has on-chain trading activity.
Are there recurring fees after creating a Solana token?
No. Once your token is created and your metadata is pinned to IPFS, there are no ongoing fees to maintain the token's existence. The rent-exempt balances in the mint and metadata accounts are locked once, not charged repeatedly. If you maintain a Raydium pool, Raydium takes a small percentage of each trade as a swap fee (paid by traders, not by you as the liquidity provider — you actually earn a portion of those fees).
What happens if I don't revoke mint authority?
Your token continues to function normally, but it will appear as potentially inflationary in wallet trust checkers and DEX screener tools. Many buyers specifically check whether mint authority has been revoked before purchasing a new token — an active mint authority is a yellow or red flag for most due diligence processes. Revoking it costs under 0.001 SOL and permanently signals a fixed supply. It's almost always worth doing.
9. Conclusion
The cost to create a Solana token in 2026 is 0.4 SOL all-in using CreateMyCoin — network fees, metadata, and IPFS upload all bundled. The numbers that actually determine your full launch budget are on the liquidity side: Raydium's pool creation fee (0.35 SOL) plus whatever you seed the pool with.
Here's the honest summary:
- Token only (no trading yet): 0.4 SOL — launch in 60 seconds on CreateMyCoin
- Minimal tradeable launch: ~1.35 SOL with a small Raydium pool
- Serious community launch: ~2.75–3.75 SOL with enough liquidity to attract organic traders
For the full launch strategy beyond just the cost, see: Complete Memecoin Launch Guide.
Create Your Solana Token — 0.4 SOL All-In
Token creation, metadata, and IPFS upload bundled. No hidden fees.
Create Solana Token →