Skip to content
Open J Tools

Token Management

These tools work on a token that already exists. Once your mint is live, this is where you fix its details, add to the supply, collect the transfer tax a Token-2022 mint has withheld, remove some from circulation, revoke its authorities or freeze holder accounts. Most of them lean on a token authority, so it helps to know how those work first: see Authorities explained.

Explore the tools in the app →

ToolWhat it doesFeeBest for
Update MetadataEdit the name, symbol, image or descriptionPaidFixing a typo or swapping the logo while you still hold the update authority
Token MintMint more supply to a wallet you choosePaidAdding to the supply when the launch needs more tokens and mint authority is still live
Token-2022 Tax CollectorSweep the transfer tax withheld in holder accounts to your treasuryPaidCollecting a Token-2022 transfer fee while your wallet is its withdraw authority
Token BurnerPermanently destroy tokens from a walletFreeRemoving tokens from circulation, no authority needed since it spends your own balance
Revoke MintFixes the supply so no one can mint morePaidFixing supply while keeping freeze or update for later
Revoke FreezeRemoves the power to freeze holder accountsPaidProving on-chain that you can’t freeze anyone
Revoke Update AuthorityMakes the name, symbol and image permanentPaidOnce the metadata is final and you’re done editing
Make ImmutableRevokes mint and freeze and locks the metadata in one stepPaidA finished SPL token where every authority should go at once
Freeze AccountBatch-freezes holder accounts for a mintPaidStopping the holders you select while you still hold freeze authority
Unfreeze AccountBatch-thaws frozen holder accountsPaidRestoring accounts you froze earlier

Exact fees are on the Fee schedule.

Authorities and what they unlock

#authorities-and-what-they-unlock

An authority is the key that lets a specific change happen on-chain, and revoking one is permanent. Three of these tools depend on one, and one does not.

ToolWhat it needsNotes
Update MetadataUpdate authorityLost the moment you revoke update authority. Edit before you lock.
Token MintMint authorityLost the moment you revoke mint authority. Supply becomes fixed.
Token-2022 Tax CollectorWithdraw authority of the transfer feeScanning needs no authority. If the withdraw authority is revoked, the withheld tax can never be collected.
Token BurnerJust your balanceNo authority required. You can burn tokens you hold unless the token account is frozen.

When you are finished editing and minting, the revoke tools above remove the mint and update authorities so holders can trust the token. Revoke & Freeze explains which one to use. To read what each authority controls in plain terms, see Authorities explained.

A common order of operations

#a-common-order-of-operations
  1. Create the token

    Mint it with Token Creator or one of the other launch tools.

  2. Get the details exactly right

    Fix any typo or swap the logo with Update Metadata. Mint extra supply with Token Mint if the launch needs it.

  3. Lock it down

    Once everything is final, revoke the authorities so buyers see a fixed token. See Revoke Update Authority, Make Immutable, and the rug-proof guide.

#related