AXIOM CORE ENGINE v2.0

Re-Architecting
Market Microstructure

Real-time dealer GEX/DEX positioning, 0DTE flow intelligence, and SKILL conviction signals — powered by the AXIOM Open Architecture.

AXIOM TELEMETRY — LIVE
SPOT SPX5,642.18
GAMMA FLIP5,600.00

GEX (TOTAL)+$1.41B
DEX (TOTAL)-$2.08B
DIX41.2%

0DTE FLOW$893M
IV RANK28
P/C RATIO0.87
DIRECTIONAL BIAS
AXIOM ENGINE › scanning 0DTE chain
TRACKED UNDERLYINGS
47
OPTIONS CONTRACTS
1.2M+
GEX COMPUTATION LAG
<500ms
SIGNAL ACCURACY (90D)
71.4%
UPTIME SLA
99.9%

Everything the edge requires.

From raw options chain data to actionable dealer-positioning intelligence — the full stack.

Real-Time GEX/DEX Telemetry

Sub-500ms dealer gamma and delta exposure across all active strikes and expiries. Gamma flip levels updated tick-by-tick via DataBento OPRA feed.

GEX DEX LIVE
🎯

0DTE Flow Scanner

Intraday zero-days-to-expiry flow surveillance with net premium, directional bias, and Kelly-optimal position sizing integrated into the terminal.

0DTE KELLY PRO
🧠

SKILL Conviction Signals

ML-driven conviction scores from three independent signal generators — Fordge, Atlas, and Phantom — aggregated into a single actionable output.

FORDGE ATLAS PHANTOM
🏗️

AXIOM Open Architecture

The complete open-source GEX/DEX computation framework. Bring your own data source, run your own dealer-positioning math, extend with custom risk models.

OPEN SOURCE API

Your moat. Your math.

GEX, DEX, Vanna, and Charm are computed — not fetched. Pull the options chain, run the dealer-positioning math server-side, keep the alpha proprietary.

The AXIOM framework handles raw OPRA chain ingestion, Greek normalization, and notional GEX aggregation. You extend it — strike filters, custom OI weighting, multi-expiry roll logic, portfolio-level DEX netting.

// functions/app/feed.js — server-side GEX

function computeGEX(chain, spot) {
  const gexMap = {};
  
  for (const row of chain) {
    const sign = row.isCall ? -1 : 1;
    const gex = sign * row.gamma
      * row.oi * 100 * spot;
    gexMap[row.strike] = (gexMap[row.strike]
      || 0) + gex;
  }
  
  return {
    byStrike: gexMap,
    flip: findFlip(gexMap),
    total: sum(gexMap),
  };
}

Choose your access level.

Cancel anytime. Downgrade retains Free tier access instantly.

FREE
Open Framework
$0/mo
The open-source foundation.
  • AXIOM framework source code
  • 15-minute delayed GEX/DEX
  • API documentation + SDKs
  • Community Discord access
  • Education library
  • Real-time terminal
  • 0DTE flow scanner
  • SKILL signals
PREMIUM
Signal Intelligence
$199/mo
Full conviction signal stack.
  • Everything in Pro
  • SKILL conviction scores
  • Fordge signal feed
  • Atlas signal feed
  • Phantom signal feed
  • Historical backtesting engine
  • Custom alert webhooks
  • AXIOM engine / FIX/SOR
INSTITUTIONAL
AXIOM Engine
Custom
Full infrastructure + execution.
  • Everything in Premium
  • AXIOM Core Engine access
  • FIX/SOR execution integration
  • Multi-asset coverage
  • Dedicated infrastructure
  • 99.99% uptime SLA
  • Direct engineering access
  • White-label option