Live readiness
Doctrinal gate between paper_mode and any future flip to live capital. Each item is verified dynamically by the api-server — no false greens.
Live Readiness Tracker
Secuencia de Ignición Operativa
El estado se deriva de comprobaciones server-side. Ningún paso futuro se marca verde por simulación; permanece bloqueado hasta existir un endpoint de validación real.
Manifolds de Ingesta
Topology Vault
≥1 proveedor RPC + ≥1 WSS activos en el Topology Vault (verificado server-side).
—
Firmas Cuánticas
Credentials / Wallets
Presencia server-side de signer/clave autorizada (redactado: present|null).
—
Topología de Mercados
Chains & DEXes
Chains, DEXes y pools registrados en el backend (conteos reales).
—
Motores de Resolución
SVS / DLP / Backrun
≥1 motor de resolución habilitado (paper/shadow; live deshabilitado).
—
Guardrail LIVE: el modo LIVE permanece visualmente bloqueado hasta que los cuatro pasos del pipeline estén en verde.
LIVE bloqueado/api/readiness/decision.There is no UI control to flip Live to ON./api/go-no-go/status.Sign-off happens via admin API only — there is no sign button here.# 1. Regenerate + read the current ledger (any operator, read-only):
curl -s http://<VPS-IP>:8080/api/v1/go-no-go/ledger | head -c 600
# 2. Each operator signs (GO or NO_GO) — direct to api-server, NEVER via edge:
curl -X POST http://<VPS-IP>:8080/admin/go-no-go/sign-off \
-H "Content-Type: application/json" \
-H "x-arbx-admin-token: $ARBX_ADMIN_TOKEN" \
-H "x-arbx-actor: <OPERATOR_NAME>" \
-d '{"decision":"GO","ledger_hash":"<LEDGER_HASH>"}'
# 3. Verify quorum (read-only):
curl -s http://<VPS-IP>:8080/api/v1/go-no-go/status/api/readiness/blockers. Env values are redacted to "present" or null — raw values never reach the UI.Validates the REVM multi-step simulation path against Sepolia contracts. A passing smoke test enables the simulator-v2 readiness gate.
workspace_verified reflects the most recent operator pass; runtime appears when the backend demotes a verdict on a failing prerequisite./api/scoring/status. Scoring NEVER enables live trading./api/risk/circuit-breakers/status. Missing data sources render NOT_AVAILABLE — never fabricated PASS.