Unified liquidity routing
Route against liquidity everywhere as if it were one pool.
The problem
Liquidity fragmented across chains forces routers to poll many venues, tolerate stale prices, and pay full calldata cost on every hop. Fragmentation is the tax that makes cross-chain routing uneconomical.
How Switchboard does it
Switchboard synchronizes pool state through the coordinator and batches destination commits, so a router sees near-real-time liquidity across chains and amortizes gas across the bundle — roughly 40% cheaper than naive per-chain dispatch.
- ✓ Near-real-time liquidity view across every supported chain.
- ✓ ~40% gas savings via batched coordinator commits.
- ✓ Add venues without adding bespoke bridge code per route.
Build unified liquidity routing on Switchboard.
Start with the quickstart, read the architecture, or talk to us about your workload.