Course contents
What 'Provably Fair' Actually Means
Provably fair means the casino locks in each result with a SHA-256 hash before you bet, then hands you the tools to verify any roll yourself afterward.
Provably fair means the casino cryptographically locks in each game result before you bet, then gives you the tools to check it afterward. If the result had been altered after your wager, the check fails. You don't have to take the casino's word for it. You run the proof yourself.
That's a genuinely different promise from 'trust us, we're audited.' Traditional online casinos ask you to believe their random number generator behaves, based on a lab certificate you'll never see the inside of. A provably fair game hands the receipts to you, one bet at a time. The trade-off is that you have to actually check, which is exactly what this course teaches you to do.
How does provably fair actually work?
The mechanism is called a commitment scheme. Picture the casino writing tonight's dice roll on a card, sealing it in an envelope, and handing you the envelope before you play. After the roll, you open it. If the card matches the result, nothing was swapped mid-game. Online, the envelope is a hash: a mathematical fingerprint of the casino's secret number. The casino shows you the fingerprint up front and reveals the secret later, so you can confirm they match.
Why can't the casino just pick a secret that beats you? Because you contribute your own ingredient, called a client seed, after the fingerprint is published. The result comes from mixing the casino's number with yours. The casino committed first, blind to your input, so it can't steer the outcome toward the house any more than the envelope trick allows.
You'll mostly see provably fair on a casino's original games: dice, crash, mines, plinko, and similar simple titles built in-house. Big-studio slots and live dealer tables usually can't offer it, because their game logic runs on the studio's servers. Those games rely on lab-certified randomness instead, which a later lesson compares in detail.
A worked example you can picture
Say a dice game commits to the secret number 481,516 by publishing its fingerprint, a long string like 9f2c...d41a. You bet that the roll lands over 50. The game mixes 481,516 with your client seed and produces a roll of 72.4. You win. Later, the casino reveals 481,516. You run it through the same fingerprint function, and out comes 9f2c...d41a, character for character. That match is the whole proof: the number that decided your roll existed, unchanged, before you ever clicked bet.
Change even one digit of the secret, and the fingerprint changes completely. That's the property that makes faking a match computationally impossible. A casino that wanted to swap results after the fact would need a different number producing the exact same fingerprint. With modern hash functions, nobody on earth can find one. The function most games use for this is SHA-256, the same one securing Bitcoin, and the next lesson unpacks how it works.
What a provably fair badge proves, and what it doesn't
- It proves the result wasn't altered after you placed your bet.
- It proves your own input, the client seed, influenced the outcome.
- It doesn't prove the game pays well, the casino is licensed, or your withdrawal will actually arrive.
- It doesn't change the house edge, which lives in the payout rules, not in the randomness.
Notice how narrow that list is. Provably fair is a randomness guarantee, nothing more. It's a strong guarantee, arguably the strongest a casino can offer, but it answers exactly one question: was this result decided honestly?
The mistake people make is treating the badge as a full trust certificate. It isn't. A provably fair dice game can sit on a site with predatory bonus terms and a cashier that stalls withdrawals. The proof covers one narrow, important thing: the randomness wasn't rigged. Everything else about judging a casino, licensing, terms, track record, needs its own check, and later lessons in this course cover each one. For the short standalone version of the mechanism, read provably fair explained.
A provably fair badge means the results are tamper-proof, not that the game is a good deal. The house edge is built into the payout table, and no amount of verified randomness removes it. Verify the fairness, then judge the odds separately.
Frequently asked questions
Can a provably fair casino still cheat the results?
Not on the randomness itself. The casino publishes a hash of its secret number before you bet, and you add your own client seed after that commitment, so the casino can't steer the outcome. Faking a match would require finding a different number that produces the exact same fingerprint, which is computationally impossible with modern hash functions like SHA-256. What provably fair can't stop is bad behavior elsewhere, such as predatory bonus terms or stalled withdrawals.
How can I verify a provably fair game result myself?
Before you bet, the game publishes a fingerprint (hash) of its secret number. After the round, the casino reveals that secret. You run the revealed number through the same fingerprint function and compare: if the output matches the published hash character for character, the number that decided your result existed unchanged before you clicked bet. Changing even one digit of the secret would produce a completely different fingerprint, so a match is the whole proof.
Why can't the casino just pick a secret number that beats me?
Because the result comes from mixing two ingredients: the casino's secret number and your own client seed. The casino must publish the fingerprint of its number first, before it knows your input. Since it committed blind to your contribution, it can't choose a secret that steers the outcome toward the house any more than a sealed envelope handed over before the game would allow.
Are all casino games provably fair?
No. Provably fair mostly appears on a casino's original games built in-house, such as dice, crash, mines, and plinko. Big-studio slots and live dealer tables usually can't offer it because their game logic runs on the studio's own servers. Those games rely on lab-certified randomness instead, where you trust an auditor's certificate rather than running the proof yourself.
Does provably fair mean the game has better odds?
No. Provably fair is purely a randomness guarantee: it proves the result was locked in before your bet and wasn't altered afterward. It does not change the house edge, which lives in the payout rules rather than in the randomness. A game can be verifiably tamper-proof and still be a poor deal, so verify the fairness and judge the odds separately.
Is a provably fair badge enough to trust a casino?
No. The badge answers exactly one question: was this result decided honestly? It proves the outcome wasn't altered after your bet and that your client seed influenced it. It does not prove the game pays well, the casino is licensed, or your withdrawal will arrive. A provably fair game can sit on a site with predatory bonus terms, so licensing, terms, and track record each need their own check.
Finished this lesson?
Mark it complete to track your progress.