How to Use a Provably Fair Checker to Verify a Match Result Yourself
"Provably fair" gets slapped onto crypto games like a trust badge you're meant to take on faith. That's backwards. The point is you trust nobody: you run a provably fair checker and confirm the result yourself, with math.
How does provably fair work?
It's a commit-reveal scheme. Before the round, the operator makes a secret server seed, hashes it, and shows you only the hash. A hash is one-way, so nobody can work backward to the seed. That's the commitment, and the function underneath is usually SHA-256, standardized by NIST.
Three inputs decide the outcome:
Server seed, committed as a hash up front and revealed after.
Client seed: yours, so the house isn't the only party touching the result.
Nonce ticks up each round like a counter, so one seed pair never repeats.
The game hashes those together and maps it to an outcome. Chainlink covers the commit-reveal pattern (updated February 2026), and its guide to provably fair randomness spells out the check: revealed server seed plus client seed plus nonce, same hash, compare.
The provably fair algorithm, walked through
Here's the gamingtec worked example, trimmed:
- Before the round, the platform publishes a hashed server seed, your client seed, and nonce
0. - You play.
- After the round, it reveals the raw server seed.
- Glue them together: server seed, client seed, nonce.
- Hash that yourself, then check it against the pre-round hash and the outcome you got.
Match on both? The result was locked in before you acted. That's provably fair verification, no tool required, though third-party checkers exist if you'd rather paste and click.
What a fairness proof does NOT do
A passing check proves one round's randomness wasn't altered after commitment. It does not delete the house edge. As Crypto Daily put it in July 2026, it's "a transparency tool, not a shortcut around the odds." It says nothing about whether an operator will actually pay out, and it gives you no power to predict the next result. Anyone selling a provably fair "system" to win is selling you nothing.
Stellarch: re-run the whole match, not one hash
Stellarch runs a deeper version of the same idea. Combat resolves through a seeded-RNG engine, so an entire match replays byte-identically from its seed. Same teams, same mana cap, same ruleset, same winner, every time. Instead of checking one hash, you re-run the whole match and watch the identical outcome play out, Fighters and all.
Straight talk: Stellarch is in closed alpha with a waitlist. Provably-fair play and replay verification are live and checkable today. Earning tokens and crypto withdrawals are not switched on, so it's no cash-out. No wallet or download needed to try, either. Email or Google sign-in works right in the browser. Want to poke at a replay yourself? Join the waitlist for early access.
Frequently Asked Questions
What is a provably fair checker?
The verification step, done by hand or with a small tool, that re-runs the game's hash over the revealed server seed, your client seed, and the nonce, then confirms it matches the result you saw. Match means the round wasn't changed after you played.
Can a provably fair game still have a house edge?
Yes, and this trips people up. Provably fair only proves a round's randomness wasn't tampered with. The house edge is separate, baked into the rules. A game can pass every fairness check and still be built to profit over time.
Does verifying a result help me win?
No. A fairness proof confirms nothing was rigged after the fact. It gives you zero ability to predict or steer the next outcome, and it doesn't remove the odds. If someone promises otherwise, they're lying.