証明可能な公平性

すべてのゲーム結果は数学的に検証できます

Interactive walkthrough

See the proof chain react in real time

Change the client seed or nonce below and watch the commitment, HMAC, and outcome update. Same inputs always recreate the same round.

ナンス 7
Each increment creates a brand new round, even with the same seeds.
Commitment hash

Published up front so the reveal can be checked later.

Derived round secret

This is the secret material the verifier recomputes from the same inputs.

Game HMAC

The HMAC is the deterministic fingerprint the game logic reads from.

Sample outcome

A single deterministic roll from the same seeds every time.

Why this matters

If you can reproduce the same outcome from the revealed data, the result was locked in before the round finished.

Live preview ready

公平性の仕組み

サーバーが生成

ベット前に秘密のサーバーシードを生成し、ハッシュを公開

あなたが参加

あなたのクライアントシードを加えて結果に関与

ゲーム実行

両シードとナンスを用いて結果を計算

結果を検証

自分で数学的に検証可能

サポートされているゲーム

すべてのゲームは、暗号的に安全な公平性が証明された検証を使用しています

33 証明可能な公平性の完全検証に対応したゲーム

RNG Games

Single random number determines outcome

10 games in this group
3 core verification patterns
HMAC → Float → Roll value
HMAC → First byte parity
HMAC → Crash multiplier curve
ダイス
HMAC → Float → Roll value
コインフリップ
HMAC → First byte parity
クラッシュ
HMAC → Crash multiplier curve
リンボ
HMAC → Target multiplier
ホイール
HMAC → Segment selection
ロケット
HMAC → Flight multiplier
ルーレット
HMAC → Number 0-36
スロット
HMAC → Reel positions
クラップス
HMAC → Two dice (1-6 each)
ライアーズダイス
HMAC → Dice set generation

なぜ公平性が重要か

完全な透明性

すべての結果を暗号学的に検証可能

信頼不要

数学が公平性を証明します

オープン標準

業界標準の暗号ハッシュに基づく

証明可能な公平性

すべてのゲーム結果は数学的に検証できます