⚙️ Manage a Jetton
After creating a jetton, the TON INU dApp can provide owner-side management actions from the Jettons tool.
You can open the management area through:
If the connected wallet owns a jetton, the dApp can show a Manage action for that token.
Before you begin
Before managing a jetton, make sure that:
- you have a TON wallet connected
- you are connected with the jetton owner wallet
- you understand which actions are reversible and which are not
If the connected wallet is not the owner, the dApp explicitly blocks management actions.
What the management page shows
The jetton management page begins with the token summary, including:
- jetton name and symbol
- total supply
- decimals
- description
- image
- jetton address
If the connected wallet is the owner, the page can show multiple management panels.
Updating jetton metadata
The Update section allows the owner to change public metadata such as:
- name
- symbol
- description
- image URL
Use this when you need to improve or correct the public presentation of the token.
Minting more supply
If the jetton is still mintable, the dApp can show a Mint section.
This lets the owner specify an amount and mint additional jettons.
Minting changes the token supply, so it should only be done intentionally.
Burning held supply
The Burn section allows the connected owner wallet to burn jettons it currently holds.
This action is only available when the connected wallet has a positive balance of that jetton.
If the wallet does not hold any jettons, the dApp shows a warning instead of the burn form.
Locking jettons
The Lock section lets the owner create a token lock directly from the jetton management flow.
From here, the owner can:
- choose the amount to lock
- choose the unlock date and time
- open the existing public locker page for that jetton
This is useful when the next step after creating or managing a jetton is to publish a visible lock.
Ownership actions
If owner controls are available, the management page can show an Ownership section.
From there, the owner can:
- change jetton ownership to another admin address
- renounce ownership entirely
Renouncing jetton ownership is irreversible. After ownership is renounced, the jetton can no longer be modified through owner-only actions.
Availability of actions
Not every jetton will show every management action at all times.
The dApp decides what to show based on things like:
- whether the connected wallet is the owner
- whether the jetton is mintable
- whether the connected wallet holds any supply to burn or lock
Planning notes before making changes
Before using any management action, check:
- whether you are connected with the correct owner wallet
- whether the amount you plan to mint, burn, or lock is correct
- whether the metadata changes are ready for public display
- whether an ownership change is really necessary
- whether an ownership renounce decision is final and intentional