Trade Execution
Actual asset movements are performed by the Liquidity Orchestrator, using specialized execution adapters. Execution adapters encapsulate the logic required to interact with specific asset types or protocols.
Execution is atomic and tightly controlled: only the Liquidity Orchestrator can call execution adapters, and every trade revalidates asset compatibility and execution assumptions. If assumptions aren't met (e.g., high slippage), the system gracefully skips that position without deploying capital, while other positions in the portfolio continue to execute normally.
This modular design allows Orion to support a wide range of assets without compromising security or clarity. Strategists never interact with execution adapters directly, and adapters cannot alter portfolio intent.