Skip to main content

How is Standard gamemode fair?

Information about how Standard gamemode is provably fair

We use a provably fair system to ensure that game outcomes cannot be manipulated.

How the System Works

  • Before each game:
    The server generates a random server seed and publishes only its hash (the server seed hash).

  • During the game:
    The game outcome is determined by combining the server seed with the game ID.

  • After the game ends:
    The server reveals the original server seed.

Verification Process

You can verify the fairness of any game by following these steps:

  1. Hash verification:
    Confirm that the SHA-256 hash of the revealed server seed matches the pre-published server seed hash.

  2. Outcome verification:
    Use the verification tool to independently calculate the game outcome using the revealed server seed and the game ID.

If both checks match, this proves that the game outcome was predetermined and not manipulated.

Why Wait for the Server Seed?

The server keeps the actual server seed secret during the game and only reveals it after the game ends. This prevents anyone, including the operator from knowing the outcome in advance, while still allowing full verification once the game is complete.

Did this answer your question?