The flow
Smart order routing
On every quote, RAVN queries all eligible venues in parallel (RFQ market makers, intent
networks, and cross-chain solvers) and picks the best real output for the pair, amount, and
route.
One normalized response
The winning quote comes back in a single shape, with an opaque
quoteToken. You never deal
with per-venue formats.One field to act on
Execution resolves to one of three values of
executionType: TRANSACTION, SIGNATURE, or
DEPOSIT. Your integration branches on that one field. See
Execution Types.Why there are no bridges
Traditional cross-chain routes lock your asset on one chain and mint a wrapped copy on another, which introduces custody, wrapping, and synthetic-asset risk. RAVN routes only through RFQ market makers, intent networks, and solver and relayer networks that settle in the canonical asset. That is what lets RAVN promise no bridges, no wrapping, no synthetics, and no custodians, and it is why “bridge” never appears in a RAVN route.What you integrate once
Every chain
EVM, Solana, and native Bitcoin through one API.
Every venue type
RFQ, intents, and solvers behind one contract.
Every execution model
Three execution types, one branch.
Best price
Parallel routing picks the best real output.