Skip to main content

I. Feature Overview

The “Deposit Records” page displays a complete log of members’ on-chain deposits of digital assets. It helps merchants promptly confirm settlement status, verify deposit paths, and serves as an important reference for incoming funds. By combining blockchain monitoring with the internal membership system, this module ensures deposit data is transparent, real-time, and traceable—making it a key entry point for crypto inflows.

Deposit Record Fields

Each deposit record contains the following key fields:
FieldDescription
RecipientUnique identifier of the member making the deposit
TokenThe cryptocurrency deposited by the user and the corresponding blockchain network
AmountThe deposited asset amount, recorded based on the actual transferred amount
From/To AddressSender and recipient addresses used in the deposit transfer
TXIDBlockchain transaction ID; you can copy it to a blockchain explorer to view details
StatusConfirming / Completed / Failed

II. Deposit Process Description

Address Allocation Each member is assigned a unique MPC wallet deposit address. Supports different addresses by coin/network to ensure a clear and identifiable deposit path. Initiating a Deposit The member initiates an on-chain transfer from an external wallet, sending cryptocurrency to their assigned deposit address. Settlement Confirmation If the transaction meets the required conditions (e.g., confirmation count threshold, deposit amount above the minimum), the system automatically validates it and updates the member’s total assets.
On-chain deposits are irreversible. Ensure users transfer funds only to the correct system-assigned address to avoid asset loss.