Enter details
Name, symbol, decimals, total supply, and a logo. We upload the logo and metadata to permanent Arweave storage via Irys.
Stake natively or with our LST compassSOL to earn a market leading APY
Mint a real SPL token on Solana in a couple of minutes: name, symbol, supply, and a logo with on-chain metadata. Optionally revoke the mint and freeze authority, spin up a Meteora liquidity pool so it can trade, and permanently lock the liquidity. Everything is signed in your own wallet — non-custodial from start to finish. And if you got here searching for how to create your own coin on Solana: a coin and a token are the same thing here — one token generator covers the whole flow.
Creating a token on Solana means deploying an SPL token mint, minting the supply to your wallet, and attaching metadata so it shows a name and logo. This tool does all of that from your browser, with your wallet as the only signer.
Name, symbol, decimals, total supply, and a logo. We upload the logo and metadata to permanent Arweave storage via Irys.
Sign one transaction to create the mint, mint your supply, write on-chain metadata, and optionally revoke authorities.
Optionally create a Meteora DAMM v2 pool pairing your token with SOL so it can be traded across Solana.
Optionally lock the LP permanently so the liquidity can never be pulled — while you keep earning trading fees.
A brand-new SPL token keeps two powerful switches in the creator's hands: the mint authority (the right to create more tokens) and the freeze authority (the right to freeze any holder's balance). Leaving either in place is a red flag to buyers, because it means the supply can be inflated or your tokens locked at will. Revoking them is a permanent, one-way action that removes both risks.
Revoking is exactly what the command-line equivalent does, if you want to verify the concept:
spl-token authorize <MINT> mint --disable — permanently removes the mint authority so no more tokens can ever be created.spl-token authorize <MINT> freeze --disable — permanently removes the freeze authority so no account can be frozen.In this tool those are simple switches on the wizard's Safety step. When switched on, the revoke instructions are added to the very same transaction that mints your token, so the token is born already locked down. You can also revoke the metadata update authority, which makes the name, symbol and logo immutable — or, if you need to change them first, update the token's metadata while it is still mutable.
A token nobody can trade is just a balance in a wallet. To make yours tradable you create a liquidity pool — a pair of reserves, your token and SOL, that a decentralized exchange quotes against. This tool builds a Meteora DAMM v2 pool, one of the most widely integrated AMMs on Solana, so once it exists aggregators like Jupiter can route buys and sells straight into it.
You decide how much of your supply to seed and how much SOL to pair with it — together these set the token's opening price. You set the trading fee the pool charges on each swap. Crucially, you keep the LP position that the pool mints to you, and that position earns the trading fees for as long as it holds liquidity. Meteora is rarely named in these token-creator flows, which is exactly why building the pool step on it, rather than a generic "add liquidity" button, is worth doing deliberately.
Locking liquidity means permanently giving up your ability to withdraw the reserves you seeded. Meteora supports a native permanent lock on the LP position, and this tool — or the standalone lock liquidity tool — can apply it either as you create the pool or as a separate step afterwards. Once locked, the SOL and tokens in the pool are there for good — nobody, including you, can pull them.
Buyers check for this because pulling liquidity is the mechanics of the most common rug: a creator seeds a pool, lets people buy in, then withdraws the SOL and leaves holders with a worthless token. Locked liquidity removes that possibility entirely. And because Meteora's permanent lock still lets the position accrue trading fees, you are not giving up the income — only the ability to run. For the strongest possible signal, some creators go further and burn the LP tokens outright, which proves the liquidity can never even be unlocked.
Most new tokens today launch through a launchpad like pump.fun, where a bonding curve handles pricing and the platform's contract runs the process until the token graduates to a DEX. That model is genuinely good at what it does — instant, standardized, zero decisions to make. But it also makes the decisions for you: the curve dictates the price path, the platform's economics take a share of the trading activity, and your token launches on the platform's terms rather than yours.
This tool is the direct route: launch a token on Solana without a launchpad, straight to a Meteora pool you configure yourself. You keep 100% of the supply decisions — total supply, how much seeds the pool, how much stays in your wallet. You set the opening price through the SOL you pair with it. You set the pool's trading fee, and you keep earning that fee, because the LP position belongs to your wallet, not a platform contract. Custody never leaves you at any step.
If you're weighing this as a pump.fun alternative, the honest framing is that they answer different questions. A bonding-curve launchpad answers "how do I launch with zero setup and let the curve find the price?" Launching without a launchpad answers "how do I launch on my own terms — my supply split, my opening price, my trading fees, my custody — and still prove to buyers, on-chain, that I can't rug?" The revoke and lock steps above are how you make that proof.
The same wizard covers meme-coin launches — you don't need a separate Solana meme coin creator, because a meme coin is an SPL token; what changes is what buyers screen for. To create a meme coin on Solana that people will actually trust, the checklist is exactly the steps above: fixed supply (mint authority revoked), no freeze authority, and permanently locked liquidity. Those are the first three boxes every screener and experienced trader checks on a new pair, so launching with all three already done answers the questions before anyone asks them.
The meme part — name, symbol, logo — is just metadata, and it's entirely up to you. What doesn't change is the trust checklist: the safety steps exist to protect your buyers, and a meme coin lives or dies on whether its earliest buyers can verify, on-chain, that they're safe.
There are two kinds of cost: the Solana network's own charges, and this tool's flat service fee. The network side is small — a per-signature fee of a few thousand lamports, plus a one-time rent deposit of well under 0.01 SOL for the mint and metadata accounts, which you would pay creating a token by any method. On top of that, each step — creating the token, revoking an authority, creating the Meteora pool, and locking liquidity — charges a small flat service fee, transferred in the same transaction as the step so you are never billed for something that did not happen. The exact fee for each step is shown in the tool before you sign.
We don't keep the service fees — they go to compassSOL stakers, lifting the yield for everyone staking with Compass. See the full fee breakdown and how fees benefit compassSOL stakers. The liquidity you add to the pool is yours and stays in the pool as reserves — it is not a fee.
Every action here is a transaction your wallet signs. The tool never takes custody of your keys, your SOL, or your tokens. The mint authority, the freeze authority, and the LP position are all assigned to your wallet — not ours. The only thing that comes to us is the disclosed flat service fee.
What we never touch: any tokens or SOL beyond the amounts you explicitly put into a step, any other assets in your wallet, and any authority you choose not to revoke. If you skip the pool and lock steps, you simply have a minted token in your wallet and nothing more has happened.
Connect a wallet, enter a name, symbol, decimals and supply, and upload a logo. The tool mints a standard SPL token, sends your chosen supply to your wallet, and writes Metaplex on-chain metadata so wallets and explorers show the name and logo. You approve one transaction and the token is live on mainnet.
Yes. Token creator, token generator, token maker — they all describe the same thing: a tool that mints an SPL token for you without writing code. This one goes further than generate-and-done, though: it can also revoke the mint and freeze authority, create a Meteora liquidity pool, and permanently lock the liquidity, all signed from your own wallet. And if what you want is to make a Solana coin rather than a token, that's also the same thing — coins on Solana are SPL tokens.
A small flat service fee plus the small Solana network fee and under 0.01 SOL of account rent. The optional steps — revoking an authority, creating a Meteora pool, and locking liquidity — each add their own small flat fee, shown in the tool before you sign. You pay for a step only when it succeeds, and the fees go to compassSOL stakers. See how this tool's fees benefit compassSOL stakers.
Revoking mint authority permanently fixes the supply; revoking freeze authority means no one can freeze holders' tokens. Both are one-way. The CLI equivalent is spl-token authorize <MINT> mint --disable and spl-token authorize <MINT> freeze --disable.
No. It stops supply inflation and freezing, but not liquidity removal. If you still hold the LP tokens you can pull the liquidity — the classic rug. A token is only rug-resistant when the liquidity is also locked or burned. You need both protections.
A pool is what lets people buy and sell your token. This tool creates a Meteora DAMM v2 pool pairing part of your supply with SOL, after which aggregators like Jupiter can route trades to it. You provide the starting liquidity, keep the LP position, and earn the trading fees.
After creating the Meteora pool, the tool can apply Meteora's native permanent lock to your LP position. Locked liquidity can never be withdrawn — the strongest signal a launch is not a rug — and the locked position still earns trading fees for you.
Yes. Everything is a transaction your own wallet signs; the tool never holds your keys, SOL or tokens. Authorities and the LP position are assigned to your wallet. We only receive the disclosed flat service fee, moved in the same transaction as the step.
This tool mints a classic SPL token with Metaplex metadata for the widest wallet, explorer and DEX compatibility. Token-2022 adds features like transfer fees, but some AMMs and routers still handle it inconsistently, so classic SPL is the safer default for a token meant to trade.