Four-mode state machine
Normal · Caution · Defense · Locked. Transitions trigger on realised equity, not unrealised PnL. No discretion, no drift.
Deterministic risk enforcement for human traders and AI agents.
Each node is a governance event. PASS, WARN, BLOCK, or KILL. Edges are cryptographic hash links chaining sequential ledger entries. Hover a node to inspect the ledger record. Click a filter to isolate decision types. The feed below is a synthetic replay of an ACIE production stream.
Broker-level risk limits applied sleeve-by-sleeve, after-the-fact reconciliation, Slack channels where a risk officer approves exceptions at 3am, and audit trails scattered across vendors and formats. ACIE consolidates all of that into a single, pre-trade, append-only enforcement layer.
The deterministic governance layer between a trading strategy and its venue. Every order, human or autonomous, is evaluated against a four-mode state machine (Normal / Caution / Defense / Locked) and either passed, scaled, blocked, killed, or cooled. The decision lands at the broker in 0 ms; the rationale lands in a hash-chained audit ledger that even the operator cannot edit.
Every order traverses ACIE before reaching the venue. The diagram below traces the flow from strategy emission to broker placement, including the audit-ledger fork.
Every order generated by a strategy passes through ACIE before it reaches the venue. No reconciliation after the fact, because nothing leaves the network ungoverned.
ACIE sits synchronously in the order path. There is no parallel reconciliation, no eventual-consistency window.
Mode escalations fire on realised equity deviation from peak, never on unrealised PnL, to avoid locks during normal intraday fluctuation.
Every decision, input, state, outcome, rationale, is written to a hash-chained ledger. Tamper attempts produce verifiable inconsistencies.
Normal · Caution · Defense · Locked. Transitions trigger on realised equity, not unrealised PnL. No discretion, no drift.
ACIE sits inline in the order path. Approve · scale · block · kill · cool. Sub-millisecond decisioning.
Every decision is hash-chained. Tampering produces inconsistencies, not silent corruption.
MetaTrader 4/5, Interactive Brokers, Binance, Bybit, Tiger Brokers, Moomoo, Coinbase, Kraken, Deribit, TradingView, 12 native adapters today.
Risk-management documentation, audit trail, and human-in-the-loop oversight required by the 2 August 2026 enforcement deadline.
A single policy file pins every governance threshold, cap, and integration. Versioned in git; deploys are diffable.
# acie.policy.yaml
account: prop-desk-01
mode_thresholds:
caution: 3.0 # % drawdown
defense: 6.0
locked: 10.0
caps:
daily_drawdown: 2.0 # % of NAV
max_position_size: 5.0 # % of NAV
cooldown_after_loss: 30m
venues:
- mt5: primary
- binance: enabled
- interactive_brokers: enabled
audit:
retention: 7y
export: pdf, csv
signing: sha256-chainTell us about your venues, your strategies, and the governance gap you're trying to close. We respond within two business days, or not at all.