Skip to main content

Chains

RAVN spans EVM chains, Solana, and native Bitcoin. One integration covers all of them. Use the chain ID in every request.

EVM

ChainIDChainID
Ethereum1Base8453
Optimism10Arbitrum42161
BNB Chain56Linea59144
Unichain130Avalanche43114
Polygon137Robinhood4663
zkSync Era324HyperEVM999
World Chain480

Non-EVM

ChainIDNotes
Solana-2SPL and native SOL. Use the mint So1111...1112 for native SOL.
Bitcoin-1Native BTC, with no wrapping and no cbBTC intermediary required.
Native coin on any EVM chain uses the sentinel address 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE. Amounts are always strings in the token’s smallest unit (wei, lamports, satoshis).
Not every venue serves every chain. The router automatically selects venues that can serve a given route, and it returns NO_LIQUIDITY if none can.

Venues

RAVN aggregates nine venues across three settlement models. On every quote, the eligible venues are queried in parallel and the best real output wins. Each venue maps to one execution type.
VenueTypeExecutionServes
0x GaslessRFQ market makerSIGNATUREEVM same-chain
BebopRFQ market makerSIGNATUREEVM same-chain
CoW ProtocolBatch auction and RFQSIGNATUREEVM same-chain
Jupiter UltraOn-chain aggregationTRANSACTIONSolana
AcrossIntent and solver networkTRANSACTIONEVM cross-chain, cross-ecosystem
RelayRelayer networkTRANSACTIONEVM and Solana, same and cross-chain
MayanIntent and auction (Swift)TRANSACTIONCross-chain, cross-ecosystem
NEAR IntentsIntent network (1Click)DEPOSITAny to any
RiftNative BTC orchestrationDEPOSITNative Bitcoin
All venues settle in the canonical asset. None of them wrap, mint synthetics, or bridge. RFQ and gasless venues let the user swap with zero native gas, because they sign an off-chain message and a solver covers the gas.

Settlement models

RFQ market makers

Professional market makers quote a firm, signed price. The user signs and a solver settles. Zero slippage, zero gas.

Intent networks

The user expresses an intent, or deposits the origin asset, and solvers compete to fill and deliver on the destination.

Solver and relayer networks

Relayers fill on the destination chain and deliver the canonical asset. This gives fast cross-chain execution without bridging.
Coverage grows over time. The /health endpoint always reports the current live venue set.