Skip to content
Duel Originals

Fairness

Provably fair for Originals

A practical overview of cryptographic commitments used by many Originals — written for verification literacy, not marketing.

The commitment idea

Before you bet, the server typically publishes a hash of a secret server seed. You may set a client seed. Each bet increments a nonce. The triple deterministically maps to the game result.

After seed rotation, the server reveals the raw server seed. You check that hash(serverSeed) matches the earlier commitment, then recompute outcomes.

What it proves

Integrity of generation under the stated algorithm. It does not prove platform solvency, withdrawal reliability, or positive expected value.

Next steps

Read the full guide on how provably fair works and pair it with RNG basics.

Frequently asked questions

Related