Edit Tokens
Access prerequisites
- Permission (module):
manageToken - License/Feature:
MANAGE_TOKENS - Menu container: TOKENIZATION → Tokenization group → Manage Tokens → Edit icon on the row
What it is / when to use
Reuses the same form as Create Token, but in edit mode. Use it to adjust the commercial and operational configuration of an existing token (fees, toggles, integrations, display order, texts) without changing the asset's identity.
Prerequisites
- Permission:
manageToken(dual — CPM enum + module in DB). - License/Feature:
MANAGE_TOKENS.
Step by step
- In Manage Tokens, locate the token and click the Edit icon.
- Navigate through the sections and adjust the editable fields.
- Click Save and confirm in the modal.
Editable vs. locked fields
| Category | Editable? | Note |
|---|---|---|
| Ticker, Name, Network | No | Token identity; fields are disabled in edit mode. |
| Transaction type (tax_type) | No | Fixed at creation. |
| Contract address | No | Fixed at creation. |
| Supply, Initial price | No | Supply and photos/statistics are removed from the edit payload (saveToken). |
Exchange lock (exchange_lock) | No | Creation only, irreversible. |
| Fees, feature toggles, integrations, limits, pricing, texts, order | Yes | Re-converted to BigNumber on submission. |
Actions and modals
- Save: confirmation modal. The button is only enabled if something actually changed relative to the original state (
editValidate). - Cancel: asks for confirmation before discarding the changes.
Business rules / cautions
Attention
- Editing does not change the ticker, name, network, supply, or contract — to change the token's identity a new one must be created.
- Changes to fees and toggles take effect for new operations; they do not recalculate already settled operations.
- Financial values: BigNumber, no rounding.