Skip to content

Edit Tokens

Access prerequisites

  • Permission (module): manageToken
  • License/Feature: MANAGE_TOKENS
  • Menu container: TOKENIZATION → Tokenization group → Manage TokensEdit 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

  1. In Manage Tokens, locate the token and click the Edit icon.
  2. Navigate through the sections and adjust the editable fields.
  3. Click Save and confirm in the modal.

Editable vs. locked fields

CategoryEditable?Note
Ticker, Name, NetworkNoToken identity; fields are disabled in edit mode.
Transaction type (tax_type)NoFixed at creation.
Contract addressNoFixed at creation.
Supply, Initial priceNoSupply and photos/statistics are removed from the edit payload (saveToken).
Exchange lock (exchange_lock)NoCreation only, irreversible.
Fees, feature toggles, integrations, limits, pricing, texts, orderYesRe-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.