SOLSTACKBlog
← All guides

Broader Ecosystem / Positioning

Why Most "Free" Solana Tools Aren't Actually Free

How token-creator and airdrop sites that advertise themselves as free typically still get paid — the specific places fees hide, and how to check any tool's real cost yourself.

2026-10-13·5 min read·Verified against mainnet-beta

"Free" gets used loosely across Solana tooling — technically true (visiting the site costs nothing), while the actual transaction you sign often isn't. Here's where the gap between the label and the bill usually lives, and how to check it yourself on any tool before you use it.

"Free to visit" isn't the same as "free to use"

Almost every token-creator, airdrop, or multisend site is free in the sense that there's no subscription or paywall to access the interface. The transaction it builds for you to sign is a separate question entirely — and that's where a fee, if one exists, actually gets charged. A site can be completely accurate calling itself "free" while every transaction it helps you build routes an extra transfer to its own wallet, because the free part and the billed part are technically different things.

Where the fee actually hides

Bundled into the main transaction, unitemized. The most common pattern: the mint (or send, or claim) transaction includes an extra instruction transferring SOL to the platform's own address, alongside the legitimate network fee — shown in your wallet as one lump sum rather than broken out, so it reads as "that's just what this costs" rather than "here's a fee on top of the real cost."

Gated behind the step that actually matters. Some tools let you create a token for genuinely nothing, then charge specifically to revoke mint or freeze authority — meaning the free tier produces a token that still has live authorities, and the trust-building step (see why revoking matters) is the paid upsell.

Marked-up storage costs. Logo/metadata storage via Arweave has a real, small, checkable cost. A tool charging meaningfully more than that for "image hosting" is marking up a commodity service, often without disclosing that the underlying storage cost is a small fraction of what's charged.

Premium tiers sold in the moment of highest intent. Verified badges, "featured" listing submissions, or bundled liquidity-pool setup, priced well above what those individual services cost standalone, offered right when you're already committed to launching — a well-known point of minimal price resistance.

None of this is inherently dishonest — building and running a token-creator tool has real costs, and charging for the service is a legitimate business choice many teams make openly. The issue is specifically when a fee isn't disclosed as a fee, or is dressed up as an unavoidable network cost.

How to check any tool's real cost yourself

You don't need to trust a site's claim either way — your wallet's confirmation screen is the ground truth. Before signing:

  1. Look at every instruction in the transaction, not just the total SOL amount. A transfer instruction to an address that isn't your own wallet, the mint, or a known program (the token program, the system program) is worth specifically identifying.
  2. Compare the total to the real, checkable network cost. A standard token launch with metadata and a logo runs roughly 0.01–0.02 SOL in genuine network and storage costs (see the full breakdown) — a transaction asking for meaningfully more than that has something else going on.
  3. Check whether "free" features are actually complete. A free mint with mint authority still live isn't a free equivalent to a paid mint with authorities revoked — it's a different, less finished product.

What this looks like done transparently

A tool that charges honestly has nothing to hide in the transaction it builds either: the fee is its own line on the review screen before your wallet opens, its own plainly visible transfer inside the transaction, and there's no separate paid tier for the steps that actually matter (like revoking authorities). That's checkable the same way any of the above is: read what your wallet says before you sign.

Solstack's read-only and cleanup tools are free; the tools that create or distribute something charge a flat fee that is shown before you sign and appears as a labelled transfer in the transaction — create a token and check it yourself. Full cost breakdown in The real cost of launching a token on Solana in 2026 and the docs overview.