KAIROS ROSCETTA STONE

Institutional WebSocket Data Dictionary (v7.5_mega_2665k)

Welcome to the KAIROS_DATA_DICTIONARY. This document serves as the "Rosetta Stone" for institutional clients connecting to our live execution gateway via ws://api.kairossignal.com:8090/ws.

Every signal broadcast through our WebSocket contains a zlib-compressed, base64-encoded JSON payload representing our physical-compute engine's entire state at the exact millisecond of the signal trigger. Below is the mapping for the 128D state_128d embedding array.

The Payload Schema

When you subscribe to channel:*:omni, you will receive streams matching this structure:

{
  "type": "SIGNAL",
  "asset": "BTCUSDT",
  "direction": "BUY",
  "price": 94250.50,
  "confidence": 0.825,
  "xgb_win_probability": 0.881,
  "regime": "BULL_TRENDING",
  "ev_pct": 2.45,
  "state_128d": "[BASE64_GZIP_STRING]",
  "timestamp_utc": "2026-03-10T14:30:00Z",
  "model_version": "v7.5_mega_2665k"
}

The 128D `state_128d` Vector Mapping

The state_128d array is a 128-element Float32 vector ingested directly by our XGBoost Kernel. To decode it, un-base64 the string, decompress via zlib, and map to a Float32 array. The indices represent:

Execution Veto Logic

A signal is ONLY broadcast if it survives the 12-stage sieve. Our primary ML quality filter is the XGBoost kernel:

KAIROS Sovereign Intelligence • Institutional Operations • VER: 144.6.0-MISSION-READY