LitRouteLitRoute
Docs

LitRoute documentation

LitRoute is a DEX aggregator on LitVM LiteForge (Chain ID 4441). It queries every integrated DEX router on-chain, ranks routes by net output, and executes through a whitelist-only router contract.

Deployed contracts

Live on LiteForge testnet. Fee: 0.10% (hard-capped at 1%).

LitRouteRouter
LitVMSwap Adapter
WolfDex Adapter
LiteSwap Adapter
Multyra V3 Adapter

Supported tokens

wzkLTC (18 decimals)
ZKUSDC (18 decimals)
LMT (18 decimals)

Integrated DEXs

LitVMSwap

223 pairs · live quotes

WolfDex

711 pairs · live quotes

LiteSwap

2 pairs · live quotes

Developer integration

Approve the router, then call swap(SwapParams) with a whitelisted adapter, tokens, amountIn, amountOutMin, recipient and deadline. Native zkLTC input is passed as msg.value (tokenIn = address(0)).

Source contracts live in /contracts — Foundry build with forge build, deploy script at script/Deploy.s.sol.

LitVM official docs