← Back to ROBINBOOB

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.

  1. 1
    Commit

    Before a round we generate a random serverSeed and show you SHA-256(serverSeed) up front. We can't change the seed afterwards without breaking that hash.

  2. 2
    Drop

    For round nonce, the path hash is SHA-256(serverSeed:nonce). The first 12 bytes' low bits become 12 left/right decisions — the bin is how many went right.

  3. 3
    Reveal & 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.