The Wallet Management module is used to manage project-level wallets. Each App (project) can have one or more wallets. The wallet is the core unit for fund aggregation and operations.

Page Overview

Wallet List Table

FieldDescription
wallet_idUnique wallet identifier (copyable)
DescriptionDescription of the wallet’s purpose
AppThe project the wallet belongs to
StatusNormal (green) / Disabled (red)
Created AtTime the wallet was created
Updated AtTime of the last update
ActionEdit button

Operation Guide

Add Wallet

1

Click the 'Add' button

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

Fill in wallet information

  • wallet_id (required): Unique wallet identifier
  • App (required): Select the project it belongs to
  • Description (required): Description of the wallet’s purpose
3

Confirm submission

Click OK to complete the creation.

Edit Wallet

1

Click the 'Edit' button

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

Modify information

You can modify the description and status. The App cannot be modified after creation.
3

Save

Click OK to save the changes.

Permission Requirements

FeatureSuper Admin (1)Other Roles
View wallet listYesNo
Add walletYesNo
Edit walletYesNo

Notes

After a wallet is disabled, the associated deposit addresses and transaction functions will be affected. Confirm before proceeding.
The wallet’s wallet_id is referenced widely in the system (the deposit records, transfers, and other modules all show the wallet name). It is recommended to use a meaningful description for easy identification.