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

  1. Open Toolther.

  2. Click Connect Wallet.

  3. Select your preferred wallet (Phantom, Solflare, Backpack, etc.).

  4. 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

  1. Go to Create Token page.

  2. 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.

  3. (Optional, only for Mainnet) Upload a logo and set metadata.

  4. 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

  1. Open your wallet (e.g. Phantom).

  2. Click Manage Tokens / Add Custom Token.

  3. Paste the token mint address (shown after creation).

  4. 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