Skip to content
Open J Tools

Launch a token

This guide takes a Solana token from idea to live and tradable. You mint it, finalize the metadata, revoke the authorities that worry holders, and open a pool. A wallet-list airdrop is optional at the end. Each step is its own tool, linked below.

If you only want the fastest possible mint, the Quick start covers that in five minutes.

Explore the tools in the app →

FROM IDEA TO A LIVE TOKEN

  1. Prepare name, symbol, supply and logo
  2. Create the token token-creator
  3. Check the metadata, fix it if needed update-metadata
  4. Revoke the authorities cannot be undone make-immutable
  5. Open a liquidity pool create-lp
  6. Airdrop to holders optional multi-sender
  7. Your token is live and tradable

Before you start

#before-you-start
  • A connected wallet (how to connect).
  • Enough SOL for network fees, platform fees, and account rent across several transactions. Launching is more than one signature, so keep a buffer.
  • Your token’s name, symbol, decimals, supply, and a logo image ready to upload.

The launch path

#the-launch-path

Work top to bottom. Each step hands off to the next, and most are optional once the token exists, so stop wherever your launch calls for it.

  1. Create the token

    Open the Token Creator, fill in name, symbol, decimals, and supply, then upload your logo and a short description. Sign once and the mint is live in your wallet.

    Open Token Creator in the app →

    Need transfer fees or other on-chain behavior? Use the Token-2022 Creator instead. A transfer fee collects in your holders’ token accounts, and Token-2022 Tax Collector sweeps it to your wallet later.

  2. Check and fix the metadata

    Make sure the name, symbol, image, and socials read exactly the way you want on-chain. If anything needs a fix, use Update Metadata while you still hold the update authority.

    The next step makes this permanent, so get it right here first.

  3. Revoke authorities

    Use Make Immutable to revoke all three token authorities at once. The token authorities page breaks down what each one controls and why holders check.

    Revoke authorities in the app →

  4. Add liquidity

    Open a pool with Create LP so people can trade your token against SOL or a stablecoin. Pick a DEX, set the amounts, and review the fee summary before you sign. The pool is what makes the token buyable on-chain. You do not have to open it here: the token is yours the moment it mints, and you can take the mint address to any platform. New to how pools work? See DEXes and liquidity for the basics. On a concentrated pool (Raydium CLMM, Meteora DLMM, Orca Whirlpool), the swap fees your position earns wait until you collect them with LP Fee Claim.

    Create a pool in the app →

  5. Airdrop to holders (optional)

    Seeding a community or rewarding early supporters? Multi Sender sends your token to a list of wallets in batches. Paste the addresses and amounts, review, and sign. Skip this step if you only want the pool.

    Open Multi Sender in the app →

Pick your order carefully

#pick-your-order-carefully

The sequence above is the common one, but the timing of the revoke step is a real decision.

Revoke authorities first, then open the pool. Buyers who check the mint see a fixed token from the moment trading opens. This is the most trust-forward order and the one most launches use.

The tradeoff: once authorities are gone, you cannot mint more supply or edit metadata. Be sure everything is final first.

Next: make it rug-proof

#next-make-it-rug-proof

The launch path above gets you live. To see which token authorities matter most and what holders look for before they buy, read the deeper rug-proof token walkthrough.