Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

v0.1

Latest
Compare
Choose a tag to compare
@luca-nik luca-nik released this 22 Aug 16:40
· 4 commits to main since this release

Release v0.1

Initial Release
This is the first stable release of Agent Aleph, the first Urani's in-house arbitrage agent.

Core Features:

  • P2P match: check for peer-to-peer matches among the intents with a naive 1-hop search;
  • Arbitrage: spin a new thread for each intent with no P2P match to calculate solutions for best quotes through arbitrage in different AMMs;

Notes:

  • P2P matches do not support partial fills;
  • Routing is performed through Jupiter.

Future Plans:

  • Include partial fillable intents;
  • Include ring-trades detection;
  • Include in-house routing algorithms;
  • Extend the available liquidity venues.