X3 LAB·TRADING INTELLIGENCE INFRASTRUCTURE

COMPOSE YOUR
TRADING INTELLIGENCE.

Named gates. Three-gauntlet validation. Retractions on-chain. Compose them into your workflow.

X3-RONIN is the intelligence layer your trading workflow plugs into. Synthesize 30 data streams into one verdict. Cite the named gates that cleared. Inherit our calibration bands, persona library, and retraction discipline. Build your strategy on rigor you didn't have to invent. Bring your venue. Bring your data. We bring the discipline.

Data streams
30live
Gauntlets
3independent
Validation cohort

Every claim verifiable. Status: x3lab.io/audit#status · Manifesto: x3lab.io/about

ON-CHAIN AUDIT live on Base mainnet L6 PUBLIC RETRACTIONS /retractions
X3-RONIN samurai-mecha helmet mark
RULES·PROOFS·EXECUTION
SCROLL
01·THE PROBLEM
You don't need another signal. You need a system that watches macro, regime, sector heat, social tape, and your own setups dying — all at once.
Building that yourself takes years. 30 streams. 12 named gates. Three independent validation gauntlets. A retraction discipline you'll never enforce on your own work.
Every signal Discord, every trading bot, every fund: closed-box. You can't compose with them. You can't verify them. You can't build on top.
The infrastructure layer for serious trading intelligence didn't exist. Until now.
X3-RONIN is the composable intelligence layer your trading workflow plugs into.
02·THE PRIMITIVES

Six loops. One intelligence layer. Plug in anywhere.

Each loop is a composable primitive. Query the verdict. License the gates. Federate the validation. Build your workflow on top — your sizing, your execution, your edge. Bring your data. Inherit our discipline. Every customer's outcomes make the engine smarter for the next.

// 01LOOP · RSCH

RESEARCH

Template prompts turn "does retail funding-flip predict 4h reversals?" into SQL, a cohort, a metric, a backtest harness.

a half-thought → a tested hypothesis · ≈ 1 hour

PLUG IN Query our hypothesis catalog. Submit your own — they enter the validation pipeline.

// 02LOOP · INTEL

INTELLIGENCE

Funding · OI · whale flow · macro digest · news · chart structure · past setups — 30 streams compressed into one decision frame.

30 streams → 1 decision frame · live, named-gate evidence

PLUG IN Verdict API + WebSocket. License the meta-label models for self-hosted use.

// 03LOOP · VLDT

VALIDATE

Three independent gauntlets — forward replay with walk-forward + bootstrap CI, Freqtrade live-paper against real exchange tape, and external probes on Hyperliquid wallets + on-chain flow. Independent data pipelines, no shared upstream artifact.

playback · live-paper · wallet probes · 3-of-3 to promote

PLUG IN Run our three gauntlets on your strategy. Federated TEE compute keeps your data private.

// 04LOOP · EXEC

EXECUTE

Survivors become named gates with explicit contracts. Trades fire only when N gates clear, sized to your loss limit, gated by a confirmation token. 112 MCP tools dispatch the actual probes, fills, and management.

propose → confirm → execute · per your rules

PLUG IN Receive named-gate verdicts. Your sizing, your execution, your edge stays yours.

// 05LOOP · PRF

PROOFS

Every trade carries the gates that fired, the contracts they signed, and the retraction history. When a gate stops working, the retraction is a public git commit. Audit your LP can read. Audit your future self will thank you for.

gates fired · contracts signed · retractions in git

PLUG IN Subscribe to retraction events on Base. Build dashboards. Build whatever you want on top.

// 06LOOP · ADPT

ADAPT

Every customer's outcomes flow back as anonymized calibration data. Gates that fail in production get demoted faster. Calibration bands re-tune. Persona library grows. The network gets smarter with every plug-in.

outcomes → calibration drift → next verdict is better

PLUG IN Your outcomes (anonymized) train the next verdict. Network effect compounds; opt-out anytime.

03·GATE MATRIX

Twelve named gates. Every trade clears them all.

A gate is a falsifiable contract — a measurable claim with a threshold and a unit. If it stops working, we say so out loud, in a public git commit, and the gate dies. Below is the live matrix for the current setup window: nine pass, two hold, one fail.

PASS HOLD FAIL IDLE
G01
macro_regime
RISK_ONPASS
G02
cohort_alignment
3/5PASS
G03
retracement
0.52PASS
G04
portfolio_heat
1.4RPASS
G05
social_buzz
0.4σHOLD
G06
edge_magnitude
0.41%PASS
G07
confluence_q5
58PASS
G08
meta_label_4h
0.74PASS
G09
session_brk
EUPASS
G10
funding_skew
2.1σFAIL
G11
whale_inflow
+1.2kHOLD
G12
vol_compress
IDLE
04·PROOFS

Every rule, named. When it stops working, we say so out loud.

decision_evidence · ronin_pre_trade · live
v2026.05.16
14:02:11macro_regime_gateRISK_ON / alts unblockedPASS
14:02:11cohort_alignment3 of 5 archetypes long BTCPASS
14:02:11retracement_requiredprice inside 38.2–61.8% zonePASS
14:02:12portfolio_heatopen_R=1.4 / cap=3.0PASS
14:02:12social_buzz_brakebuzz_z=0.4 below 1.5σ floorPASS
14:02:12edge_magnitude|ret_5m|=0.41% ≥ 0.3% floorPASS
14:02:12confluence_q5_cliffcs=58 below 70 cutoffPASS
14:02:13meta_label_4hp_hit=0.74 ≥ 0.65 bandPASS
14:02:13session_circuit_breakerEU continuation · streak=0PASS
14:02:13verdictGO · size_R=1.0 · sl_anchor=swing_lowEXECUTE

An edge that cannot be measured cannot be cited.

validated_edges.json :: methodology.iron_law

05·BUILD ON RONIN

Three ways to plug in. One intelligence engine.

Don't build a trading system from scratch. Compose it from rigor. Bring your venue, your data, your edge. Inherit our gates, calibration, and retraction discipline.

01 · VERDICT CONSUMER

Use our synthesis

For traders, bots, signal services

Query our verdict API with your setup. Get named gates, calibration bands, comparable historical setups. Plug into your existing workflow in 10 lines.

// before every trade const v = await ronin.verdict({ symbol: "BTC", dir: "long", horizon: "4h", target: 2.0 }); if (v.composite_score > 70) myExecute(v);
  • Verdict API (REST + WebSocket)
  • Named gates + calibration bands
  • Comparable historical setups
  • Retraction history (live + on-chain)
02 · ALGORITHM LICENSEE

License our gates

For quant funds, prop desks, in-house teams

License the gate definitions, validation harness, and meta-label models. Run on your own data, your own infra. Quarterly calibration updates. Your derived strategy stays yours.

// self-hosted, your data import { gates, gauntlet } from '@ronin/algos'; const verdict = gates.evaluate(mySetup, myData); gauntlet.validate(myStrategy);
  • Gate definition library (12+ named)
  • Three-gauntlet validation harness
  • Meta-label models (LightGBM 15m + 4h)
  • Persona classification taxonomy
  • Quarterly calibration updates
03 · FEDERATED COMPUTE

Your data, our discipline

For institutions needing privacy + rigor

Confidential compute in a TEE (Phala/Marlin). Upload your raw data; our algorithms run in an enclave; output returns to you. We never see your data. You never see our model weights.

// TEE enclave on Phala const attestation = await ronin.federated({ data: myEncryptedData, spec: "full_gauntlet" }); // → signed proof + verdict
  • Confidential compute via TEE
  • Hardware attestation per call
  • Custom gate composition
  • Full three-gauntlet on your data
  • White-glove integration support

Every verdict carries its on-chain proof. Every retraction is a public git commit. Your strategy stays your IP — but every primitive it depends on is verifiable from any Base node.

DOCS · github.com/x3lab · API · api.x3lab.io · LEDGER · #anchor
06·ON-CHAIN ANCHOR

Verify it yourself. We don't get to silently change anything.

Every retracted edge is a transaction on Base. Every transaction is a permanent block. Anyone reads the full history from any node — without trusting us, our git, or any custodian. The cryptographic anchor is the proof.

Network
Base mainnet (chain_id 8453)
Architecture
32-byte canonical hash embedded in tx data field (no separate contract)
Publisher wallet
0xb402cFF72a58413D7B34E2Bd9B8d2a5818A9Add7
Total edges anchored
1+ (grows on every publish)
Last anchor block
46,360,687 (refreshed live)
Edge Threshold spec Status Last update Tx
L5_SMOKE_TEST_2026-05-23 L5 on-chain anchor smoke test · canonical_hash 32B anchored 2026-05-23 UTC 0x2a0c507e…670a7fd3
Read it three ways
  1. basescan.org/address/0xb402cFF72a58413D7B34E2Bd9B8d2a5818A9Add7 — UI, read tx data field
  2. cast logs --from-block 46360687 --address 0xb402cFF72a58413D7B34E2Bd9B8d2a5818A9Add7 --rpc-url https://mainnet.base.org — any RPC
  3. x3lab.io/audit — public viewer (read-only, no wallet needed)

Source: services/onchain_anchor.py — direct anchoring via tx data field. No contract code, no admin keys, no upgradability — by design. Live on Base mainnet. Every signal's canonical hash is immutable.

07·THE STUDIO

X3 Lab. The studio behind X3-RONIN.

Falsifiable edges. Proofs in git. Built by a studio that runs its own rules before shipping them.

EXTEND·THE MATRIX

Plug your edges in. We gate them.

Register your strategies, data sources, and custom gates as MCP tools. They land at read tier — referenced by trades, never able to fire one without an operator-curated promotion. Every call audited. Every gate retractable. Tenant-scoped end to end.

TIER 1· LIVE

Your keys, your venues

Exchange APIs, wallets, webhooks. Encrypted, tenant-scoped, idempotency-keyed. Already ships.

TIER 2· LIVE

Your gates, your data probes

Custom MCP tools register at read tier. Referenced by the gate matrix. Cannot fire trades — exec tier is operator-curated only.

TIER 3· ROADMAP

Your agent code, sandboxed

Custom orchestrators in an isolated runtime with egress allowlist. Coming after the matrix proves itself in production.

X3 LAB Methodology · Proofs · Iron Law
08·WHERE WE SIT

The intelligence layer crypto is missing.

Nobody owns it yet.

L5
CAPITAL
Family offices · prop desks · retail allocators
→ outcome
L4
EXECUTION VENUES
CEX perps · DEX · MEXC · Hyperliquid
→ fills
L3 · US
X3-RONIN · INTELLIGENCE LAYER
Named gates · audited decisions · falsifiable edges · proofs
● live
L2
DATA OBSERVABILITY
Dune · Nansen · Arkham · TradingView · Discord
→ signals
L1
CHAIN + ORDERBOOK
L1/L2 state · CEX feeds · derivatives book
→ raw
X3 LAB·2026

Pilot access opening soon.

X3-RONINcrypto perpslive
X3-FOREXin pilot— · —
Methodologyscales across asset classes— · —
TRADE SMART · TRADE PROTECTED.
Operator-grade pilot. No autopilot. No signals service. © 2026 X3 LAB · X3-RONIN PROTOCOL