ManyLoot

Provably Fair

Every box opening is cryptographically verifiable. You can confirm we didn't manipulate any result.

How it works

  1. Server seed — we generate a secret random seed and show you its SHA-256 hash before you play. We can't change it after committing the hash.
  2. Client seed — you control this value. Change it anytime.
  3. Nonce — a counter that increases by 1 with every box you open.
  4. The rollroll = HMAC_SHA256(server_seed, client_seed:nonce), with the first 8 hex characters mapped to a number in [0, 1). That number selects the prize from the box's weighted loot table.
  5. Reveal — when you rotate your seed, we reveal the old server seed so you can re-compute every past roll and confirm its hash matches.

Log in to see and manage your personal seeds.

🔍 Verify a roll

Paste a revealed server seed, the client seed and nonce to recompute the roll yourself.