Overview table
Uniswap v3
Canonical Uniswap v3 deployment on Stable, with concentrated-liquidity pools and standard fee tiers. Stable Swap is the actively maintained default frontend; trades route through the contracts below. Cross-chain liquidity flows in via LayerZero. Capabilities- Concentrated-liquidity AMM with v3 position NFTs
- Standard
SwapRouter02,Quoter V2, andUniversal Routerintegration paths Permit2support for gasless approvals- v2-style constant-product pools also deployed for legacy routing
Mainnet contract addresses
Source: RFC: Stable Application for Canonical Uniswap v3 Deployment and the Official Uniswap v3 Deployments List.Stable is recognized on the Uniswap v3 Deployments List as of May 12, 2026, following completion of the UAC governance process in April 2026. The deployment is maintained by Protofire with bridge connectivity via LayerZero.
Quoting a swap
Quoter V2 returns the expected output for a given input without executing a trade. Use it from any EVM tooling pointed at Stable’s RPC.
<TOKEN_IN>, <TOKEN_OUT>, <AMOUNT_IN>, and <FEE> (one of 100, 500, 3000, 10000) with the values for the pool you’re quoting. For application integration, prefer the Uniswap v3 SDK or the Universal Router pointed at the addresses above.
Have a DEX integrating Stable?
Reach the team at bizdev@stable.xyz to be listed on this page.Next recommended
- Connect to Stable: chain IDs, RPC endpoints, and block explorers for mainnet and testnet.
- Bridges: move USDT0 and other assets into Stable to provide liquidity or route trades.
- Oracles: price feeds you can use alongside swap quotes for pricing and liquidations.

