Provably Fair 🔍
Every drop is decided before the bird falls — the animation just replays a result that was already locked in. Here's how you can check it yourself.
- 1Commit
Before a round we generate a random
serverSeedand show youSHA-256(serverSeed)up front. We can't change the seed afterwards without breaking that hash. - 2Drop
For round
nonce, the path hash isSHA-256(serverSeed:nonce). The first 12 bytes' low bits become 12 left/right decisions — the bin is how many went right. - 3Reveal & verify
When we rotate the seed we reveal the old
serverSeed. Paste it below with any nonce and recompute the exact same path. Demo dopamine (Golden Hour, Second Wind, bumps) is derived from the same hash and never changes the landing bin.
Verify a drop
Paste a revealed server seed and a nonce to redraw the path.
Entertainment demo · virtual points only. Phase 3 will move this on-chain (commit-reveal) on Robinhood Chain.