What does “provably fair” actually mean?
It's one of the most-used phrases in crypto gambling, and one of the least explained. Here's what it really means, how the math behind it works, and how to check it yourself on Duel.com instead of taking anyone's word for it.
The short version
Provably fair is a cryptographic method that lets a player prove, after the fact, that a casino did not (and could not) alter a game's outcome once the bet was placed. It replaces “trust us” with math anyone can check.
How a normal online casino works
At a typical online casino, outcomes come from a random number generator running on the operator's own servers. You place a bet, the server picks a result, and you see what you got. The catch: you have no way to confirm that result wasn't adjusted in the casino's favor before it reached you. Reputable licensed casinos get their RNGs independently audited, but that audit happens periodically, in the past — it doesn't prove anything about the specific round you just played.
How provably fair fixes that
Provably fair systems are built around a “commit-reveal” pattern:
- 1. Commit — before you place a bet, the server generates a secret value (a “server seed”) and publishes only its cryptographic hash. A hash is a one-way fingerprint: easy to generate from the original value, practically impossible to reverse. This locks the server into a result it can no longer change.
- 2. Combine — your bet's outcome is calculated from that hidden server seed combined with a client seed (often one you can set yourself) and sometimes a public, independently generated random value. Duel.com's Originals lean on the second approach, drawing on public randomness beacons (the drand network) alongside the seed pair — a value nobody, including Duel, controls or can predict in advance.
- 3. Reveal — after the round, the server publishes the original seed. You (or a verifier tool) hash it and confirm it matches the hash published before you bet. If it matches, the result was calculated exactly the way the system claims, and it wasn't possible to have secretly picked a different, less generous outcome after seeing your bet.
How to verify a Duel.com round yourself
You don't need to write any code. Duel.com (like most provably fair operators) exposes the seeds and hash for each bet in your bet history, plus a verifier page that recalculates the result for you. The steps are the same regardless of which casino you use: grab the round's server seed, client seed and nonce, run them through the stated hashing/RNG method, and confirm the number you get back matches what was shown on screen. If it doesn't match, that's a red flag worth reporting; if it does, the round was exactly what it claimed to be.
Worth pairing with the house edge
Provably fair only answers “was this round rigged?” — it says nothing about how good the odds are to begin with. For that, see how Duel Originals get to a 0% house edge in the first place — or read our full Duel.com review for the complete picture.
Duel.com questions, answered
Is provably fair the same as licensed and regulated?+
No. A license means a regulator has approved the operator; provably fair is a separate, math-based guarantee that a specific game round wasn't altered after the bet was placed. The two are complementary, not interchangeable — a provably fair game can still be offered by an unlicensed operator, and a licensed casino can run games that aren't provably fair at all.
Can a casino cheat a provably fair game?+
Not without it being detectable. Because the server commits to its result before you bet and reveals the proof afterward, changing the outcome after the fact would produce a hash that doesn't match the commitment — anyone checking would see the mismatch immediately.
Do I need technical knowledge to verify a round?+
Not really. Most provably fair casinos, Duel.com included, provide a built-in verifier page where you paste the seeds and hash and it checks the match for you. Understanding the concept matters more than knowing how to run the hash function by hand.
Does provably fair mean the odds are good?+
No — it only proves the result wasn't tampered with, not that the odds favor you. A provably fair game can still carry a high house edge. That's a separate question from fairness, which is why Duel.com's near-0% edge on Originals and its provably fair system are two distinct claims worth checking separately.
See it in action
Play a round on Duel.com and pull up the verifier yourself — it takes less time than reading this page did.
Go to Duel.com ↗This page explains provably fair gambling in general and how Duel.com describes its own implementation. It is maintained by fans and is not written or audited by Duel.com — always verify claims against the casino's own documentation before relying on them.