Nine specialized REI units. Each with its own isolated memory, its own evolving hypergraph, its own cognitive phenotype.
STRATA does not use one model for everything. Each unit covers a distinct role: trading in a specific asset domain, reviewing proposals from a peer unit, classifying news, anticipating events, or synthesizing cross-asset theses. Units are cryptographically isolated — each has its own evolving knowledge graph that cannot contaminate another.
| Category | Units | Role |
|---|---|---|
| Trading | IB Equity · HL Equity · V2 Crypto | Generate trade proposals in their asset domain |
| Review | ERU · WVU · IB Equity Review | Validate trading-unit proposals — APPROVE / BLOCK / MODIFY |
| Intelligence | Analyst · News (NRU) · EAU | Cross-asset thesis, news classification, event anticipation |
Three active trading units. Each owns an asset domain. Each has 6 primordials, auto-correction, and the mandatory-position-review invariant anchored at the top of its hypergraph.
Real equity execution through Interactive Brokers. Days-to-weeks holds. Thesis-driven, with research conviction compounding as additional documents are taught in. Operates inside US market session windows and respects the market calendar.
Equity and commodity perpetuals traded on Hyperliquid HIP-3. Holds tracked at same days-to-weeks horizon as real equity. Independent from IB Equity so the two can develop different specializations even on overlapping names.
Crypto perpetuals on Hyperliquid. Leverage-aware by design — primordials explicitly anchor liquidation-risk and funding-rate awareness. WVU review unit sits above every V2 Crypto proposal.
Three review units. Each validates the proposals of a specific trading unit. Cross-unit disagreement (trading unit says TRADE, review unit says BLOCK) is a first-class signal, not an exception.
Validates HL Equity proposals. Catches signal quality issues, excessive risk, contradictions with analyst theses, position sizing errors, verdict oscillation, missing position reviews.
Validates V2 Crypto proposals. Extra focus on leverage risk, liquidation proximity, funding rate costs, position review completeness.
Validates IB Equity proposals before real IBKR orders. Real money, no leverage cushion — additional focus on thesis-aligned hold expectations and research conviction precedence.
Three intelligence units. Analyst synthesizes cross-asset theses; News classifies incoming streams; EAU anticipates binary events. None of these execute — they produce context.
Cross-asset thesis engine. Reads the NRU digest buffer, loads prior theses from Redis, collects trading-unit feedback, calls its REI unit, writes updated theses + domain guidance + recommended posture to Redis. Trading units consume Analyst output on their next cycle.
Real-time news classification. Ingests Synoptic WebSocket (NEWS, ANALYST_TWITTER, others) and Telegram breaking news feeds. Emits dashboard metrics, per-symbol signals, analyst digest entries, and urgent flags when headlines match invalidation watchlists.
Identifies upcoming binary events (rate decisions, NFP, CPI, earnings, geopolitical) and models possible outcomes before they happen. Produces the EAU risk overlay that trading units must respect on every cycle.
Every unit exposes two teaching endpoints: one to seed primordials, one to send corrections. The batch endpoint seeds all nine units in a single call. All endpoints accept ?force=true to bypass TTL dedup.
| Unit | Teach primordials | Send correction |
|---|---|---|
| IB Equity | POST /api/ibkr/equity-unit/teach-primordials | POST /api/ibkr/equity-unit/send-correction |
| HL Equity | POST /api/equity-unit/teach-primordials | POST /api/equity-unit/send-correction |
| V2 Crypto | POST /api/v2/crypto-unit/teach-primordials | POST /api/v2/crypto-unit/send-correction |
| News | POST /api/news-unit/teach-primordials | POST /api/news-unit/send-correction |
| EAU | POST /api/eau/teach-primordials | POST /api/eau/send-correction |
| ERU | POST /api/eru/teach-primordials | POST /api/eru/send-correction |
| WVU | POST /api/wvu/teach-primordials | POST /api/wvu/send-correction |
| IB Equity Review | POST /api/ibkr/equity-review/teach-primordials | POST /api/ibkr/equity-review/send-correction |
| Analyst | POST /api/analyst/teach-primordials | POST /api/analyst/send-correction |
| All units (batch) | POST /api/all-units/teach-primordials | — |
curl -X POST https://strata.ecliptica.ai/api/ibkr/equity-unit/send-correction \ -H "Content-Type: application/json" \ -d '{"correction": "In the last cycle you closed NVDA without thesis invalidation while Analyst conviction was HIGH. This was premature — hold until thesis is actually invalidated by data."}'
| Endpoint | Purpose |
|---|---|
POST /api/ibkr/equity-unit/teach-research | Bulk-teach all active research items to IB Equity unit |
POST /api/ibkr/research/upload | Upload a new research item (text or file) |
POST /api/ibkr/research/extract/:id | Trigger AI extraction on a research item |
| Unit | Status | Notes |
|---|---|---|
| Main Crypto | Removed | Teaching infrastructure removed. V2 Crypto supersedes. |
| Forex | Disabled | Forex unit exists but is not active. Teaching infrastructure removed. |
For the architecture context around these units (how Analyst output flows to trading units, how review verdicts gate the governance pipeline, how the teaching loop persists), see architecture. For the edge framing around per-unit evolution, see the edge.
STRATA is in selective deployment with institutional counterparties. For allocator diligence, partnership inquiries, or licensing discussions, contact Ecliptica directly.