© 2026 Alchemii
BLOCKCHAIN
Free Solana Token Creator? 0.0191 SOL Floor (2026)

Free Solana Token Creator? 0.0191 SOL Floor (2026)

No Solana token creator is free — the protocol floor is ~0.0191 SOL and no tool can waive it. Every no-code creator's real 2026 price, compared in SOL.

Gary Zhao
Gary Zhao
Founder of Alchemii · · Last updated

A truly free Solana token creator does not exist on mainnet because Solana network fees and rent-exempt account deposits are protocol-level requirements that no platform can waive — the floor is about 0.0191 SOL per token. No-code service fees run from about 0.05 SOL to 0.4 SOL depending on the tool; Alchemii charges 0.2 SOL, about 0.22 SOL all-in, flat and one-time with no per-volume cut. The cheapest fair-launch path is around 0.02 SOL via Pump.fun's bonding curve, which then takes 1% of every buy and 1% of every sell. Solana devnet tokens are free but don't trade on mainnet. Platforms advertising "free" almost always recover their costs through hidden 1-5% liquidity fees, custodial flows, or subscriptions.

"Free Solana token creator" is one of the most-searched phrases in this niche, and the answer almost nobody gives clearly is: it's not possible on mainnet, and "free" is frequently the most expensive option on the table. Every platform that waives the creation charge still has to earn it back, and the way it earns it back is almost always a percentage of every trade your token ever does — a bill with no ceiling that lands hardest precisely when the launch works. A flat fee has a ceiling: you pay it once, at signing, and never again. Below is why fees exist on Solana at all, what they cover, how close to zero you can realistically get, and where the flat-versus-percentage line actually crosses.

We make Alchemii, so treat this as a biased source and check the numbers. We quote our own pricing in full, put every tool we know of in the same table whether it undercuts us or not, and call out the "free" platforms that are anything but.

Why "free" is impossible on Solana

Every Solana SPL token creation involves on-chain operations, and Solana charges two kinds of fees that no platform can waive:

1. Network transaction fees (0.000005 SOL per signature)

Every Solana transaction costs a base fee of 5,000 lamports (0.000005 SOL) per signature. A token creation transaction carries a handful of signatures, so this is fractions of a cent — real, but the smallest line item on the list. Priority fees are optional and only matter during congestion.

These fees go to the Solana validators that secure the network. They're not optional — every transaction pays them or doesn't land.

2. Account rent (~0.0191 SOL for token + metadata)

Solana doesn't charge ongoing storage costs the way some chains do. Instead, it charges rent-exempt deposits at account creation. Add the signature fees from above and you have the entire protocol floor:

Line itemAmount
SPL token mint account rent~0.00146 SOL
Metaplex metadata rent~0.00562 SOL
Metaplex protocol fee (non-refundable)0.01 SOL
Associated token account rent (initial supply holder)~0.00204 SOL
Signature fees~0.00001 SOL
Protocol floor total~0.0191 SOL

The rent deposits are technically refundable if you close the accounts later — but in practice no one does, because closing means abandoning the token entirely.

So the protocol floor for token creation cost is ~0.0191 SOL, and it is identical on every tool in this article. Anyone advertising "free" is either:

  • Subsidizing the cost themselves (rare; sustainable only at scale)
  • Charging hidden fees elsewhere (common; check the fine print)
  • Lying (also common)

The lowest-cost legitimate options in 2026

Direct on-chain via Solana CLI (no service fee, ~0.0191 SOL protocol cost)

If you're a developer comfortable with the spl-token CLI, you can create a token entirely on your own:

spl-token create-token
spl-token create-account <MINT>
spl-token mint <MINT> <SUPPLY>

Plus a one-shot Metaplex metadata script. You pay only the protocol floor (~0.0191 SOL). No service fee.

Catch: No GUI, no metadata uploader, no IPFS pinning. You're handling raw bytes, and the CLI alone writes no metadata — skip the Metaplex step and your token renders as "Unknown Token" in Phantom. For most launchers this is too much friction, but for developers it's the actual cheapest path.

Pump.fun (~0.02 SOL upfront, 1% platform fee per side)

Pump.fun charges a tiny upfront fee (~0.02 SOL) — but it earns through a 1% fee on every buy and every sell on the bonding curve, so 2% on a round trip. A token that does 1,000 SOL of cumulative volume hands over about 20 SOL.

When this is cheapest: if your meme dies fast (no volume = no fees paid). When this is expensive: if your meme succeeds (2% round trip on large volume adds up).

Read our Pump.fun safety review before launching there.

Budget no-code creators (0.05–0.1 SOL service fee)

A cluster of newer tools sits at the bottom of the price range, roughly 0.06–0.11 SOL all-in once you add the on-chain floor. They are listed by name in the comparison table below. What you generally give up at that price is post-launch tooling: the mint happens, and then you're on your own for the Raydium pool, the LP burn, and the proof you'll need to show buyers.

Alchemii (0.2 SOL service fee, ~0.22 SOL all-in, no per-volume fee)

Alchemii charges a flat 0.2 SOL service fee on top of the on-chain network and rent costs — about 0.22 SOL all-in for a standard launch, ~0.32 SOL for the typical memecoin configuration that also revokes mint authority, and up to ~0.52 SOL with every optional extra selected. Each optional extra adds a flat amount, itemized on the create form before you connect a wallet, so the number you see is the number you sign.

No subscription. No per-volume cut. No custodial flow. You pay once at creation, your token is yours.

We are not the bottom of the price range, and we don't try to be. What the fee buys is a flat one-time price with no cut of your trading volume, mint-authority revocation and LP-burn tooling inside the same launch flow, and non-custodial signing — every transaction is approved in your own wallet and we never hold your SOL. Against Pump.fun specifically, the flat fee wins once cumulative volume passes ~11 SOL (0.21 ÷ 0.02), and it stops growing there while a 2% round trip never does.

The reason we push those two toggles harder than the price: in our 50,000-launch dataset, tokens with revoked mint authority survived their first 24 hours at roughly 4.2× the rate of tokens that kept it, and LP burned at minute zero correlates with 5.7× — the strongest single on-chain predictor we've measured. Correlation, not proof of causation, but it's the difference between a launch buyers can verify and one they have to trust.

Smithii, Orion Tools, CoinFactory (0.2–0.4 SOL)

The higher-priced end. Smithii charges 0.3 SOL flat, inclusive of on-chain cost, plus 0.1 SOL per authority revocation. Orion Tools lists 0.3 SOL but bundles a mandatory 0.1 SOL freeze revocation, making 0.4 SOL the effective floor (~0.41 SOL all-in). CoinFactory is 0.2 SOL with revoke-update free — level with us. See our best Solana token creator comparison for the full feature-by-feature view.

What about devnet?

Solana devnet is a test network where SOL has no real value. You can create as many devnet SPL tokens as you want using devnet SOL from a faucet — totally free.

Devnet tokens don't trade on mainnet. They exist on a separate chain and have no real economic value. Useful for testing, useless for an actual launch.

If you want to learn the SPL flow before paying for a mainnet launch, devnet is the right place. After you understand it, deploy on mainnet.

"Free" red flags to avoid

If a platform is advertising "free Solana token creator," check what they're charging instead:

Hidden 1-5% liquidity fees

Some platforms create the token "free" but require you to use their liquidity provisioning, then take 1-5% of every swap. Over the life of an active token, a percentage of every swap dwarfs any one-time flat fee — 1% of 100 SOL of volume is 1 SOL, nearly five times a ~0.22 SOL launch, and it keeps compounding after that.

Custodial flows

Some "free" creators ask you to deposit SOL to their address first, then they create the token "for you." This is custodial — they hold your funds. If they disappear or get hacked, your SOL is gone. Walk away.

A non-custodial creator only ever asks you to sign transactions in your own wallet. Funds never leave your control.

Mandatory subscriptions

A real Solana token creator charges per-token, not per-month. SPL token creation is a one-time on-chain action. If a tool wants ongoing payments, the math is wrong — you can create one token then unsubscribe and never need them again.

Fake LP rewards

"Create your token free, just commit to using our LP service for 90 days for X% rewards" — these schemes lock you in and the rewards rarely materialize. Direct Raydium pool creation is permissionless; you don't need a third party.

Cost comparison: every "cheap" Solana token option

Every option that calls itself "free" or "cheap" still has a cost. Here it is, side by side, in actual SOL.

On-chain protocol floor
0.0191 SOL
Mint rent + Metaplex PDA + ATA rent + signature — no platform can waive it
Cheapest mainnet path
~0.02 SOL
Pump.fun bonding curve — then 1% per buy and 1% per sell
Lowest hosted service fee
0.05 SOL
Budget tools set the floor; Alchemii trades price for post-launch tooling
Alchemii, standard launch
~0.22 SOL
Flat, charged once, no percentage of your volume
Where flat beats Pump.fun
~11 SOL
Cumulative volume at which 2% round trip overtakes a one-time fee
Typical 'free' platform cut
1-5%
Liquidity cuts, custodial flows, subscriptions
Real cost of each path including the fees 'free' platforms typically don't disclose upfront. Service fees verified against each vendor's live pricing page on 2026-08-01.

Toggle: cheapest by use case

Cheapest path by what you're trying to do (lower bar = cheaper)

Cost-per-launch comparison summary

MethodUpfront (all-in)VariableBest for
Solana CLI direct~0.0191 SOLNoneDevelopers willing to script the Metaplex call
Pump.fun~0.02 SOL1% per buy + 1% per sellZero-capital experiments
Jumpbit~0.06 SOLNoneLowest flat fee with revocations included
DEXArea~0.10 SOLNoneLow flat fee, revocations included
Solr Network~0.11 SOLNoneLow flat fee, update authority retained
Alchemii~0.22 SOLNoneLaunches that want mint revocation + LP burn in one signed flow
CoinFactory~0.22 SOLNoneComparable price, revoke-update free
Smithii0.3 SOL (+0.1 SOL per revocation)NoneNiche features
Orion Tools~0.41 SOLNoneBundled freeze revocation, whether you want it or not

For a memecoin launch with real expected volume, the decision that matters most is flat versus percentage: a one-time fee stops growing, a 2% round trip doesn't. Against Pump.fun, a ~0.22 SOL flat fee breaks even at roughly 11 SOL of cumulative volume — past that, every trade the bonding curve taxes is money a flat fee already stopped charging you. Cheaper flat fees than ours exist in the table above; what none of them bundle is mint revocation and LP burn in the same signed flow, which is where the survival data actually points. For pure no-volume meme experiments, Pump.fun's lower upfront wins.

Quick Facts (verifiable specifications)

SpecificationValueSource
Solana base transaction fee5,000 lamports (0.000005 SOL) per signatureSolana docs
SPL token mint account rent~0.00146 SOLArticle body
Metaplex metadata rent~0.00562 SOLArticle body
Metaplex protocol fee0.01 SOLArticle body
Associated token account rent~0.00204 SOLArticle body
Total unavoidable on-chain cost (protocol floor)~0.0191 SOLArticle body
Pump.fun upfront cost~0.02 SOLArticle body
Pump.fun ongoing fee1% of every buy and 1% of every sell (2% round trip)Article body
No-code service fee range0.05-0.4 SOLArticle body
Alchemii flat service fee0.2 SOLArticle body
Alchemii standard launch, all-in~0.22 SOLArticle body
Alchemii launch + revoke mint authority~0.32 SOLArticle body
Alchemii with every optional extra selectedup to ~0.52 SOLArticle body
Smithii0.3 SOL flat, +0.1 SOL per revocationArticle body
Orion Tools effective floor0.4 SOL (0.3 base + mandatory 0.1 freeze revocation)Article body
Devnet token creation costFree (devnet SOL via faucet)Solana faucet
Minimum tradeable memecoin total~5.21 SOLArticle body
Volume threshold where Alchemii's flat fee beats Pump.fun~11 SOL of cumulative volumeArticle body

Limitations of this guide (what it doesn't cover)

This article focuses on the cost of creating a Solana SPL token. Several adjacent topics are intentionally out of scope.

  • Detailed Pump.fun mechanics and graduation flow. Bonding-curve mechanics, when a token graduates to Raydium, and post-graduation fees are covered in Pump.fun vs Raydium and Alchemii vs Pump.fun.
  • Liquidity strategy and pool sizing. This guide notes the 5 SOL minimum but doesn't go deep on optimal pool sizing — see Cost to create a Solana token in 2026 for tier breakdowns.
  • Token-2022 / Token Extensions. Different account sizes and extension costs are not modeled here. See SPL Token vs Token-2022.
  • Marketing and community costs. Often dwarf on-chain costs; out of scope here. See How to market a Solana memecoin.
  • Tax / accounting treatment of token-creation expenses. Jurisdiction-specific and not legal or tax advice.
  • Non-Solana chain comparisons in depth. Brief comparison appears in our cost guide; each chain has its own deeper economics out of scope here.
  • CLI setup walkthrough. We mention spl-token commands but don't cover Solana CLI installation — see the Solana CLI install guide.

Sources & references

  1. Pump.fun docs (fee structure)Pump.fun1% per-trade fee — the 'free upfront' model paid by traders.
  2. Alchemii pricingAlchemiiFlat 0.2 SOL service fee, ~0.22 SOL all-in for a standard launch; charged once, no cut of trading volume. Optional extras are itemized on the create form before you connect a wallet.
  3. Solana rent-exempt minimumsSolana docsRent-exempt deposit math — sets the protocol-level minimum cost.
  4. Solana network feesSolana docsBase 5,000-lamport signature fee — applies to every transaction.
  5. Metaplex Token MetadataMetaplex FoundationMetadata rent (~0.00562 SOL) plus a non-refundable 0.01 SOL protocol fee — the largest line item in the protocol floor, and a real cost any 'free' platform either passes through or skips (and ships broken tokens).
  6. SPL Token ProgramSolana LabsOpen-source token program — every Solana token uses the same one.
  7. Solana CLI installation guideAnzaReference for the raw `spl-token` CLI route — the most stripped-down option.
  8. Solana devnet faucetSolana FoundationWhere to get free devnet SOL — for testing only, doesn't trade on mainnet.
  9. Solscan token explorerSolscanVerify any 'free' platform actually creates real on-chain tokens — not just a UI mock.
  10. MoonShot launch platformMoonShotPump.fun-style alternative with similar 'free upfront' / fee-on-volume model.
  11. Smithii Token ToolsSmithii0.3 SOL flat plus 0.1 SOL per authority revocation, verified on their pricing page 2026-08-01 — the higher-cost end of the spectrum.
  12. Bitquery Solana DEX APIBitqueryUsed to verify per-launch costs and post-launch volumes for break-even math.
  13. Pump.fun program account on SolscanSolscanInspect Pump.fun's actual on-chain fee charges per transaction.
  14. Raydium AMM v4 docs (pool creation cost)RaydiumPool creation rent ~0.4 SOL — additional cost beyond token creation.
  15. DexScreener — fresh launchesDexScreenerLive view of just-launched tokens; verify any 'free' platform's tokens actually trade.
  16. Birdeye Solana dataBirdeyeCross-validation of post-launch data and survival metrics referenced in the cost-vs-survival argument.
  17. How much money does Pump.fun makeAlchemiiCompanion analysis on what the 'free' Pump.fun fee actually adds up to platform-wide.
  18. Helius RPC Solana docsHeliusSolana RPC infrastructure pricing — informs why 'truly free' isn't viable for any creator that respects users.
  19. Cost to create a Solana token (full breakdown)AlchemiiCompanion deep-dive on every line item.
  20. Best Solana token creator 2026AlchemiiSide-by-side comparison of all the major creators including the cheaper options.
  21. Phantom wallet docsPhantomTokens minted via 'free' platforms without proper Metaplex metadata show as Unknown Token here — the hidden cost of ultra-cheap shortcuts.
  22. Jupiter strict listJupiter / GitHubVerification process — cheap-but-broken tokens never make it onto the list, undermining the 'free' value proposition.

FAQ

Is there a truly free Solana token creator?

Not on mainnet. Solana charges protocol-level costs that no platform can waive: rent-exempt deposits for the mint account (~0.00146 SOL), the Metaplex metadata account (~0.00562 SOL, plus a non-refundable 0.01 SOL Metaplex protocol fee) and the associated token account (~0.00204 SOL), plus signature fees of 0.000005 SOL each. The unavoidable floor is roughly 0.0191 SOL per token. Devnet tokens are free, but they don't trade on mainnet.

What is the cheapest Solana token creator in 2026?

Nothing beats the spl-token CLI: you pay only the ~0.0191 SOL protocol floor, but you write the Metaplex metadata call yourself. Among no-code tools the service fee ranges from about 0.05 SOL to 0.4 SOL; Alchemii sits at 0.2 SOL, roughly 0.22 SOL all-in, flat and one-time with no subscription and no per-trade cut. Pump.fun looks cheapest upfront at ~0.02 SOL, but it takes 1% of every buy and 1% of every sell, so it overtakes a 0.22 SOL flat fee at roughly 11 SOL of cumulative volume — and keeps charging after that.

Can I create a Solana token for free using devnet?

Yes — devnet SOL is free from public faucets, and you can mint test tokens with the spl-token CLI for zero cost. But devnet tokens are isolated from mainnet: they don't trade on Raydium, don't appear in Phantom's mainnet view, and have no real value. Devnet is for testing the workflow, not for shipping a real token.

Why do free Solana token platforms charge hidden fees?

Running an on-chain token creation service has real infrastructure costs: RPC rate limits, Metaplex metadata uploads, IPFS pinning, customer support. Platforms advertising free creation typically recover costs through 1-5% liquidity-pool fees, mandatory subscriptions, custodial token issuance (where they hold mint authority), or paid graduation tiers. A flat fee from a transparent creator is almost always cheaper at scale.

Do I need to pay for SOL liquidity separately?

Yes. The ~0.22 SOL Alchemii cost only covers token creation. To actually trade your token on Raydium or Orca you need to seed a liquidity pool with both your token and a quote token (typically SOL or USDC). 5 SOL of seed liquidity is the practical minimum to absorb sniper-bot exits without immediate chart collapse.


Ready to launch with a flat one-time fee and no cut of your trading volume? Open Alchemii — about 0.22 SOL gets you a full SPL token with metadata, on Solana mainnet, in under 5 minutes. Specifically launching a memecoin? The Solana meme coin builder is the same flow with memecoin parameters pre-set. For the full launch playbook see How much does it cost to create a Solana token in 2026.

Can I create a Solana token for less than 0.0191 SOL?

Not on mainnet. The ~0.0191 SOL is split between account rent and signature fees — both are protocol-level requirements, paid to the network rather than to any tool. You can use devnet for free testing, but devnet tokens don't have real value.

Why does Alchemii charge 0.2 SOL on top of network fees?

The service fee covers IPFS pinning for token metadata, ongoing tool maintenance and improvements, and customer support. It's one flat charge at signing — we don't take any cut of trading volume, and cheaper creators exist if that fee is the only thing you're weighing. Once you've paid it, the token is fully yours.

Is there a free trial?

Token creation is a one-time on-chain action — there's nothing to trial. The closest equivalent is testing on Solana devnet (free).

Can I get my fees back if my token fails?

Network fees and rent are paid to Solana validators / the protocol; they're non-refundable. Service fees from creators like Alchemii are also non-refundable since the creation work is done at the moment you sign. Plan accordingly — only spend what you can afford to lose.

What's the absolute minimum to launch a tradeable Solana memecoin?

~0.22 SOL for the token through Alchemii + ~5 SOL minimum for liquidity ≈ 5.21 SOL total, of which the 5 SOL stays in your pool rather than being spent. Below 5 SOL of liquidity, slippage is so brutal that no serious trader will buy.

Related Topics

More guides covering the same Solana token creation, mint authority, LP burn, Raydium liquidity, and memecoin launch topics.