Token Management
The Token Management console gives you full administrative control over your deployed assets.
Accessing the Console
Navigate to Dashboard > Manage Tokens and select the token you wish to administer.
Core Functions
Supply Management
Mint
Issue new tokens to any whitelisted address, up to the global cap. Requires isMintable to be enabled at deployment.
Burn
Destroy tokens from your own wallet to reduce circulating supply. Requires isBurnable to be enabled.
Revoke
Force-transfer tokens from a target wallet for compliance scenarios (lost keys, court orders). Requires isRevocable.
Compliance and Whitelisting
The Whitelist is the gatekeeper of your token.
| Action | Description |
|---|---|
| Add Investor | Input a wallet address to allow it to hold and trade your token |
| Set Lockup | Optionally set a release time when adding an investor |
| Remove (Ban) | Removing an address freezes their balance |
Transfer pausing
A global "Pause" switch to freeze all transfers is available for tokens deployed with the Pauser role configured.
Update Metadata
Depending on the token configuration, you can update off-chain details like the project description, website URL, or logo through the Token Management console.