Skip to content
testnet
paper
Sui Overflow ’26

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
all time
PnL 24h
0.00
rolling
Trades 24h
awaiting
Venues
3
Predict · Poly · HL
Live overview

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

DeepBook Predict (testnet)

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

Polymarket (Polygon mainnet)

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

Hyperliquid perps (mainnet)

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

single-operator · MIT

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.

  1. Clone + install
    git clone github.com/Econmartin/svx && pnpm install
  2. Generate operator wallets
    One keypair per venue: setup-manager (Sui), generate-poly-wallet (Polygon), generate-hl-wallet (HL).
  3. Fund + tune
    Faucet dUSDC, bridge pUSD + HL USDC. Edit thresholds in tunables.ts. No env-var roulette.
  4. docker compose up
    Spins the bot + dashboard. Trades fire automatically inside your configured risk gates.
CONNECTINGtestnet