What external services exist, without naming route providers.
XROH abstracts all external liquidity sources behind internal route engines (X1/X2/X3).
Public docs never name third‑party providers or expose their endpoints.
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.
Integrations must be:
Replaceable.
Rate-limited.
Wrapped behind internal interfaces.
Logged with stable identifiers (engine ID, not vendor).
Last updated 15 hours ago