“Provably fair” is a system some crypto casinos use to let you check, after a game has finished, that the result was not tampered with. It borrows a simple idea from cryptography: the casino commits to a secret in advance, then reveals it afterwards, so you can prove it did not change that secret once it saw your bet. This guide explains how that works in plain language, and, just as importantly, what it does not promise.
The problem it tries to solve
On an ordinary online casino, the random numbers that decide each round are generated on the operator’s servers, where you cannot see them. You are asked to trust that the software is fair and that a third party has tested it. Provably fair systems try to replace some of that trust with something you can verify yourself, using maths rather than a promise.
The three ingredients
Most provably fair games combine three pieces of information:
- The server seed. A secret random value the casino generates. Crucially, before you play, the casino shows you a hash of it, a scrambled fingerprint, rather than the value itself. A hash cannot be reversed to reveal the original, but the same input always produces the same hash.
- The client seed. A value from your side, which you can usually view and change. Because you influence it, the casino cannot know the final result in advance and cannot pick a server seed to force a predetermined outcome.
- The nonce. A counter that increases by one with each bet, so the same pair of seeds produces a different result on every round.
How you verify a result
The important part is the order of events. The casino publishes the hashed server seed before you bet, which locks it in. You place your bets, and each outcome is calculated from the server seed, your client seed and the nonce combined. When you finish, or when you rotate to a new seed, the casino reveals the original, unhashed server seed.
Now you can check two things for yourself. First, run the revealed server seed through the same hash function and confirm it matches the fingerprint you were shown at the start. If it matches, the casino could not have swapped the seed after seeing your bets. Second, feed the server seed, your client seed and the nonce into the same formula the game used, and confirm it reproduces exactly the results you saw. Most provably fair casinos provide a built-in verifier, and independent third-party verifiers exist too, so you are not forced to rely on the operator’s own tool.
What it proves, and what it does not
Provably fair proves integrity of the outcome: that a specific result was fixed by inputs including one you helped choose, and was not altered after the fact. That is genuinely useful, and it is more transparency than a typical online casino offers.
It does not do several things, and this is where players are most often misled:
- It does not remove the house edge. A provably fair game can still be built with whatever edge the operator likes; fairness of the process is separate from the odds of the game. See our note on the house edge.
- It does not improve your chances of winning or change the long-run expectation, which remains a loss.
- It does not prove the casino is licensed, solvent, or that it will actually pay your withdrawal. Those depend on licensing and payout reliability, which is why they weigh far more heavily in our reviews than any single feature.
Using it in practice
If you want to rely on provably fair, note the hashed server seed before you play, keep a record of your client seed and the nonce, and use the verifier after a session rather than taking the label on trust. A casino that offers the feature but makes verification awkward is worth less than one that makes it easy to check.
For a short definition, see the glossary entry on provably fair, and to understand how we weigh features like this against licensing and payouts, read our review methodology. Provably fair or not, gambling carries risk and a built-in house edge, so only ever stake what you can afford to lose. Our responsible gambling page is there if you need it. This guide is educational and not financial or gambling advice; you must be 18 or over.