Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outsmartchad/solana-mev-blackbook

Blackbook of mev bot on Solana
https://github.com/outsmartchad/solana-mev-blackbook

blacklist mev-bots solana trading trading-strategies tradingbot

Last synced: 1 day ago
JSON representation

Blackbook of mev bot on Solana

Awesome Lists containing this project

README

        

# Solana-mev-blackbook
Solana MEV-Bot Blackbook is a historical list that stores publicly shares known MEV (Maximal Extractable Value) bot addresses on the Solana blockchain. This resource aims to empower Solana developers, especially those working on trading bots, to identify and filter out these MEV bots from their applications.

## Purpose
Solana has seen an increasing number of MEV bots that try to exploit the network. These bots can negatively impact the performance and profitability of other trading strategies. By maintaining a public "blackbook" of known MEV bot addresses, we strive to help the Solana development community build more robust and resilient trading applications.

## How It Works
Our bots automatically streams every new block of solana using geyser grpc and identifies potential MEV bot addresses, and logs them to the mev-bot.txt file. The file is then automatically committed and pushed to this GitHub repository, allowing developers to access the latest information on active MEV bots on Solana.

## Usage
- git clone https://github.com/outsmartchad/solana-mev-blackbook.git
- Access the mev-bot.txt file to view the list of known MEV bot addresses.
- Use this information to filter out these addresses from your Solana trading bot or applications.

# Up-to-date .txt list of mev bot address can be found [here](https://github.com/outsmartchad/Solana-MEV-Bot-Blackbook/blob/main/mev-bot.txt)