Once your token is live, the token tools let you manage it on-chain. Which actions are available depends on the chain.

token management tools
Actions
- Mint / Burn — increase supply, or destroy tokens to reduce it.
- Freeze / unfreeze (Solana) — pause or resume transfers for an account.
- Revoke authority — permanently give up mint or freeze control to prove the token is decentralised.
- Update metadata (Solana) — change the name, symbol or image.
- Tax token & claim fees (Solana) — set a transfer tax and collect the fees it accrues.
- Token settings (EVM) — adjust the contract's configurable options.
Authority changes settle on-chain and are often irreversible — revoke mint or freeze rights only when you mean it.