Skip to main content

Movement L1 Quote Routing

Aqueducta

A Movement-native routing layer for reproducible DEX aggregation and quote generation.

Deterministic Routing

For a fixed snapshot, identical requests produce stable route ordering and IDs.

Execution-Aware Ranking

Routes are ranked by output quality while accounting for slippage and route complexity.

Operational Diagnostics

Each quote includes diagnostics and fallback visibility to simplify integration debugging.

Open Source Components

Public router and core quote engine

Aqueducta publishes public infrastructure components: open router modules, transparent quote logic, and integration docs.

How It Works

API Reference

1. Snapshot Refresh

Aqueducta continuously refreshes pool state from supported DEX sources.

2. Candidate Search

The router finds direct and multi-hop candidates bounded by your max-hop constraint.

3. Quote & Rank

Candidate routes are quoted and sorted into deterministic, reproducible output.