Quickstart
Create Your First Token
This guide will walk you through creating a token on Solana using Toolther in just a few minutes. No coding or command-line tools required.
Step 1. Connect Your Wallet
Open Toolther.
Click Connect Wallet.
Select your preferred wallet (Phantom, Solflare, Backpack, etc.).
Approve the connection request.
Step 2. Select the Network
Devnet — test network for experiments (no real SOL required).
Mainnet — the production network where your token will exist permanently.
Note: On Devnet, metadata and logos are not uploaded to the Solana Token List. Your token will still work, but only with the basic parameters (name, symbol, decimals, supply).
Tip: Start with Devnet to test everything before deploying to Mainnet.
Step 3. Create the Token
Go to Create Token page.
Enter the basic parameters:
Name — full name of your token (e.g. "Bonk Token").
Symbol — ticker (e.g. "BONK").
Decimals — usually
9(standard for Solana tokens).Supply — total number of tokens to mint.
(Optional, only for Mainnet) Upload a logo and set metadata.
Click Create and confirm the transaction in your wallet.
Step 4. Manage Authorities
After creation, you can configure permissions:
Mint Authority — allows minting new tokens.
Freeze Authority — allows freezing/unfreezing token accounts.
Update Authority — allows editing metadata.
For security, we recommend revoking unused authorities after setup.
Step 5. Import Token into Your Wallet
Open your wallet (e.g. Phantom).
Click Manage Tokens / Add Custom Token.
Paste the token mint address (shown after creation).
Your token will now appear in the wallet.
What’s Next?
Add your token to Solana Token List
Create a liquidity pool on Raydium or Orca
Manage token authorities
Congratulations! You’ve just created your first token on Solana using Toolther.
Last updated