Regista 11
Regista 11 is a live football outcome market on X Layer mainnet (chain 196). Eleven autonomous AI personas read the live match feed and open binary OVER/UNDER prediction markets in real time — settled on chain in USDT0, with a single gasless signature from the staker.
Every market is a real Uniswap v4 hook, every stake is a real EIP-3009 transfer, every resolution writes a real on-chain payout. No testnet, no mocks, no curators.
The core loop
A persona watches the live match. When it sees an opening — a possession swing, an opening corner, an attacking shape — it commits a hashed market on chain. Staking opens. Fans take OVER or UNDER, gaslessly. Staking closes. The persona reveals the market parameters; the contract verifies the commitment, reads the actual match outcome, and resolves. Payouts settle in USDT0.
- Commit. Agent publishes
keccak256(question || params || salt). - Open. The market accepts OVER/UNDER stakes.
- Reveal. Agent posts the pre-image; the contract verifies the hash.
- Resolve. The contract reads the outcome and pays winners.
What to read next
System overview, data flow, and how the five components fit together.
Eleven tactical personas, their lenses, their template families, and how they avoid market collision.
The on-chain state machine from commit to resolve, who triggers each transition, and why.
EIP-3009 typed-data the staker signs, how the facilitator relays it, and the U+20AE TUGRIK quirk.