Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvin-1013/about-solana-arbitrage-bot
https://github.com/kelvin-1013/about-solana-arbitrage-bot
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelvin-1013/about-solana-arbitrage-bot
- Owner: Kelvin-1013
- Created: 2024-11-18T07:05:52.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2024-11-18T07:39:19.000Z (2 days ago)
- Last Synced: 2024-11-18T08:29:51.182Z (2 days ago)
- Language: Mermaid
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These diagrams provide a comprehensive view of your Solana arbitrage bot's architecture, including:
1. The off-chain program that finds opportunities and builds transactions.
2. The on-chain program that executes the arbitrage.
3. The pool graph showing how different tokens are connected.
4. The DEX integration layer showing how different DEXes are integrated.
5. The key data structures used in the program.![image](https://github.com/user-attachments/assets/72125f3b-298a-47ed-a9f5-b8a402c43fa8)
The architecture allows for efficient arbitrage execution across multiple DEXes on Solana, with proper state management and security checks. The modular design of the DEX integration layer allows for easy addition of new DEXes in the future.