Integration Overview
Integrators can treat Multiswap as a quote-driven liquidity source.
The integration goal is simple:
Route to Multiswap when Multiswap wins the quote.
Integration surfaces
Integrators should use:
- Router / pool address,
- quote functions,
- swap functions,
- token metadata,
- quote parameters,
- minimum receive checks,
- contract-address registry.
What makes Multiswap different
Multiswap supports:
- many assets in one pool,
- one-to-one swaps,
- multi-pay swaps,
- multi-receive basket swaps,
- dynamic weights,
- value-flow accounting,
- Effective Depth metrics.
Integrator metric
For routing, the core metric is quote competitiveness:
best output after price impact, fees, gas, and slippage buffers
For analytics, the core metric is Effective Depth:
max trade size at X bps average price impact
Recommended integration sequence
- Read live addresses.
- Fetch supported assets and quote params.
- Request quotes for candidate routes.
- Compare against other venues.
- Submit swap with minimum receive protections.
- Track realized execution.