This bot fetches to new pumpswap pools and buys as soon as possible. If RPC or node is good, it commonly buy tokens before token is availabel on PumpSwap UI, can buy tokens than the others. It's free, basic version, and I have advanced version for it. I updated codebase with Rust to boost speed and performance. Feel free to contact with me to get advanced version. [Telegram: https://t.me/DevCutup, Whatsapp: https://wa.me/13137423660]. This is just version to give vision about pumpswap and sniper bot.
src/
├── core/
│ ├── token.rs # Token definitions and handling
│ └── tx.rs # Transaction handling
| └── mod.rs # mod file
|
├── engine/
│ ├── swap.rs # Token swap(buy/sell) functionalities in various Dexs
│ └── monitor # New token monitoring(and parse tx) in Dexs using geyser rpc, and normal rpc
│ └── helius.rs # Helius gRpc for tx listen and parse.
│ └── yellowstone.rs # Yellowstone gRpc for tx listen and parse.
| └── mod.rs # mod file
|
├── dex/
│ ├── pumpswap.rs # Pumpswap
| └── mod.rs # mod file
│
├── services/
│ ├── jito.rs # Jito service provides ultra-fast transaction confirmation
│ ├── nozomi.rs # Jito service provides ultra-fast transaction confirmation
│ ├── zeroslot.rs # Jito service provides ultra-fast transaction confirmation
│ └── nextblock.rs # NextBlock service provides the ultra-fast transaction confirmation in unique way
| └── mod.rs # mod file
|
├── common/
│ ├── logger.rs # Logs to be clean and convenient to monitor.
│ └── utils.rs # Utility functions used across the project
| └── mod.rs # mod file
│
├── lib.rs
└── main.rs
$ claude mcp add PumpSwap-Migration-Sniper-Bot \
-- python -m otcore.mcp_server <graph>