Skip to main content

How wallet connection works

This app uses your wallet to sign transactions securely. We never have access to your private keys or funds. You remain in full control at all times.

Launch your Solana token today - starting from just 0.1 SOL  ·  Get started →
Step-by-Step Guide

How to Create a Solana Token in 2026

A direct, no-fluff walkthrough. Seven steps from wallet setup to your token live on Solana mainnet. Takes about five minutes if you have your token details ready.

5 min process From 0.1 SOL No coding Live in 60 seconds

Quick Answer

To create a Solana token: install a Solana wallet (Phantom or Solflare), fund it with at least 0.15 SOL, go to solana-token-creator.com, connect your wallet, fill in your token name/symbol/supply/decimals, upload a logo, choose your authority settings, and sign the transaction. Your token is live on mainnet in under 60 seconds.

Before You Start: What You'll Need

A Solana Wallet

Phantom, Solflare, or Backpack work well. Must be a browser extension wallet, not a mobile-only app.

At Least 0.15 SOL

Covers the 0.1 SOL platform fee plus network transaction fees and on-chain account rent.

Your Token Details

Name, symbol, total supply, and decimals. Have these ready before starting — it's faster than deciding as you go.

Tip: Write down your token name, symbol, total supply, and whether you want to revoke authorities before you start. The form takes two minutes to fill in when you know what you want. It takes twenty when you're deciding on the fly.

The 7 Steps

1

Set Up Your Solana Wallet

If you don't already have a Solana wallet, install Phantom (phantom.app) or Solflare (solflare.com) as a browser extension. Follow their setup wizard, create a new wallet, and write your seed phrase on paper — not in a notes app, not in a screenshot, on actual paper stored somewhere safe.

Once set up, you'll need to fund it with SOL. Buy SOL on a centralised exchange like Coinbase, Kraken, or Binance and withdraw to your wallet address. The whole process takes 10–30 minutes depending on the exchange verification delays. See our wallets guide for more detail on wallet options and security.

2

Decide Your Token Parameters

Four decisions to make before you open the form:

  • Name & Symbol: Keep the symbol short — 3–5 characters is standard. Longer works but looks odd in wallet UIs.
  • Total Supply: This is permanent if you revoke mint authority. Community tokens often use 1B–1T. Project tokens are typically smaller — 100M or less. There's no right answer, but once it's locked, it's locked.
  • Decimals: 9 is the Solana default and works for most cases. Use 6 for stablecoin-style tokens. Use 0 for tokens that should never be split (governance NFT-style). See our decimals guide.
  • Authorities: Will you revoke mint authority (locks supply)? Freeze authority (removes freezing power)? Most projects should revoke both. Keep update authority initially if you might want to change metadata later.
3

Connect Your Wallet

Go to solana-token-creator.com/create-token/ and click Connect Wallet. A popup will appear from your wallet extension asking you to approve the connection. This is safe to approve — it only allows the site to see your wallet address and request transaction signatures. No funds move during connection. Make sure you're on mainnet, not devnet or testnet.

4

Fill in the Token Form

Enter your token name, symbol, supply, and decimals. Then, optionally:

  • Upload a logo — PNG or JPG under 1MB, ideally square (500×500px). Tokens without logos look abandoned in wallet UIs and DEXs. It makes a real difference to how your token is perceived.
  • Add a description — A short sentence about what the token is for. This appears in on-chain metadata and on explorers.
  • Add social links — Twitter, website, Telegram. These are stored on-chain in your metadata and appear on Solscan. They cost +0.1 SOL and are worth it if you're building a real project.
5

Configure Your Authorities

This step matters more than most people realise. Solana tokens have three authorities that control what can change after creation:

Mint AuthorityAllows minting more tokens. Revoke this to lock your supply permanently. Holders can verify the revocation on Solscan, which is important for trust.
Freeze AuthorityAllows freezing individual wallet accounts, preventing them from moving tokens. Almost no legitimate project needs this. Revoking it signals decentralisation.
Update AuthorityAllows changing the token's name, symbol, and logo. Keep this initially if you might update branding, revoke when you're happy with the metadata.

Full detail in our authority management guide.

6

Review and Sign

Before submitting, you'll see a summary showing your token name, symbol, supply, decimal count, which authorities you're revoking, and the total fee breakdown. Read it — this is your last chance to catch a typo in your symbol or a decimal mistake. When you're satisfied, click the create button and approve the transaction in your wallet. Solana transactions confirm quickly — usually within 30 seconds.

7

Verify Your Token On-Chain

Once confirmed, you'll receive your token's mint address. Copy it and search it on Solscan.io to confirm everything deployed correctly. Check that:

  • The supply matches what you set
  • The decimals are correct
  • Revoked authorities show "null" on the explorer
  • Your logo and metadata appear correctly

Your full token supply is already in the wallet you used to create it. From here, the next step for most projects is creating a liquidity pool so your token can be traded.

What to Do After Creating Your Token

Creating the token is step one. Here's what most projects tackle next:

Create a Liquidity Pool

Tokens aren't tradeable without liquidity. Add a SOL/TOKEN or USDC/TOKEN pool on Raydium or Orca. Our liquidity guide walks you through it.

Get Listed on Jupiter

Jupiter is Solana's main swap aggregator. Once you have a liquidity pool, your token becomes discoverable there automatically within a few hours. Read our Jupiter listing guide.

Build Community

A token with no community is just a database entry. Twitter/X, Telegram, and Discord are standard starting points. See our token marketing guide.

Get an Audit

For serious projects, a third-party audit gives holders confidence. Our audits guide explains what's available and what it costs.

Understand the Full Cost

Know what you're paying before you start. See the complete cost breakdown including network rent and optional extras.

Compare Token Creators

If you're evaluating platforms, our ranked comparison of the best Solana token creators lays out the differences honestly.

Frequently Asked Questions

How long does it take to create a Solana token?
The on-chain deployment takes 30–60 seconds after signing. Filling in the form takes 2–5 minutes if you have your parameters ready. Budget 10 minutes total for your first token.
How much SOL do I need?
Minimum around 0.12–0.15 SOL: the 0.1 SOL platform fee plus network fees and account rent. Optional extras like social link metadata or authority revocations cost +0.1 SOL each.
Can I change my token after creating it?
If you kept update authority, yes — you can update the name, symbol, description, and logo. If you revoked it, the metadata is permanent. Supply is permanent once you revoke mint authority. The mint address never changes.
Does my token automatically appear in Phantom after creation?
Yes — the full supply will be in your connected wallet immediately. Phantom detects it automatically. Other wallets may require you to manually add the token mint address.
How do I make my Solana token tradeable?
Create a liquidity pool on Raydium or Orca. This pairs your token with SOL or USDC and allows others to buy and sell it. Once a pool exists, Jupiter and other aggregators pick it up within a few hours.
What is the difference between creating a token on devnet vs mainnet?
Devnet uses fake SOL (free from a faucet) and tokens have no real value — it's for testing. Mainnet tokens are real, use real SOL, and are visible to the public. Always test on devnet first if you're unsure about your settings.
Ready to go?

Create Your Solana Token Now

Everything you just read, done for you in one form. Connect your wallet and you're 60 seconds away.

Create Token