Guide
Provably Fair Games Explained
Short answer
Provably fair lets you check a single result yourself, without trusting the casino. It is a real guarantee about a narrow thing, and it is routinely sold as a guarantee about everything.
The problem it solves
In an ordinary online casino you cannot verify a result. The random number generator runs on the operator's or the studio's servers, and your assurance comes from an independent testing laboratory that audited it and a regulator that licenses it. That is a real chain of accountability, but it is a chain of institutions rather than something you can check yourself.
Provably fair replaces the institutional check with an arithmetic one for a single round. The site commits to its randomness before you bet, in a way that cannot be changed afterwards, and gives you enough afterwards to prove it did not change.
How the mechanism works
Three values are involved. The server seed is generated by the site and kept secret during play; you are shown only a hash of it, which is a one-way fingerprint. The client seed comes from you, either chosen or generated by your browser. The nonce is a counter that increments with each bet.
The result of a round is computed from all three combined. Because you hold the client seed, the site cannot know the outcome in advance without also controlling your input. Because you were given the hash first, the site cannot swap its server seed afterwards: when it later reveals the seed, you hash it yourself and check it matches the fingerprint you were shown before you played.
Change your client seed and the server seed is rotated, a new hash is published, and the old one is revealed for checking. That rotation is the moment verification is actually possible, and most players never trigger it.
What it proves, and what it does not
It proves that a specific round's outcome was fixed before you bet and was not altered after. That is worth having and it is genuinely checkable.
It does not prove the game is fair in the sense most people mean. The house edge is unaffected: a provably fair dice game with a two percent edge still has a two percent edge, verifiably. It says nothing about whether the site will pay you, whether the odds it offers are good, or whether the operator is licensed and solvent. And the guarantee covers only the games built this way, which in practice means the site's own instant games. Third-party slots and live tables in the same lobby run on the studio's servers under the usual laboratory certification, whatever the homepage says.
How to actually check one
The verification is only real if you do it, and doing it takes a few minutes. Set your own client seed before playing rather than accepting the default. Play, then rotate the seed to force the server seed to be revealed. Take the revealed seed and the hash you were given, and hash the seed with an independent tool rather than the casino's own verifier. If the two match, the commitment held.
A site that does not let you set your own client seed, or that does not publish the algorithm used to turn the three values into a result, is not offering a verifiable system. It is offering the word provably.
The short version
Provably fair is a narrow, real cryptographic guarantee that one round was not tampered with after you bet. It is not a substitute for a licence, for testing certification, or for reading the terms on withdrawals. Treat it as one good property a casino can have, not as the reason to trust one.
Before you act on this
You must be of legal gambling age where you live — 18 in most markets, 19 or 21 in others. Gambling is entertainment, not a way to make money, and everything here assumes you are staking money you can afford to lose. Check the rules in your own market first, and set deposit and time limits before you play.
Terms this guide uses
Definitions for the terms above, so nothing here depends on a word you have to guess.