Integrations (abstracted)

What external services exist, without naming route providers.

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.

Categories

  • Route sources: abstracted behind X1/X2/X3 adapters.

  • AI runtime: used for agent chat and tool selection.

  • Wallet auth: connects user wallets in the dashboard.

  • RPC providers: chain RPC endpoints for balance + tx lookups.

  • Market data: token price and chart data.

Design rule

Integrations must be:

  • Replaceable.

  • Rate-limited.

  • Wrapped behind internal interfaces.

  • Logged with stable identifiers (engine ID, not vendor).

Last updated