Why route over the stableswap venues
- Tighter stable pricing. Fees are set per pair, per direction, and refreshed continuously by an off-chain pricing keeper — not by a static curve.
- Gas-free quoting. Read on-chain fee state (Solana) or call
viewquote functions (EVM) — quoting costs nothing and slots into any pricing loop. - Permissionless at default rates. No allowlist, no API key — integrate and route today.
- Custom pricing for partners. Negotiated rates are delivered through Swaps-signed data: an Ed25519 router proof on Solana, per-recipient fee lookup on EVM. Reach out to us to get set up.
- One protocol, both VMs. The same liquidity model on Solana and EVM, so one integration story covers six chains.
API vs protocol integration
Integrate the venues
Stableswap on Solana
The on-chain program: swap instruction, pair-state fees, and router
proofs for custom pricing.
Stableswap on EVM
The GhostExchange contract: a quote-and-swap interface over
cross-collateral pools on Ethereum, Arbitrum, Base, Polygon, and Binance.