Skip to content
Duel Originals

Guide

How Provably Fair Works

Learn server seeds, client seeds, nonces, commitments, and how to verify that a round result was not altered after the fact.

~8 min readUpdated 2026-08-06

Commitment Scheme

A typical flow: the server commits to a secret server seed by publishing its hash. You contribute a client seed. A nonce increments each bet. The combination deterministically maps to the game outcome.

After rotating seeds, the raw server seed is revealed so you can confirm the earlier hash and recompute outcomes.

What Verification Proves

Verification shows the outcome matched the committed seeds. It does not prove a game is +EV, nor that a platform is financially safe.

Common Mistakes

Changing client seeds for “luck” does not improve RTP.

Failing to verify the hash of a revealed server seed misses the point of the commitment.

Frequently asked questions

Parent pages

Sibling guides

Related guides

Related games

Calculators