The Chain Management module manages the blockchain networks supported by the system. Each chain has key information such as name, RPC endpoint, and withdrawal address.

Page overview

Chain list table

FieldDescription
Chain nameBlockchain network name (e.g. Ethereum, Tron, Base)
RPCRPC node URL
Withdrawal addressHot wallet address used to initiate withdrawals on this chain
StatusActive (green) / Disabled (red)
Created atCreation time
Updated atLast updated time
ActionsEdit button

How-to guide

Add a chain

1

Click the Add button

Click the Add button in the top-right corner of the page.
2

Fill in chain details

  • Chain name (required): e.g. Ethereum, Tron, Arbitrum
  • RPC (required): blockchain RPC node URL
  • Withdrawal address (optional): the hot wallet address used for withdrawals on this chain
3

Confirm and submit

Click Confirm to finish creating.

Edit a chain

1

Click the Edit button

Click Edit in the Actions column.
2

Modify information

You can change chain name, RPC, withdrawal address, and status.
3

Save

Click Confirm to save changes.

Permissions

FeatureSuper admin (1)Other roles
View chain listYes
Add chainYes
Edit chainYes

Notes

After disabling a chain, all deposit addresses on that chain will be unable to receive new transactions, and deposit/withdrawal functionality for related tokens will also be affected. Proceed with caution.
Before changing the RPC URL, make sure the new RPC node is available; otherwise on-chain data queries and transaction processing may fail.
Use a highly available RPC node service (such as Alchemy or Infura) to avoid delays in transaction processing caused by an unstable RPC.