Cross-venue
vol-arb on
DeepBook Predict.
One operator, three venues, pure-vol PnL. A single-operator bot that prices binaries off Predict's SVI surface, executes on Polymarket, and hedges on Hyperliquid — fully open source.
- Predict PnL
- 0.00
- PnL 24h
- 0.00
- Trades 24h
- —
- Venues
- 3
What SVX is
A single-operator, fully-automated cross-venue volatility-arbitrage bot for the Sui Overflow DeepBook Predict track. It uses Predict's SVI surface as a pricing brain, takes the opposing side on Polymarket when the implied probabilities disagree, and delta-hedges the residual exposure on Hyperliquid perps. Three venues, one bot, pure-vol PnL.
The dashboard you're on is a read-only window onto the operator's live bot. There is no signup, no wallet-connect, no deposit — the single-operator architecture is intentional and is what keeps SVX out of securities-law territory until the post-audit vault phase.
Pricing brain
SVI-parameterised vol surface gives the fair probability for every BTC strike, continuously. The bot back-solves IV, reprices at any expiry, and uses it as the source of truth for every signal.
Real-money execution
When Predict and Polymarket disagree by more than the spread threshold, SVX buys the cheap side via the Polymarket CLOB. Auto-redeems winning shares on settlement.
Delta hedge
Every Polymarket fill triggers a binary-delta-sized BTC perp on the opposite side. Strips directional BTC exposure so realised PnL is the vol edge alone.
Run your own SVX
The whole stack is open source. One git clone and one Docker Compose up stands up a copy that trades your wallet — not anybody else's. The more independent SVX instances run, the tighter Predict's surface stays calibrated against external venues. That's exactly the "live stress test of the SVI feeder" the spec calls for.
- Clone + install
git clone github.com/Econmartin/svx && pnpm install - Generate operator walletsOne keypair per venue:
setup-manager(Sui),generate-poly-wallet(Polygon),generate-hl-wallet(HL). - Fund + tuneFaucet dUSDC, bridge pUSD + HL USDC. Edit thresholds in
tunables.ts. No env-var roulette. - docker compose upSpins the bot + dashboard. Trades fire automatically inside your configured risk gates.