Published on · Marcus Feldmann · 8 min read
Provably fair is a real, verifiable mechanism — but what it proves is narrower than assumed: that the result was not altered, not that it is favourable.
The mechanism in one sentence
In provably fair systems the result is computed from two components fixed before play begins: the operator's secret seed and the seed the player can see. The operator publishes the hash of the secret seed in advance; after the round it reveals the seed itself. If the published hash matches the hash of the revealed seed, the seed was not altered during the round.
The verification steps
- Before playing, note the hash of the server seed (shown in the interface as "server seed hash").
- Set the client seed yourself — most games allow this. That means the result is not in the operator's hands alone.
- End the session and rotate the seed; the operator reveals the old server seed.
- Compute the hash of the revealed seed with an independent tool and compare it with the initial hash.
- Recompute the result from the round number, both seeds and the published formula.
All five steps belong to the player and do not rest on the operator's good will. That is why the mechanism offers a genuine assurance — without having to trust the audit of a certified generator.
What it does not prove
| Question | Does provably fair answer it? |
|---|---|
| Was the result altered afterwards? | Yes |
| Was the seed fixed before the round? | Yes |
| What is the payout rate? | No |
| Is the house edge fair? | No |
| Will the operator pay out? | No |
That table is the core of the article. Provably fair proves the integrity of a single round, not the economics of the game. A game at 96 % can be provably fair and so can one at 88 % — and the second costs three times as much. The rate still has to be read; where it sits is in the article on the three numbers.
Difference from a certified RNG
In classic casino games the result comes from a generator tested by independent laboratories. The difference lies in where trust sits: with the auditor in a certified system, with the mathematics in provably fair. In practice both require an outside assumption — that the certificate was genuinely issued, or that the published formula is genuinely in use.
In both cases the same holds: results are independent, and claims about "hot machines" are equally baseless in either system. The psychological side is in the article on variable reward, the role of design in the article on design effects.
How pace and fees change when playing with cryptocurrency is covered together with budgeting in the article on sustainable play.