The Token Management module is used to manage the cryptocurrency tokens supported by the system. Each token is linked to a chain and includes a contract address and deposit/withdrawal control switches.

Page Overview

Token List Table

FieldDescription
Token NameInternal name of the token (e.g., ETH_USDT, TRON_USDT, etc.)
ChainThe blockchain network the token is deployed on
Contract AddressSmart contract address of the token
Deposit EnabledYes (green) / No (red)
Withdrawal EnabledYes (green) / No (red)
Created AtCreation time
Updated AtLast update time
ActionEdit button

Operation Guide

Add Token

1

Click the 'Add' button

Click the “Add” button at the top right of the page.
2

Fill in token information

  • Token Name (required): e.g., ETH_USDT
  • Token (required): Token symbol, e.g., USDT
  • Chain (required): Select the blockchain the token is on
  • Contract Address (required): Smart contract address of the token
  • Deposit Enabled: Whether to allow deposits
  • Withdrawal Enabled: Whether to allow withdrawals
3

Confirm submission

Click OK to complete the creation.

Edit Token

1

Click the 'Edit' button

Click the “Edit” button in the action column.
2

Modify information

You can modify the token name, token symbol, and deposit/withdrawal switches. The chain and contract address cannot be modified after creation.
3

Save

Click OK to save the changes.

Permission Requirements

FeatureSuper Admin (1)Other Roles
View token listYesNo
Add tokenYesNo
Edit tokenYesNo

Notes

After disabling the “Deposit Enabled” or “Withdrawal Enabled” switch, users will no longer be able to perform the corresponding operation with the token. This is commonly used to urgently pause deposits/withdrawals for a token.
Once entered, the contract address cannot be modified. Make sure the entered address is the correct and verified contract address.
It is recommended to use the format {chain name}_{token} for the token name (e.g., ETH_USDT, TRON_USDT), so it is easy to identify in other modules.