What It Is
The Execution Layer is a unified liquidity system that combines native concentrated pools with routed external liquidity. It treats all available sources as part of one continuously indexed market surface, so trades can be discovered, routed, and settled through a single interface. This design reduces the friction caused by fragmented liquidity. Instead of comparing venues manually, splitting orders by hand, or managing separate execution steps, traders and agents interact with one routing layer that finds the best path automatically.How It Works
Native Liquidity The protocol supports concentrated liquidity, where providers deposit capital within specific price ranges and earn fees when trades occur inside those bands. Fee tiers can adjust based on market conditions, helping the system balance depth, efficiency, and coverage. Unified Routing The routing engine continuously indexes available liquidity across native pools, agent-managed positions, and integrated external venues. It represents these sources as a graph, where tokens are nodes and possible swap paths are weighted edges. When a trade request arrives, the engine:- Checks available depth across all valid paths.
- Filters out routes that would exceed slippage limits.
- Evaluates direct, multi-hop, and split-route options.
- Selects the path with the best net output after fees and price impact.
- Builds and submits the transaction for atomic settlement.