KLEX Smart Order Router

Overview

The Smart Order Router (SOR) finds the best prices for traders. For given input and output tokens, the SOR finds the optimal trades whether that is a direct swap in one pool, or a combination of trades hopping through multiple pools.

Utilize All the Liquidity!

As the variety of Pools grows, the SOR grows too! The SOR keeps expanding as new pool types that use different math under the hood are added. This ensures that all pools in the Klex ecosystem can support trades. By integrating with the SOR, any custom pool built on Klex can benefit from all the other Klex liquidity. All you need to integrate a pool is first and second order differentiable spotPriceAfterSwap functions (differentiable either numerically or analytically).

Taking Gas Into Account

In an ideal world in which gas costs are negligible, a trade between two tokens would involve each pool that contains that pair. This would utilize all the available liquidity for the trader and maintain equal prices across all pools. Such a scenario would be an arbitrage-free state, in which no value could be extracted from the pools' price differences.

Since there are incremental gas costs for each swap added to a batch, additional pools are added to the path only when they provide enough of a price difference to make up for the gas. Since only a subset of pools are considered, this can create arbitrage opportunities across Klex pools.

How It Works

The optimization mechanism finds the path through a set of Pools with the greatest output (after gas costs).

Multiple Pools, Same Spot Price

In order to get the best price for a trader, the SOR is designed to create an arbitrage-free state between the paths it's using. In order to achieve this, each path the SOR routes through needs to provide the same spot price after the swap has completed.

Last updated