Manage your Solana Tokens
Mint additional tokens
Freeze or unfreeze token accounts
Transfer update, mint, or freeze authority — or revoke them entirely
Edit token metadata (name, symbol) if update authority is still active
Works with all SPL Token-2022 tokens created using Token Tool
Manage Solana SPL tokens FAQ
What can I do with the Manage Token?
What can I do with the Manage Token?
The Manage Token section lets you update token settings, mint new supply, freeze/unfreeze accounts, and revoke authorities using the SPL Token-2022 standard — all without writing a single line of code.
How do I mint additional tokens after launch?
How do I mint additional tokens after launch?
Click “Mint”, enter the amount and the recipient’s wallet address, then approve the transaction in your wallet. You must still hold the mint authority to do this.
What does “Freeze/Unfreeze” mean in SPL Token-2022?
What does “Freeze/Unfreeze” mean in SPL Token-2022?
Freezing a wallet prevents it from transferring tokens. This is useful for managing access, ensuring compliance, or protecting user funds. Unfreezing restores normal transferability.
What happens if I revoke mint authority?
What happens if I revoke mint authority?
Revoking mint authority permanently locks the token supply, preventing any additional tokens from being created. This is ideal for fixed-supply or deflationary token models.
Can I still update my token name or metadata after creation?
Can I still update my token name or metadata after creation?
Yes — unless you’ve revoked the update authority, you can edit metadata (e.g. name, symbol) via the “Edit Token” option in the Manage Token panel.
What does revoking freeze authority do?
What does revoking freeze authority do?
It disables your ability to freeze or unfreeze token holders in the future. This is often done to transition a token to fully decentralized or unrestricted usage.
What is the “update authority” in Token-2022, and should I revoke it?
What is the “update authority” in Token-2022, and should I revoke it?
Update authority allows you to change token metadata like name and symbol. Revoke it if you want to lock your token’s identity and prevent further changes.
Is this compatible with Solana mainnet and devnet?
Is this compatible with Solana mainnet and devnet?
Yes — Token Tool supports both Solana mainnet and devnet. You can manage test deployments or live production tokens depending on your selected network.
What token standard does Token Tool use on Solana?
What token standard does Token Tool use on Solana?
Token Tool uses SPL Token-2022, which extends the original SPL standard with advanced features like freezing, metadata control, and granular authority management.
Do I need to code or use CLIs to manage Solana tokens?
Do I need to code or use CLIs to manage Solana tokens?
Not at all. Token Tool offers a fully no-code interface to create, mint, freeze, and manage SPL tokens — everything is handled through an intuitive UI with wallet confirmation.