Sailswap
Choose A Swap Routing
Select the swap architecture before trading. Each routing keeps its own quote and execution stack while the rest of the app uses a shared trading interface.
V3
Uniswap V3
Direct contract quoting through QuoterV2 with SwapRouter02 execution on the configured network.
Quoting: Internal quote API backed by direct QuoterV2 calls.
Execution: Client-side wallet transaction using SwapRouter02.
Open routing
V4
Uniswap V4
Trading API quote orchestration with Universal Router execution for v4-compatible routes.
Quoting: Internal quote API backed by the official Uniswap Trading API with V4-only routing.
Execution: Permit2 + Universal Router transaction flow from the connected wallet.
Open routing