▌ GitHub radar

11 AI agents open live football betting markets

A team built 11 autonomous AI agents that watch live football matches and open real-money prediction markets on blockchain in real time — each agent plays a different tactical position and opens markets based on what's actually happening on the pitch.

01winsznx/theeleven 708TypeScript

Theeleven deploys eleven AI personas — each representing a football tactical role like regista, striker, or defender — that track live match events such as possession swings, shot patterns, and foul intensity, then automatically open binary over/under prediction markets on OKX's X Layer blockchain. The core innovation is PropMarketHook, a custom Uniswap v4 hook that implements commit-reveal binary markets entirely on-chain and prevents liquidity provision by design. Users stake USDT0 with a single EIP-712 signature, gas is covered by a relayer — and the system also exports MCP tools so other AI agents can interact with the markets programmatically.

Why a vibe-coder should care

It shows that AI agents can run a financial product end-to-end with minimal human oversight — the agents watch the game, decide which markets make sense, and open them without an operator pressing any buttons. Built as a hackathon entry for OKX's X Cup ahead of the 2026 World Cup, it has 100% test coverage on the core contracts and is live on X Layer mainnet.

Open on GitHub →