Research · Signal Intelligence · Prior Art
Oracle: Geopolitical Signal Intelligence
Eschatological Convergence Mapped to Asset Price Vectors — The Shadow Trader's Edge
FIRST PUBLICATION — Build 79 · 2026-04-05 · Matrix CR Studio
Abstract
Oracle is a φ-weighted geopolitical signal intelligence engine that maps eschatological convergence events to asset price vectors. The core thesis: eschatological convergence is real as a coordination mechanism. Actors who share mythic frames cooperate across nominal enemy lines — this is well-documented (e.g., Chabad/Abwehr coordination, 1939). The thesis does not need to be cosmically true; it needs to be believed, and coordinated belief is sufficient to move asset prices. Oracle ingests RSS feeds from 5 intelligence sources, scores headlines across 6 prioritized signal categories using φ-weighted convergence, generates an asset implication matrix, and delivers a weekly Telegram digest. The result is an edge that conventional macro analysts structurally cannot produce — they are not reading the eschatological coordination layer.
The Thesis
Why Eschatological Convergence Is Tradeable
Convergence events (temple mount activity, Jubilee markers, messianic claims, Sanhedrin meetings) function as coordination mechanisms for actors who share mythic frameworks across nominal political enemies.
The mechanism does not require the prophecy to be true — only believed and acted upon. Belief → coordination → capital flows → price vectors. This is standard rational expectations theory applied to a non-standard information set.
Conventional macro analysts do not read this layer. They are bounded by secular epistemology. Oracle reads it continuously, weights it against active chokepoint and war risk signals, and produces a composite convergence score with asset implications.
Neptune (maritime intelligence) provides the physical layer: what is happening to vessels, ports, and chokepoints. Oracle provides the coordination layer: why it is happening and what comes next. Together they form a dual-layer intelligence stack with no equivalent in commercial analysis.
Signal Categories
Six Layers, φ-Weighted Priority
Convergence score = Σ(weight_i × score_i). Higher-priority categories carry exponentially more weight. A single CHOKEPOINT event outweighs 11 MACRO_RISK events.
Maritime chokepoint closure risk: Hormuz, Bab el-Mandeb, Suez, Malacca, Taiwan Strait, Panama.
FRO, CMBT, INSW, STNG (tankers) — LONG on closure events
Armed conflict escalation, naval confrontation, missile exchange, force posture changes.
LMT, RTX, ESLT (defense) — LONG on escalation
LNG supply disruption, terminal attacks, pipeline sabotage, export restrictions.
FLNG, CLCO, GLNG (LNG) — LONG on disruption
Eschatological convergence events: temple mount activity, Sanhedrin convening, red heifer, messianic claims, Jubilee cycle markers.
GLD, SLV, AEM (metals) — LONG on convergence
Petrodollar decoupling events: BRICS oil settlements in non-USD, Saudi riyal peg threats, yuan-denominated trades.
CCJ, NXE (uranium) — LONG on decollar acceleration
Systemic macro risk: banking stress, sanctions escalation, reserve currency shifts, SWIFT alternatives.
PLTR, CYBR (surveillance) — LONG on instability
The SATOR Pipeline
Five-Phase Execution
SEED
RSS ingestion from 5 sources: Reuters Business, Reuters World, gCaptain, Al Jazeera, Hellenic Shipping News. Headline normalization, dedup, timestamp.
NAVIGATE
Keyword scoring across 6 signal categories. Each headline scored against category-specific keyword sets (50+ terms). Score accumulation per category per cycle.
HOLD
φ-weighted convergence: weight_i = φ^(n−1−i). CHOKEPOINT gets φ⁵ ≈ 11.09×. Overall convergence score computed. Asset implication matrix generated per dominant category.
EXECUTE
Telegram digest: convergence bar + signal scores + top alerts + active positions → data/telegram_queue.jsonl. JSON export to data/oracle_signals.json.
LOG
SQLite WAL persistence: oracle_runs + oracle_signals tables. Pulse auto-scans if data stale >6h. Registered at Fibonacci(15) = 610s.
Intelligence Sources
18-Ticker Watchlist
Prices scraped from Yahoo Finance on each scan cycle. Position logic: LONG on supply disruption (tankers/LNG), LONG on eschatological triggers (metals/uranium), LONG on conflict escalation (defense/surveillance).
FRO
Frontline
CMBT
Euronav
INSW
Intl Seaways
STNG
Scorpio Tankers
DHT
DHT Holdings
FLNG
Flex LNG
CLCO
Cool Company
GLNG
Golar LNG
CCJ
Cameco
NXE
NexGen Energy
GLD
SPDR Gold
SLV
iShares Silver
AEM
Agnico Eagle
LMT
Lockheed Martin
RTX
RTX Corp
ESLT
Elbit Systems
PLTR
Palantir
CYBR
CyberArk
Architecture
src/oracle.py — Capability Module
$ SATOR pipeline: SEED→NAVIGATE→HOLD→EXECUTE→LOG
$ 6 signal categories · 50+ keyword terms per category
$ 5 RSS sources · Yahoo Finance price scraping (18 tickers)
$ φ-weighted convergence: weight_i = φ^(n−1−i)
$ SQLite WAL: oracle_runs + oracle_signals tables
$ pulse() registered at Fibonacci(15) = 610s
$ CLI: scan · signals · tickers · telegram · pulse · status
Activate Oracle
Oracle runs autonomously via Jupiter scheduling. Weekly Telegram digest delivered to operator.
python src/oracle.py scan python src/oracle.py signals python src/oracle.py tickers