What ships in the product stack and where to start reading.
XROH abstracts all external liquidity sources behind internal route engines (X1/X2/X3).
Public docs never name third‑party providers or expose their endpoints.
XROH ships as a dashboard + backend API + data layer. This section documents how the system is built and run.
Repository structure
Backend (NestJS API)
Database (PostgreSQL + Prisma)
Infrastructure and deployment
Frontend: Next.js dashboard.
Backend: NestJS API.
Data: Postgres + Prisma.
Jobs: BullMQ + Redis.
If you only need the protocol behavior, read Protocol instead.
Last updated 2 hours ago