Skip to main content

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
  1. Read live addresses.
  2. Fetch supported assets and quote params.
  3. Request quotes for candidate routes.
  4. Compare against other venues.
  5. Submit swap with minimum receive protections.
  6. Track realized execution.