Skip to main content

For AI agents: the complete documentation index is at llms.txt. Markdown versions of pages are available by appending .md to the URL or sending Accept: text/markdown.

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 are not met (e.g., high slippage), the system skips that position without deploying capital, while other positions in the portfolio continue to execute normally.

This modular design allows Orion to support a range of assets without compromising security or clarity. Strategists never interact with execution adapters directly, and adapters cannot alter portfolio intent.