Roadmap
Last updated
Last updated
Multi-Split Routing Implementation: Developing the capability to split a single user trade across multiple parallel paths simultaneously. This could potentially achieve even better effective rates, especially for large trades, by sourcing liquidity from multiple pools concurrently without causing significant price impact on any single pool.
Slippage Simulation: Adding slippage factor as parameter for more optimal trades.
Full Dijkstra or A* Graph Search: Migrate to Dijkstra or A* algorithm to find the cheapest total swap cost that guarantees globally best path.
Parallelize Off-chain Search: Move pathfinding logic to an off-chain engine for scalability.
App Features: - DCA/Recurring - Limit Orders - Perps
Developer Support: APIs for devs for swap, quote, findBestPath, etc.