When donations open, every donation, verification and payout event on Dev Bhoomi Bachao will be hashed and folded into a Merkle tree, with the tree's root anchored on the XRP Ledger. The records below are sample events from our testnet demonstration of exactly that mechanism. Paste an event ID below — your browser recomputes the proof itself, using WebCrypto, with no server in the loop. You don't have to trust us; you can check the math.
Each donation, verification or payout is hashed with SHA-256 into a "leaf" — a fixed-length fingerprint. Change one rupee, one character, and the fingerprint changes completely.
All the leaves in a batch are paired up and hashed together, again and again, until a single "Merkle root" remains — one fingerprint for the whole batch.
That root is written into a public XRP Ledger transaction. Your browser re-does the folding from the event's fingerprint and checks it lands on the same root that's on-chain — not on a claim we make, on math you can rerun.