QUIMERIA-HYPERION is the Sovereign Market Kernel (SMK) — a production-ready, modular algorithmic trading platform built on a single guiding principle: markets are not random. Price action follows a deterministic Interbank Price Delivery Algorithm (IPDA) that repeats a four-phase cycle of Accumulation, Manipulation, Distribution, and Retrace. Every component of the SMK exists to detect, confirm, and act on that cycle with institutional-grade precision. Unlike conventional systems that bolt together independent indicators, QUIMERIA processes market data through a unified, layered kernel. Each layer adds context — structural ranges, liquidity imbalances, harmonic signals, macro causality — until Ring 0 either clears the trade or issues a hard veto. No signal reaches execution without passing every gate.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/deskiziarecords/QUIMERIA-HYPERION/llms.txt
Use this file to discover all available pages before exploring further.
Core philosophy
“The market is a delivery algorithm. We just decode it.”The IPDA framework, developed from ICT (Inner Circle Trader) concepts, treats interbank price delivery as a structured, repeating algorithm. Rather than predicting price direction, the SMK identifies where the algorithm is in its current cycle and what delivery is most probable next. The AMD state machine — Accumulate → Manipulate → Distribute → Retrace — is the primary structural lens.
System architecture
The kernel is organized into concentric rings and numbered layers. Ring -1 orchestrates the overall regime. Layers 1 through 4 process structure, memory, sensing, and forensics in sequence. Ring 0 holds final veto authority.Key differentiators
Multi-layered veto authority. Six hard-stop conditions in Ring 0 can independently halt execution. No single layer can override a veto from another — the system is designed to miss trades rather than take bad ones. Fail-safe architecture. Every module loads through atry_load() wrapper. Missing optional dependencies degrade gracefully to numpy stubs. The server never crashes on an import failure.
Forensic plugin layer. Six forensic plugins — Market Rhythm, Market Heuristic, Market Vision, Market Seismology, File Carving Engine, and Signature Scan Engine — operate as an extensible Layer 4 that appends additional sensor scores to every bar result.
Full-stack integration. A single HTML dashboard (frontend/index.html) displays TradingView Lightweight Charts, 14 SMK sensor bars, 6 plugin sensor bars, AMD state visualization, and live log panels — all over REST and WebSocket with no build step required.
Explore the platform
Quick start
Clone the repo, set SMK_DIR, start the backend, and open the dashboard in minutes.
Installation
Detailed setup for Python dependencies, optional GPU packages, and the Rust subproject.
Configuration
Configure environment variables, module toggles, and key signal thresholds.
API reference
REST endpoints, WebSocket commands, and the plugin development contract.