| id | Title | Status | Author | Description | Discussions to | Created |
|---|---|---|---|---|---|---|
| OIP-254 | Overtime Live Parlay Positioning AMM | Vote Pending | Danijel | Enable multi-leg live betting (parlays) on Overtime V2 via Chainlink-verified leg-by-leg execution | https://discord.gg/thales | 2026-01-21 |
This OIP proposes adding Live Betting Parlays to Overtime V2. Users will be able to compose a parlay from multiple live legs and execute it using the existing Live Betting flow, with verification performed by Chainlink oracles. This improves UX (single action for multiple legs) and would be one of the first fully on-chain protocols to offer live parlays.
Overtime V2 already supports live single-leg betting via LiveTradingProcessor + Chainlink verification, resulting in an on-chain ticket created by SportsAMMV2.tradeLive(...). This OIP extends the same architecture to support parlay live trades, by:
requestLiveParlayTrade) alongside existing single requests.LiveTradingProcessor, which executes the full parlay atomically via tradeLive using a TradeData[] array.Unlike singles, slippage is checked on the total parlay quote, not per-leg slippage, because the user experience is based on the overall payout expectation.
Implementation is provided in:
Live markets make up the majority of sportsbook volume globally. Overtime V2 already addresses the unique challenges of live trading on-chain (implicit latency, dynamic risk, sport-dependent delays) by using on-demand Chainlink verification.
Adding live parlays is the natural next step:
Copyright and related rights waived via CC0.