Skip to main content

How to verify game outcomes

Updated over a month ago

Commitment Scheme in provably fair

  1. Initial Commitment: When a game is initiated, both the player and the operator generate a commitment. The commitment is hashed and is kept a secret to prevent tempering.

  2. Playing: The game proceeds as planned, with both parties aware of each other's commitments but not the secrets they conceal.

  3. Reveal and Verify: After the game has ended, reveal any hashed values to obtain the original secret values so that you can verify the results.

How do we reveal and verify the game outcomes?

The goal here is to reveal the secrets of the bets and verify them.

Step 1: Open the round modal and click on rotate pair

Step 2: Input your desired next client seed and click change. This will commit the new client seed and new server seed for the next round.

Remember to complete any existing games before changing.

Step 3: Close the provably fair modal and return to the round model. For that particular round you played you would notice that the server seed has been unhashed and revealed to you. The Client Seed and Nonce for the round does not change.

Step 4: Verify your bet. Click Verify to proceed

Step 5: As you notice, by inputting the Client Seed, Server Seed, and Nonce of the round played, you get the same output as the original round result shown.

Did this answer your question?