Objective
Expose one coherent execution architecture where local orderbook, DEX routing, and CEX adapters can be reasoned about consistently.
Execution paths are split by venue type but unified by a common routing and audit model.
Objective
Expose one coherent execution architecture where local orderbook, DEX routing, and CEX adapters can be reasoned about consistently.
Trading Node handles market interfaces, order lifecycle, and terminal UX. Gateway Node handles cross-node API ingress and routing.
Settlement and Clearing nodes can be attached for post-trade netting and cross-entity reconciliation.
Network mode supports exchange API-key integration with restricted scopes (read + trade, no withdraw).
Connector outputs are normalized into a unified portfolio and execution context for route comparison and best-execution policies.
DEX routing evaluates pools and routes with explicit slippage and gas constraints before execution confirmation.
Receipts preserve execution intent, selected route, and resulting settlement references.
Ticker, orderbook, trades, order placement, cancel/replace
Exchange onboarding, permission check, connectivity status
Continue exploring