Embed a full trading engine with one iframe. S2S wallet callbacks, five-wall risk management, and white-label dashboards.
Drop the iframe into your casino. One tag, operator branding auto-applied.
Wire S2S callbacks - every bet, win, and settlement syncs to your wallet.
Players trade prediction markets. Your branding, your wallet, your house edge.
Architecture
Iframe app renders inside your casino. S2S callbacks keep wallets in sync. Two admin dashboards give full visibility to both Predictu and operators.
Casino Site
└─ <iframe src="predictu-app">
├─ PostMessage ↔ parent
├─ Branding Injector
└─ Trade Executor
├─ Spread Engine
├─ Risk Engine (5 walls)
└─ Wallet Adapter
└─ S2S Callbacks
├─ BET_MAKE
├─ BET_WIN
├─ BET_SELL
└─ BALANCEUnder the hood
Dynamic casino-edge pricing with exposure-aware widening
5-wall defense: per-trade, market, category, global, circuit breaker
Atomic buy/sell with 12-step pipeline and auto-rollback
Settle all positions on market resolve, auto-payout winners
Every S2S callback audited - type, amount, response, trail
One interface - routes all balance ops through S2S callbacks
5-metric composite score, auto-restrict sharp bettors
Liquidity floors, price gates, blocked categories, custom spreads
API Reference
Request schemas, response shapes, error codes, and examples for every endpoint.