Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhelezkov/jito-experiments
https://github.com/zhelezkov/jito-experiments
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhelezkov/jito-experiments
- Owner: zhelezkov
- Created: 2024-03-16T14:40:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T14:51:45.000Z (9 months ago)
- Last Synced: 2024-11-30T21:28:51.644Z (25 days ago)
- Language: Go
- Size: 152 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## jito-experiments
This are my experiements with Solana Jito MEV
It contains a bunch of decoders for fluxbeam, marginfi, magic eden, pyth, raydium, tensor
Plus some utilities for I80F48 type implementation in Go.Experiments itself were the followoing:
- Raydium memetokens sniper(raydium-sniper) - Implementation that worked during January, and farmed a bunch of SOL
- Nft Arbitrage bot(nft-arb) - Arbitrage bot for nft, from me <-> tensor. Not completed yet
- Token sniper for fluxbeam(fluxbeam-sniper) - I haven't completed it, cause hypothesis failed. There was a few activity on fluxbeam, like 1 new token per an hour(?)
- Liquidator for marginfi(liq) - I haven't completed it, cause wasn't able to capture big liquidations, only a small ones. Prob want to get back to it laterIt was my first project in Go!