Chat with us, powered by LiveChat
banner bg

Latest Reserve Ratio

Reserve Ratio = Funds on the platform / Funds of users. A reserve ratio higher than or equal to 100% means that the platform is fully funded.

BTC reserve ratio
--
ETH reserve ratio
--
USDT reserve ratio
--
Merkle root hash
Bitunix adopts a Merkle tree to prove that it holds a 1:1 reserve on all users' assets. A Merkle root hash is published with each audit of the data for users to verify their assets.
Learn more
Verify my assets
Bitunix provides a simple and intuitive verification portal and open-source tools to help you easily verify your assets
How to verify my assets?

Frequently asked questions

What is Proof of Reserve (PoR)?

Proof of Reserve (PoR) is an audit program that proves to users and the public that the deposits match their balances through cryptographic proofs, wallet ownership checks, and repeat audits.

What is a Merkle Tree?

Merkle Tree is a cryptographic tool primarily used to efficiently verify data integrity. It is able to consolidate large amounts of data into a single hash value. This hash value is known as the Merkle Tree Root, which is an encrypted field that is generated based on the aggregation of all the information entered. As a result, the user can verify the contents of a particular “sealed” dataset through the Merkle tree. In Bitunix's Proof of Reserve, we use Merkle trees to prove that individual user account assets are held 1:1.

How do we prove and verify user assets through Merkle trees?

To prove that Bitunix holds all user assets at a 1:1 ratio, we constructed and implemented a Merkle tree and allowed users to verify their assets within the platform.In Bitunix Proof of Reserve, each Acct node at the bottom of the Merkle tree represents an individual account, and each account's balance and account name will be encrypted and computed once by SHA256, and the resulting hash value is then calculated again with the neighboring hash value, and so on, layer by layer, to finally get the root of the Merkle tree. If users want to verify whether their personal assets are intact in the platform, they only need to follow the steps of hash calculation of their own account first, then find the location in the tree and the neighboring nodes, and then calculate the hash layer by layer upward until finally reaching the root of the tree calculated by the user. If the root of the tree calculated consistent with the official result, then it proves that the reserve is complete and error-free, that is, the platform has stored the user's funds intact.