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%).
Supported tokens
wzkLTC (18 decimals)0x315374AA...0913A77e
ZKUSDC (18 decimals)0xdf69970B...64984CE9
LMT (18 decimals)0xefe4c1b3...3BF94006
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.