OBVERSE
00:00
01

Commit

The server generates a random seed and publishes its SHA-256 commitment.

02

Contribute

A browser-held client seed and increasing nonce enter the round digest.

03

Resolve

Game-specific deterministic math maps the digest to the visible outcome.

04

Reveal

The server seed is disclosed so the complete record can be recomputed.

VERIFICATION MODELSHA256(serverSeed + ":" + clientSeed + ":" + nonce + ":" + game)

This development model has not been independently audited or certified as provably fair. Server seed reveal occurs with the outcome in this single-node prototype.