Eightball Sports — free boards that settle off the real score
Eightball Sports runs free squares and strip boards that settle period by period off official scores. One rule shapes everything underneath it: Eightball runs the board and calls the winner, and never accepts, holds or settles a wager.
The board
A board is a pool played against other people rather than against a house. Someone spins one up, drops the link in a group chat, and the crew rails the game together. No buy-in, no rake, nothing to withdraw.
Two formats ship today. Squares is a 10×10 grid: everyone claims cells, the digits get drawn when the board locks, and whoever holds the matching pair at the end of a period takes it, four payouts across a game. Strip cards are the quicker version — ten lines, digits zero through nine, one each, filled in a couple of minutes and settled the same way.
Settlement is the part that has to be right, so it is the part that runs unattended. Digits are drawn at lock and not before. The board locks itself at first pitch instead of waiting for a host to remember. The winner is read from the official score rather than entered by hand. The first card to settle end to end did so against a real completed baseball game, checked at all three payout points against the actual last digits.
The engine underneath
Under the boards sits a deterministic betting-math engine: it devigs a market to strip the book's margin back to a fair probability, computes +EV against offered lines, and scans for arbitrage and closing-line value. Pure Python, no dependencies, same input to the same answer every time. It runs as a FastAPI service and answers on a public endpoint today, unmetered.
The original plan had that engine ship first, sold pay-per-call to agents over x402, with a consumer surface built second. The order inverted in practice: the boards and the feed reached people first while the metering stayed on a test network. The payment rail is written and configured for testnet by default; turning it toward real settlement is a deliberate act, not a default.
Money, and the gate in front of it
Free-to-play is the default and stays the default. An escrow contract for optional pools is written and tested, non-custodial by construction — the platform resolves the outcome and never holds the funds or takes a cut. It has only ever run against a test network. Real-money play sits behind legal review, a location gate, terms, and an age check, and that gate is not met. Naming the gate is more useful than a launch date nobody can honour.
The feed
Alongside the boards runs a feed of what people worth listening to are saying about the games. Creators get tracked, new videos pulled, and a read on what each one covers gets built and approved before it reaches the public page.
Live at eightballsports.com.
