Provably fair

Verify any bet yourself

Before every bet, HoodPot shows a commitment — the SHA-256 hash of a secret server seed. After the bet, the seed is revealed. Paste both here: this page recomputes the hash and the outcome in your browser. Nothing to trust — check the math.

roll = sha256( server_seed : client_seed : nonce ). The first bytes of that hash map to the outcome — coinflip reads bit 0, dice/limbo read a 32-bit integer, plinko reads one bit per row. Same inputs → same result, every time. If sha256(server_seed) matches the commitment, the seed wasn't swapped after you bet.