SolDevHub

How to Create a Token on Solana (Step-by-Step Guide)

Creating a token on Solana is one of the fastest and cheapest ways to launch a crypto project. Whether you're building a meme coin, utility token, or experimenting, this guide walks you through everything.

What is a Solana Token?

Solana tokens (SPL tokens) are digital assets created using the Solana token program. They can represent currencies, governance rights, NFTs, or utility within applications.

Step 1: Connect Your Wallet

You need a Solana wallet like Phantom. This wallet signs all transactions and pays small network fees.

Step 2: Choose Token Details

  • Name (e.g., MyToken)
  • Symbol (e.g., MTK)
  • Decimals (usually 6 or 9)
  • Total Supply

Step 3: Add Metadata

Metadata helps wallets display your token properly. This includes:

  • Logo
  • Description
  • Website / links

Step 4: Create the Token

Once everything is set, confirm the transaction. Your token is deployed instantly on-chain.

Optional: Revoke Authorities

You can remove mint and freeze authority to make your token immutable and increase trust.

Tip: Revoking mint authority ensures no new tokens can ever be created.

Common Mistakes

  • Setting incorrect decimals
  • Minting too large supply
  • Forgetting to revoke authority

Create Your Token Instantly

You can skip all manual steps and use our tool to create a token in seconds.

Looking for more? Visit the full documentation.