⚠️ LAST CHANCE: 0.1 SOL CREATE COIN FEE (BACK TO 0.2 SOL IN 24H)

How to create your Solana Token

Step-by-step guide to launch your own meme coin or utility token on the Solana network without writing any code.

Before you start:

Make sure you have a Solana wallet (like Phantom or Solflare) installed and funded with a small amount of SOL to cover the network creation fees (approximately 0.1 SOL).

1

Basic token info

Token Name

This is the full name of your token (e.g., "Launch Meme"). It should be memorable and clearly represent your project. The name is permanently recorded on the blockchain.

Token Symbol

A short ticker for your token (e.g., "LMEME"). Usually between 3-5 uppercase characters. This is what will appear on exchanges and charts.

2

Decimals and Supply

Determine the divisibility and total number of tokens that will ever exist.

  • Decimals — How many decimal places your token can be divided into. We recommend 9 for standard meme coins, 5 for utility tokens, and 0 if you are creating a whitelist token or NFT-like asset.
  • Total Supply — The maximum amount of tokens that will be minted. A common supply for meme coins is 1 Billion (1,000,000,000).
3

Token Authorities (Revoke)

For a token to be trusted by the community and listed on decentralized exchanges like Raydium, you typically need to revoke your administrative rights.

  • Revoke Mint — Prevents anyone (including you) from ever creating more tokens. Essential for a fixed supply.
  • Revoke Freeze — Prevents the creator from freezing holders' wallets. This is mandatory for creating a Raydium liquidity pool.
  • Revoke Update — Locks the token metadata (Name, Symbol, Logo) permanently.
4

Launch!

Once you have reviewed your details, click the Launch Token button. Your wallet will prompt you to approve the transaction. After a few seconds, your token will be live on the Solana mainnet!