Skip to main content

How can I verify the fairness of a Box opening?

A
Written by Admin

How can I verify the fairness of a Box opening?

Our unboxing system is powered by provably fair technology, allowing you to independently confirm every result.

Here’s how it works:

Before each game starts, we generate a server seed (a random string). We then show you the hashed version of this seed — the server hash — proving the seed was generated before the game and cannot be changed afterward.

You can set your own client seed (your personal random string) and send it to us.

The final result — a number between 0 and 1,000,000 — is calculated using:

- The server seed

- Your client seed

- A nonce — a counter that starts at 1 and increases with every unboxing or spin.

After the game, you can verify that the server seed used matches the server hash you were shown beforehand. This confirms the integrity of your result.

To maintain fairness, we rotate the server seed after every unboxing, resetting the nonce to 1 for each round.

Did this answer your question?