SolanaDevnet

Token Manager

Manage an existing SPL token you control. Load any mint to inspect its live authorities and supply, then revoke authorities, mint more, or burn — each a single transaction you sign in your wallet.

Connect your wallet to run actions

You can look up any token without connecting. To revoke an authority, mint, or burn, connect the wallet that holds those rights using the button at the top right.

← Back to home

Manage an existing SPL token

The Token Manager is a control panel for any SPL token you already control on Solana. Load a mint to inspect its live on-chain state — current supply, decimals, token program, and both the mint and freeze authorities — then run the management action you need. You can revoke the mint authority to lock supply forever, revoke the freeze authority so holders can never be frozen, mint additional tokens to any wallet, or burn tokens from your own. Every action is a single non-custodial transaction you sign yourself, and actions stay disabled unless your connected wallet actually holds the matching authority.

Authorities, supply, and trust

Two authorities define how much control a token creator keeps. The mint authority can create new supply; revoking it produces a fixed, capped supply that no one can inflate. The freeze authority can lock holder accounts; revoking it guarantees tokens stay freely transferable. Many launches revoke both to signal a fair, trustless token — a state buyers can verify on any explorer. Use this tool to perform those revocations, to top up supply while you still hold mint authority, or to burn tokens. Revoking an authority is irreversible, so confirm the mint address and your intent before signing.

Frequently asked questions

What does revoking mint authority do?

It permanently fixes the token supply. Once revoked, no one — including you — can ever mint more of the token. This is a one-way action commonly used to prove a token has a hard, capped supply.

What is freeze authority and why revoke it?

Freeze authority lets a wallet lock holders' token accounts so they can't transfer the token. Revoking it guarantees holders that their tokens can never be frozen, which many traders look for in a trustworthy launch.

Can I mint more tokens after creating one?

Yes, as long as your wallet still holds the mint authority and it hasn't been revoked. The Token Manager lets the mint authority mint additional supply to any wallet address in a single signed transaction.

Do I need to be the authority to use this tool?

You can look up and inspect any token's live supply and authorities without connecting. To revoke, mint, or burn, you must connect the wallet that holds the relevant authority — actions stay disabled otherwise.

Related tools: Freeze & unfreeze, Holder Snapshot, or create a new token.