What’s live (devnet)
All four use 0.10% bin-step pools. See Live markets for full pubkeys.
Planned markets
Continuum’s targeted launch is TradFi-only. No crypto markets - the constant-product invariant doesn’t add value over an actual perp DEX for crypto pairs.Indices
- SPX (S&P 500 raw index)
- NDX (Nasdaq-100 raw index)
- FTSE 100
- DAX
- Russell 2000
Equities
- NVDA (Nvidia)
- AAPL (Apple)
- TSLA (Tesla)
- GME (GameStop)
- AMC (AMC Entertainment)
- META (Meta)
- AMZN (Amazon)
- GOOGL (Alphabet)
Commodities
- XAG (Silver)
- WTI (Crude oil)
- BRENT (Brent crude)
- HG (Copper)
Forex
- EUR/USD
- USD/JPY
- GBP/USD
- USD/CHF
- Pyth feed quality - does Pyth publish a reliable feed on Solana for this asset?
- Liquidity targeting - index ETFs first (deepest external arb), single equities second, commodities and FX third.
- Operator capital - each market needs ~$100K–$500K of LP seed; capital is finite.
Mainnet path
Going from devnet to mainnet is gated on:
Mainnet launch will be single-market, invite-only, with a small initial OI cap. Expansion is observation-driven.
Features behind feature flags
Things that compile but are off:- MarginFi / Kamino flash-loan integration in the keeper. Off by default; enables larger arb trade sizes without keeper treasury. Mainnet-only since both protocols are mainnet-only.
- Idle-collateral yield deployment (
YIELD_ENABLED=false). The CLP can deploy idle vault balance into Kamino lending. Audit-gated. - L/S direct pool arb (
LS_POOLSenv var unset). Deprecated by single-side keeper mint/redeem. Stays disabled. - Multi-keeper coordination beyond basic primary/standby. Future addition for higher availability.
Features under design
- Governance activation. CNTM staking, listing votes, parameter votes. Program scaffold exists; on-chain wiring is the remaining work.
- User-supplied LP shares. For MVP the protocol is the sole LP. Re-enabling user LP requires restoring the
GlobalLPAccountstate and three deposit/withdraw/lockup instructions (still in git history). - Cross-market keeper coordination. Edge-weighted dispatching across operators.
- Vol-regime auto-tuning. Per-asset percentile calibration of the volatility thresholds (currently VIX-inspired heuristics).
- Re-anchoring. Periodically resetting a market’s constant-product anchor to spot keeps the convexity defense fresh - required before high-growth single-name listings open uncapped mint/redeem.
- Public arb-bot SDK. A TypeScript / Rust library for external arb bots, packaging the keeper’s spread-detection and execution logic.
What’s explicitly NOT planned
- Crypto markets. Use a real perp DEX.
- Funding rate. The constant-product NAV invariant replaces it.
- Liquidations. Paired positions are pre-paid.
- Margin / leverage. Synthetic leverage via external borrowing is fine; native leverage is out of scope.
- In-house AMM. Shipped in v2: native per-side CLMM books + committed orders are the live trading venue.
- Closed-source frontend. The official frontend will remain open-source.
Tracking progress
- GitHub roadmap project
- Discord #releases channel
- Twitter @ContinuumMkts for major announcements
See also
Live markets
What’s live on devnet today.
Listing flow
How a market gets added.

