Agent interface (OpenClaw runtime)

How an agent invokes XROH routing and execution.

circle-info

XROH abstracts all external liquidity sources behind internal route engines (X1/X2/X3).

Public docs never name third‑party providers or expose their endpoints.

Internal agent model

The XROH agent interface can:

  • Fetch route candidates.

  • Compare engines.

  • Trigger execution.

  • Retrieve execution state.

  • Analyze wallet balance.

OpenClaw-compatible runtime adapter

OpenClaw acts as an invocation adapter. It does not:

  • Replace routing engines.

  • Control private keys.

  • Bypass scoring.

  • Expose provider endpoints.

Invocation example

All invocations pass through:

  • Slippage enforcement.

  • Chain validation.

  • Engine health gating.

  • Reliability weighting.

  • Execution safety checks.

Last updated