Initializing...
Initializing...

One terminal.Every venue. Every edge.

One terminal.Every venue. Every edge.

HyperTerminal unifies Hyperliquid perps, Polymarket predictions, and Derive options under one Claude-powered AI copilot. Stop tab-switching. Start trading the spread between markets.

Trade perps, predictions, and options on one screen

Trusted by engineers at

Unified

three markets. one terminal.

Hyperliquid perps with builder-code routing. Polymarket predictions with relevance-ranked discovery. Derive options with multi-leg payoff math. One signature, one ticket, every venue.

CrossSight

find the divergence.

Our Web Worker engine scans perps, predictions, and options for cross-venue mispricings in real time. The Claude copilot reads your positions and tells you what to do next — out loud, in plain English.

Built by traders, for traders

HyperTerminal is built by people who trade derivatives daily and got tired of juggling six tabs to size a single position. Every pixel exists because we needed it ourselves.

  • Curated thesis blocks

    Tap into curated raw ideas from elite operators into programmable, real-time trading flows.

  • Combine perspectives

    Mutate, crossbreed, and stress-test strategies from Theses or pre-built agent Clusters until you get real-world results.

  • Backtest strategies

    Connect your wallet or CEX to simulate historical performance across multiple regimes to test structural integrity.

  • Granular analysis

    Deconstruct strategies into atomic decisions - entry, exit, conviction shift, risk allocation. zero in on what’s working, and why.

  • 30+ Curated LLMs

    Access a library of specialized reasoning models - each tuned to reduce equivocation and bias.

  • Monetize theses

    Get paid when users use your Theses – based on access, licensing, or performance.

This is just the beginning.

Live in V1

Perps, predictions, options, and an AI copilot — under one roof.

Built for traders who want one terminal that sees every market. No tab switching, no reconciling balances across exchanges, no copy-pasting positions to spreadsheets. Just trade.

CrossSight

V1.1 in Dev

Mobile touch UX, custom layouts, and per-venue freshness pills so you always know how stale your data is.

V2

Vibecode your own dashboard. Prompt the AI to build the chart you need.

Custom panels, custom charts, custom widgets — all from natural language, all wired to live cross-venue data. Your terminal, your shape.

BTC PERP × PM 200k

CrossSight 78. 3 venues. Updated 2s ago.

V3

Cross-venue auto-hedging.

Open a perp long on Hyperliquid, HyperTerminal auto-buys cheap downside protection on Derive. One signature, three venues, one delta-neutral position.

function crossSightScore(
  perp: PerpMark,
  pred: PolymarketProb,
  opt: OptionIV,
): Divergence {
  const implied = optionsImpliedProb(opt.strike, opt.iv, opt.expiry);
  const dPerpPred = Math.abs(perp.markBias - pred.yesProb);
  const dOptPred  = Math.abs(implied - pred.yesProb);
  const score = (dPerpPred * 0.6 + dOptPred * 0.4) * 100;

  return {
    score,
    venues: [perp.venue, pred.venue, opt.venue],
    edgeBps: score > 70 ? estimateEdge(perp, pred, opt) : 0,
    ts: Date.now(),
  };
}

function routeOrder(intent: TradeIntent): Promise<OrderResult> {
  const venue = pickVenue(intent.size, intent.urgency);
  return executeWithBuilderCode(venue, intent, BUILDER_BPS);
}

We ship, a lot.

The fastest way to trade derivatives across every venue.