Perfect—that’s the right move. I’ll integrate the volatility proxy logic cleanly into the main paper and attach the API details as a separate addendum.
Argus-MCP is a market context engine designed to observe global financial signals and derive actionable regime information for crypto trading systems.
It does not predict prices directly. Instead, it determines:
“What kind of market environment is currently active?”
This enables downstream systems to adapt behavior based on regime, not signals alone.
Crypto markets are modeled as downstream of global liquidity and risk sentiment.
Argus-MCP constructs a compressed representation of global state using a minimal set of cross-market signals.
The system acts as a sensor fusion layer, combining:
Primary symbols:
Rationale:
Equities represent risk-taking behavior and liquidity availability.
QQQ is emphasized due to:
Interpretation:
Primary symbols:
Rationale:
Direct access to the CBOE Volatility Index is often restricted. Instead, Argus-MCP uses tradable volatility proxies based on VIX futures.
These instruments reflect market demand for volatility exposure, which is sufficient—and often advantageous—for detecting stress.
Unlike the VIX:
Therefore:
They measure market stress dynamics, not absolute implied volatility levels.
Because of decay and structure:
Primary symbol:
Rationale:
The US dollar acts as a global liquidity sink.
Crypto is highly sensitive to:
Interpretation:
Primary symbol:
Rationale:
High-yield bonds reflect real credit risk, often preceding equity stress.
Interpretation:
Primary symbols:
Rationale:
Internal crypto dynamics reveal capital distribution within the ecosystem.
Interpretation:
Characteristics:
Interpretation:
Characteristics:
Interpretation:
Characteristics:
Interpretation:
Characteristics:
Interpretation:
A small number of symbols captures a large portion of global state.
Each signal represents a distinct dimension:
Particularly for volatility proxies:
Changes and momentum matter more than levels.
The system classifies conditions, not predictions.
Argus-MCP models markets as regime-driven systems shaped by liquidity and stress dynamics.
By using volatility proxies such as VXX and UVXY, it maintains functional awareness of market stress even under data access constraints.
Its value lies in:
accurately interpreting the present environment to guide adaptive behavior.
Realtime signal ingestion.
wss://ws.finnhub.io?token=YOUR_API_KEY
Subscribe:
{ "type": "subscribe", "symbol": "QQQ" }
https://finnhub.io/api/v1/quote?symbol=QQQ&token=KEY
Context and indicator enrichment.
https://api.twelvedata.com/time_series?symbol=DXY&interval=1min&apikey=KEY
RSI:
https://api.twelvedata.com/rsi?symbol=BTC/USD&interval=5min&time_period=14&apikey=KEY
ATR:
https://api.twelvedata.com/atr?symbol=BTC/USD&interval=5min&time_period=14&apikey=KEY
Together they form a balanced sensing architecture aligned with Argus-MCP’s design philosophy:
Fast signals for awareness, slower signals for meaning.