How to Create a Solana Token Without Code: Step-by-Step Guide (2026)
How to create a Solana token without code: connect a wallet, set name, symbol and supply, then revoke authorities. Launch your own token in minutes on j.tools.

You can create a Solana token in a few minutes, with no code at all, using a simple no-code tool that does the technical work for you. If you have ever wanted your own coin (for a community, a small business reward program, or a memecoin you and your friends actually use), this guide walks you through every step in plain words. No programming, no scary jargon, no command line. By the end you will know how to make a Solana token, what every setting means, how to make people trust it, and exactly what it costs.
The fastest path most beginners take is the no-code SPL Token Creator on j.tools. You fill out a short form, approve one action in your wallet, and the token is yours. Let's break down what's actually happening so you understand each choice you make.
What is a Solana token, really?
A Solana token is a digital coin that lives on the Solana network. Solana is a fast, low-cost blockchain (think of a blockchain as a giant shared notebook that everyone can read and no single person can secretly rewrite). When people say "create a Solana token no code," they almost always mean making an SPL token, which is the standard token format on Solana: the blueprint that every normal coin follows so wallets and exchanges instantly recognize it. Think of it like the standard size of a sheet of paper. Because everyone uses the same size, any printer can handle it. SPL is that shared standard for coins.
People make tokens for all sorts of reasons. A coffee shop might mint a loyalty point its regulars collect instead of paper stamps. A Discord community might give members a coin they can hold, tip with, or vote on decisions with. A group of friends might launch a memecoin as a fun experiment. A startup might issue a project token tied to its app. The token itself is just the container. What it means, and what it's worth, is up to you and the people who hold it.
What you need before you start
You only need three things, and none of them are technical. You can gather them in about ten minutes.
- A Solana wallet. A wallet is an app that holds your coins and signs your approvals. Phantom is the most popular one and works right in your browser and on your phone. If you don't have a wallet yet, you can make a fresh one quickly with the built-in Solana wallet generator.
- A little SOL. SOL is Solana's own coin, the way dollars are the currency in the United States. You use it to pay tiny network costs and the tool fee. You only need a small amount (exact numbers below).
- A name, a symbol, and a picture. The name is the full name (like "Coffee Coin"). The symbol is the short ticker (like "BEAN"), usually three to five letters. The picture is the small logo that shows next to your coin in wallets. Together these make up your token's identity.
Decide your name, symbol, and picture before you sit down to create the token. Having them ready turns a 10-minute job into a 3-minute one, and you won't second-guess yourself mid-form.
How to create a Solana token step by step
Here is the core of it. Open the SPL Token Creator tool page and follow along. Each step is a click or a field, nothing more.
- Connect your wallet. Click the connect button and pick Phantom (or whichever wallet you use). A little popup asks you to approve the connection. This just links your wallet so the tool knows where to put the new token. It never sees or asks for your secret key.
- Check that you have a little SOL. The tool shows your balance. You want roughly 0.12 SOL sitting in the wallet to cover the fee plus the small network costs. If you're short, buy a bit of SOL on any exchange and send it to your wallet address.
- Enter the name, symbol, decimals, and total supply. Type your token's name and symbol. Then set the decimals: how many decimal places your coin can be split into, exactly like cents split a dollar into 100 pieces. Most tokens use 9 decimals (a common standard on Solana), or 6 if you want it to behave like dollars and cents. Finally, set the supply: how many coins exist in total. If you want one billion coins, type one billion.
- Upload a picture and a description. This bundle (the name, symbol, and image) is the metadata: the public face of your coin that wallets and explorers display. Drop in your logo and write a short line about what the token is. A clear picture makes your token look real and recognizable.
- Press create and approve in your wallet. Click the create button. Your wallet opens one more time and shows you the cost. Approve it. That single approval is you signing off on the whole thing, and you are the only one who can.
- Your token now exists. Within seconds it's live on Solana and the full supply lands in your wallet's token list. You made a coin.
Take a moment to appreciate what just happened. You configured a real coin on a real blockchain by filling out a form, the same way you'd sign up for any website. The hard parts (writing the contract, deploying it, attaching the metadata) all ran behind that one button.
Make your token safe: revoke the right powers
This is the step most beginner guides skip, and it's the one that earns trust. When you create a token, you (the creator) hold a few special powers over it. Holders and buyers care a lot about whether you still have them, so giving them up is often the smartest move you can make.
There are three powers to understand:
- Mint authority is the power to create more coins later. As long as you hold it, you could print extra supply at any time and dilute everyone who already holds the coin. Imagine a printing press in your basement: people only trust your money if you smash the press after the last batch.
- Freeze authority is the power to freeze someone's tokens in place so they can't move or sell them. Useful in rare cases, but to most holders it looks like a trap. They want to know you can't lock their coins on a whim.
- Update authority is the power to change the metadata (the name, symbol, or picture) after launch. Handy if you make a typo, risky because it means the token's identity could change under people's feet. Locking it makes the token's look permanent.
To revoke a power means to permanently give it up so no one, not even you, can ever use it again. When you revoke mint authority, the supply is locked forever and nobody can print more. When you revoke freeze authority, holders know their coins can never be frozen. j.tools has a one-click tool for each: you can give up the power to mint more and give up the freeze power in seconds, each a single approve in your wallet.
If you also want the name and picture locked for good, you can make the token immutable, meaning locked forever and impossible to change, using the tool to lock your token's details forever. A fully revoked, immutable token is the gold standard for a community coin, because every holder can verify the rules can never change. Think of it like signing a property deed and then mailing the only pen to the bottom of the ocean.
Revoking is permanent. Once you give up mint authority, you can never create more of that coin, ever. That's the whole point, but be sure your total supply is exactly what you want before you do it. There is no undo.
SPL or Token-2022: which should you pick?
Solana has two token formats. SPL is the original standard, the one almost everyone uses. Token-2022 is a newer token format that adds extra built-in features, like an automatic transfer fee that takes a tiny cut every time the coin is sent. Here's the plain comparison.
| What you're comparing | SPL token (standard) | Token-2022 (newer) |
|---|---|---|
| What it is | The original, most widely supported token format | A newer format with extra optional features baked in |
| Extra features | None built in (kept simple, works everywhere) | Automatic transfer fees, extra controls, and more |
| Wallet and exchange support | Supported everywhere | Growing, but some older apps may not show it yet |
| Cost to create on j.tools | 0.1 SOL flat fee | 0.15 SOL flat fee |
| Best for | Most people: community coins, memecoins, reward points | Projects that need a transfer fee or special rules |
For your first token, SPL is the safe pick. It covers the large majority of launches and has the widest support across wallets and exchanges. If you specifically want something like an automatic fee on every transfer, the Token-2022 creator with transfer fees handles that path. When in doubt, start with SPL.
What does it cost?
Here are the real numbers, no hand-waving. On j.tools, the Token Creator charges a flat fee of 0.1 SOL for a standard SPL token. The Token-2022 Creator charges 0.15 SOL. On top of that, Solana itself charges small network and storage costs to register your new token, usually somewhere between 0.01 and 0.02 SOL.
So a standard SPL token costs roughly 0.11 to 0.12 SOL all-in. As of today, June 13, 2026, SOL trades near $67, which puts your total at about $7 to $8 to create your own coin. Keep in mind that dollar figure moves with SOL's price: if SOL goes up, the same 0.12 SOL costs more in dollars, and if SOL drops, it costs less. The SOL amount stays steady; the dollar amount floats.
What to do after you create your token
A token sitting in your wallet is just step one. To make it useful, here's the natural order most people follow.
- Add liquidity so people can buy it. Liquidity, often shortened to LP, is a shared pool of your token plus some SOL that lets other people buy and sell freely. Without it, there's no price and no way to trade your coin. Set one up with the tool to create a liquidity pool, which is the natural next step after launch.
- Let people swap into it. Once there's a pool, anyone can buy or sell your token using the on-chain tool to buy and sell tokens.
- Grab a custom-looking address (optional). If you want your token's address to start with specific letters for branding, the custom token address generator makes that happen.
- Fix or update the metadata later. If you didn't lock the token immutable and you spot a typo, you can change the name or picture with the tool to update your token metadata.
- See who holds your token. Once people start buying, the snapshot tool to see who holds your token shows you a list of every wallet holding your coin, handy for planning a reward drop.
If your goal is the classic memecoin launch with an instant trading curve, there's also a dedicated Pump.fun launch path on j.tools that handles the launch and the trading pool together.
For more beginner walkthroughs like this one, browse the step-by-step guides on the j.tools blog or everything under articles tagged Solana.
What is j.tools?
j.tools is a Solana toolkit with more than 40 no-code tools, built so a non-developer can do real on-chain things from a simple form: create tokens, add liquidity, swap, airdrop coins, snapshot holders, launch on Pump.fun, and plenty more. It works in both Turkish and English. The part that matters most for your safety: j.tools never asks for your private key. You connect your own wallet and approve every action yourself, so you stay in full control of your funds the whole time.
Frequently asked questions
Do I need to know how to code to create a Solana token?
No. That's the whole point of a no-code tool like j.tools. You fill out a few fields and approve in your wallet, the same as signing up for any app. There's no code anywhere in the process.
How long does it take to make a Solana token?
A few minutes. Once your wallet is connected and your name, symbol, and picture are ready, filling the form and approving the transaction takes well under five minutes. The token appears almost instantly after you approve.
Can I create a Solana token for free?
Not entirely. Solana charges small network and storage costs for any new token, and the creator tool has its own fee. The realistic all-in cost is about 0.11 to 0.12 SOL, roughly $7 to $8 at today's SOL price near $67. There's no truly free way to put a token on the live network.
What's the difference between supply and decimals?
Supply is how many coins exist in total. Decimals is how finely each coin can be split, like cents in a dollar. A token with 9 decimals can be split into very tiny fractions. That doesn't change how many coins exist, only how small a piece someone can hold or send.
Should I revoke the mint and freeze authorities?
For most public tokens, community coins, and memecoins, yes. Revoking mint authority proves you can't secretly print more, and revoking freeze authority proves you can't lock anyone's coins. Both make buyers far more comfortable. Just be certain your supply is final first, because revoking is permanent.
One honest note before you launch
Creating a token is genuinely easy and cheap now, and that's a good thing. Making it valuable is a different story. A new token is worth nothing by default, and no tool can change that. Its value comes entirely from what people build around it and whether they trust it. So don't promise anyone returns, and don't treat a token as a get-rich plan. Treat it as a thing you're building: give it a real purpose, lock down the powers that scare holders, and let the value follow from there. When you're ready, the no-code Solana Token Creator is waiting, and the whole thing takes about as long as making a cup of coffee.


