Broader Ecosystem / Positioning
The Real Cost of Launching a Token on Solana in 2026
A line-by-line breakdown of what it actually costs to create an SPL token on Solana — network fees, rent, metadata storage — and why the "platform fee" charged by most token-creator sites isn't one of them.
Solana is often described as "cheap to build on," which is true at the protocol level — but a lot of people creating their first token end up paying far more than the network actually charges, because most token-creator websites add a platform fee on top of it. Here's what a token launch actually costs at the protocol layer, so you know what you should be paying versus what you're being charged for.
What the Solana network itself charges
Creating a standard SPL token with metadata and an initial supply involves a handful of on-chain operations, each with its own real cost:
| Line item | Typical cost | What it's for |
|---|---|---|
| Network fee | ~0.000005 SOL per signature | Paid to validators, the same tiny fee as any transaction |
| Mint account rent | ~0.0014 SOL | Rent-exemption deposit for the mint account itself |
| Token account rent | ~0.00204 SOL | Rent-exemption deposit for your own associated token account, holding the initial supply |
| Metadata account rent | ~0.0056 SOL | Rent-exemption deposit for the on-chain Metaplex metadata account (name, symbol, logo URI) |
| Logo/image storage | A few thousandths of a SOL, size-dependent | Paying Arweave (via a storage provider like Irys) to permanently host the token image |
Add it up and a full token launch — mint, initial supply, on-chain metadata, and a logo — typically costs somewhere around 0.01–0.02 SOL in genuine network and storage costs. At any reasonable SOL price, that's a small fraction of a dollar to a few dollars. Revoking mint and freeze authority afterward adds one more transaction at the standard ~0.000005 SOL network fee — the revocation itself has no additional rent cost.
That's the entire real bill. Everything past this point that you're asked to pay is a business decision by whichever website you're using, not a cost the Solana network is charging you.
Where "platform fees" come from
Most token-creator websites are free to use in the sense that visiting the page costs nothing — but the transaction they build for you routes an extra transfer to their own wallet before or alongside the actual token creation. This is a legitimate business model; building and maintaining a token creator has real costs, and charging for the service is a reasonable choice. The problem is when it isn't disclosed clearly, or when the fee is dressed up as if it were a network cost you had no choice about.
A few patterns worth watching for when you're evaluating a token creator:
- A flat SOL fee tacked onto the mint transaction, often not itemized separately from the real network fee, so it reads as "that's just what Solana costs."
- Authority revocation gated behind a separate paid step — you mint for free, then discover revoking mint/freeze authority (the actual trust-building step) costs extra.
- Forced or inflated logo hosting fees well above what Arweave storage actually costs, effectively marking up a commodity service.
- Bundled "premium" tiers — verified badges, listing submissions, liquidity-pool creation — priced well past what those individual services cost elsewhere, sold as a package during the moment you're most likely to just click through.
None of these are against the rules, and plenty of legitimate teams charge for token creation as their product. The point isn't that fees are wrong — it's that you should be able to tell, transaction by transaction, which SOL is going to the network and which is going to the platform.
What Solstack charges, and where you'll see it
Solstack builds the same transactions any other creator tool would — mint, initial supply, metadata, optional revocation — and adds one flat fee of 0.1 SOL on top of the network and storage costs above — the bottom of the range in the chart, with revocation included rather than sold as a separate step. It isn't folded into the total: the review screen lists it as its own line before your wallet opens, and inside the transaction it's a plain SOL transfer to Solstack's fee wallet that your wallet shows next to everything else. There's no premium tier for revoking authorities, no paid badge, no markup on logo storage — revocation is included, and storage costs what Arweave costs.
That's the whole test, applied to Solstack the same way you'd apply it to anyone else: read the transaction your wallet shows you. Every instruction should trace to the network, the storage provider, your own accounts, or a fee you were told about before you got there.
Try it yourself with the SPL Token Creator — connect a wallet, fill in the details, and the review screen will show you exactly what you're paying for, line by line, before you sign.