Game
reading the chain…
Game
reading the chain…
Game #103 · set #1
Full multi-decision blackjack as one sealed value tree.
One of 4 sealed trees behind Blackjack.
All-time
first round 37d ago · last 37d ago
How it's built
Infinite-deck blackjack expanded into a complete decision tree — every hit/stand/double (and, on the split tables, split and late-surrender) line, every dealer runout — with chance nodes carrying the deal probabilities and decision nodes carrying your choices. The contract's edge check applies to OPTIMAL play: the sealed root value is the game's worth to a perfect basic-strategy player, so the house edge holds even against the best possible opponent, and every deviation you make is yours. Mid-hand doubles and splits enter as stake-adding decision edges, which is why a blackjack round's stake can grow after it starts. The family spans sealed generations — the live table pays 3:2 on naturals and stands on 17; the first-cut 6:5 tree stays registered because the catalog is append-only.
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.
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.