SECURITY PROTOCOL // PASSCODE GATE

UnyKorn Quant Portal

Authorized access only. Enter the secure operator password to decrypt developer documentation and live quant telemetry.

ACCESS DENIED // INVALID AUTHORIZATION PASSCODE

Quant API & Developer Docs

Production specifications, live execution endpoints, and quantitative telemetry.

CLEARANCE: GRANTED [12345]
Macro Correlation
0.8421
Fed Liquidity vs BTC Log-Price
Order Book Imbalance (OBI)
-0.0482
Binance L2 Depth Skew
Bear Cycle Progress
73%
98 Days to Target Bottom
Signal Directive
ACCUMULATE
Action: SCALE-IN BUY
Ready to connect
GET /api/predictive/metrics

Calculates live Pearson correlation against Federal Reserve Net Liquidity ($T), pulls Binance L2 order book depth for real-time bid/ask imbalance, and forecasts cycle contraction progress.

Code Snippets
# cURL
curl -X GET "http://localhost:7880/api/predictive/metrics" \
  -H "Accept: application/json"
Python (requests)
import requests

res = requests.get("http://localhost:7880/api/predictive/metrics")
data = res.json()
print("Pearson Correlation:", data.get("pearsonCorrelation"))
print("OBI:", data.get("orderBookImbalance"))
print("Signal:", data.get("signal"))
Response Output Awaiting Execution
{ /* Click 'Run Live Request' to fetch from localhost:7880 */ }
GET /api/predictive/confluence

Invokes the Python Sovereign Confluence Engine thread against sovereign_metrics.db, applying dynamic regime weights and yielding a 0-100 confluence confidence index.

cURL Snippet
curl -X GET "http://localhost:7880/api/predictive/confluence"
Confluence Response Awaiting Execution
{ /* Waiting for execution */ }
POST /api/ops/execution-trigger

Dispatches programmatic execution directives to the institutional trading layer based on confirmed Sovereign Predictive Index (SPI) values and probability thresholds.

Payload Body (JSON)
Execution Acknowledgment Awaiting Dispatch
{ /* Waiting for POST payload dispatch */ }
GET /api/cockpit/status

Queries current cockpit state, active Kanban queue status, lane locks, and vector memory counts.

{ /* Click above to inspect session state */ }
POST /api/cockpit/chat

Relays operational commands and queries to the multi-agent orchestration dispatcher (Gemini & OpenRouter).

{ /* Multi-agent response will render here */ }

Sovereign Quantitative Architecture

The UnyKorn Predictive Codex integrates macro-liquidity indicators, real-time central limit order book (CLOB) dynamics, and sovereign consensus rails into a deterministic operational signal.

Module Formula / Source Target Metric Role
Federal Reserve Net Liquidity WALCL - TGA - RRP Trillions USD (2015-2026) Global fiat expansion baseline anchor
Pearson Cycle Correlator r = Σ(x-x̄)(y-ȳ) / √(Σ(x-x̄)² Σ(y-ȳ)²) r Score (0.80+) Log-price macro regime classification
Binance L2 Book Imbalance (ΣBids - ΣAsks) / (ΣBids + ΣAsks) Top 100 Depth Levels Immediate supply absorption / distribution skew
Operational Execution Gate POST /api/ops/execution-trigger SPI > 80, Hit Rate > 75% Automated order routing to institutional desks

Enterprise Custody & Rails

Integrations are built directly on qualified custody rails (BitGo qualified custody, Paxos / itBit API trading) and multi-chain settlement standards (Apostle Chain 7332, XRPL, Solana, Polygon 137).