ZKE uses a Merkle tree-based proof-of-reserves system, allowing every user to independently verify that their assets are fully included in the platform's reserves, achieving true "visible security."
At a specific time, the platform extracts all users' account balances along with anonymized account identifiers as "leaf nodes" at the base of the Merkle tree.
The leaf nodes are paired and hashed together,层层汇总向上,最终生成唯一的“根哈希”,它代表了全站用户的负债总和。
The "total liabilities" represented by the Merkle root is compared with the platform's publicly disclosed "on-chain total assets." As long as assets ≥ liabilities, 100% full reserves are proven.
Go to the official website and log into your ZKE trading account.
Find "Wallet/Assets" in the top navigation bar and click "Asset Audit" from the dropdown menu.
The page will display the latest reserve snapshot batch. Expand the details to view your specific asset snapshot at that time.
The system will provide your Record ID and Merkle leaf node hash. You can use third-party open-source code or local tools to independently verify that your funds are included in the root hash.