In the crypto world, Proof of Reserve (PoR) is essentially a digital receipt that proves an exchange actually has the money it says it does. It like a cryptographic audit that shows a platform is holding your assets 1:1, rather than secretly lending them out or spending them.
Though the idea had been circulating in crypto communities for some time, it only gained traction as a worldwide industry standard after the disastrous fall of FTX in 2022. Before it filed for bankruptcy, FTX was secretly moving billions in customer funds to its sister company, Alameda Research, for risky bets. When users tried to withdraw their money, the vault was empty. This bank run proved that trust wasn’t enough and that we needed verifiable math.
PoR is based on a data structure called a Merkle Tree. An auditor, or the exchange itself, begins by capturing a record of each user’s balance. These balances are then transformed into unique codes, known as hashes, and organized into a tree structure. This process continues until a single root code is generated.
You can use your own unique leaf in that tree to verify that your specific balance was included in the total, without seeing anyone else’s private data. Without PoR, a centralized exchange is a black box. You have no way of knowing if they are running a fractional reserve (keeping only a small fraction of deposits on hand). PoR shifts the power back to the user, moving the industry from “trust us” to “verify us.” It ensures that if every user decides to withdraw their funds at the same time, the exchange will not hesitate and will make it possible, as it has the necessary funds.