Infi Litepaper
  • Introduction
  • Core Features
  • Architechture
    • Adapter Pattern
    • InfiRouter
  • Pathfinding Algorithm
  • Resources
    • Roadmap
    • Try the app
    • Demo
    • Community
Powered by GitBook
On this page
  1. Resources

Roadmap

PreviousPathfinding AlgorithmNextTry the app

Last updated 6 days ago

  1. 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.

  2. Slippage Simulation: Adding slippage factor as parameter for more optimal trades.

  3. Full Dijkstra or A* Graph Search: Migrate to Dijkstra or A* algorithm to find the cheapest total swap cost that guarantees globally best path.

  4. Parallelize Off-chain Search: Move pathfinding logic to an off-chain engine for scalability.

  5. App Features: - DCA/Recurring - Limit Orders - Perps

  6. Developer Support: APIs for devs for swap, quote, findBestPath, etc.

Page cover image