Game
reading the chain…
Game
reading the chain…
Game #99 · set #1
Punto banco with the third-card tableau sealed exactly — and no sucker pricing.
One of 6 sealed trees behind Baccarat.
All-time
first round 42d ago · last 29d ago
How it's built
Standard punto banco: two hands dealt by fixed rules, the third-card tableau encoded exactly as chance nodes — there are no decisions, so the tree is pure chance and the root is a straight probability-weighted sum. Each side (Player, Banker, Tie) is its own sealed tree carrying its own stake ceiling: the ~2× Banker book seats the biggest stakes and the ~10× Tie the smallest, because the per-round risk cap binds on the top multiplier. The live tables run the classic payouts (even-money Player, 19:20 Banker, 9.4:1 Tie) sealed at their natural edges under the operator band grant — the Tie in particular prices far better than the ~14% house take it carries in a physical casino. The first-cut band-top trees stay registered as frozen history.
Build one yourself — the SDK seals any distribution the edge band admits.
Sealed on-chain
These numbers are read from the sealed tree itself, not from this site's copy of it. Sealing is one-way: the contract verified the optimal-play return against its edge band once, and the tree has been immutable since — every round below settled against exactly these words.
The committed game tree
The whole game as the contract holds it, reconstructed from the sealed on-chain words at render time. Hover any node: green-filled nodes are chance (the seed decides), outlined nodes are decisions (you decide), colored endpoints are payouts. This object is what was submitted for edge-checking — the contract never learned the rules, only this shape.
Recent rounds
Each round's roll is re-derived from the revealed seed on its channel's proof page — nothing here is read from a private database of outcomes.