Continuum’s MVP runs on devnet. The path to mainnet and the planned market roster:Documentation Index
Fetch the complete documentation index at: https://continuum-ec12e897.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What’s live (devnet)
| Market | Asset | Live since |
|---|---|---|
| QQQ | Nasdaq-100 ETF | Apr 2026 |
| SPY | SPDR S&P 500 ETF | Apr 2026 |
| XAU | Gold spot | Apr 2026 |
| VXX | VIX short-term futures ETN | Apr 2026 |
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 ~500K of LP seed; capital is finite.
Mainnet path
Going from devnet to mainnet is gated on:| Gate | Status |
|---|---|
| Security audits | 🟡 In progress (Sec3 / OtterSec / Neodyme - at least one before launch) |
| Devnet stability under load | 🟡 ~4 weeks of devnet stress testing |
| Bug bounty program | 🟡 Live before mainnet |
| Multisig migration of upgrade authorities | 🟡 Squads (≥3-of-5) for upgrade authority + separate multisig for CLP authority |
| Conservative initial OI caps per market | ✅ Pattern set on devnet |
| Pyth feed availability for every targeted asset | 🟡 Pre-flight check per market |
| Gradual rollout (invite-only first market) | ✅ Plan agreed |
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).
- Custom per-bin DLMM weights. The keeper currently uses Meteora’s
CurveBalancedshape; custom weights from fee distribution history would be strictly better but require a new CLP instruction. - 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. Meteora DLMM is the 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.

