MCPcopy Index your code
hub / github.com/cutupdev/PumpSwap-Migration-Sniper-Bot

github.com/cutupdev/PumpSwap-Migration-Sniper-Bot @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
31 symbols 49 edges 13 files 4 documented · 13%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Solana PumpSwap Sniper Bot

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.

Features

Speed and Efficiency

  • Lightning-Quick Transactions: Leveraging Rust's exceptional performance, our bot allows you to snipe new tokens almost instantly. Say goodbye to delays and seize opportunities as they arise!

Safety First

  • Robust Security: Rust's safety guarantees minimize bugs and vulnerabilities, ensuring your trading activities are secure. Trade with confidence and peace of mind.

Multiple gRPC Connections

  • Stay Updated: Effortlessly connect to top Solana data providers like Helius and Yellowstone through multiple gRPC connections. Get real-time updates and make informed trading decisions.

User-Friendly Interface

  • Intuitive Design: My sniper bot features a clean and accessible interface, making it easy for users of all experience levels to navigate. Start trading in no time!

Advanced Features

  • jito-confirm: Engage in low-latency transactions on platforms like Pumpfun and Pumpswap.
  • jito-bundle: Bundle buy/sell actions with up to 20 wallets in Pumpfun/PumpSwap, enhancing your trading strategy and flexibility.

Directory Structure

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

Contact Information

  • Telegram: https://t.me/DevCutup
  • Whatsapp: https://wa.me/13137423660
  • Twitter: https://x.com/devcutup

Core symbols most depended-on inside this repo

log
called by 6
src/common/logger.rs
import_env_var
called by 5
src/common/utils.rs
get_associated_token_address
called by 3
src/core/token.rs
get_bonding_curve_account
called by 2
src/dex/pumpswap.rs
get_pda
called by 1
src/dex/pumpswap.rs
get_unit_price
called by 1
src/core/tx.rs
get_unit_limit
called by 1
src/core/tx.rs
new_signed_and_send
called by 1
src/core/tx.rs

Shape

Function 16
Method 8
Class 7

Languages

Rust100%

Modules by API surface

src/dex/pumpswap.rs11 symbols
src/common/logger.rs8 symbols
src/common/utils.rs5 symbols
src/core/tx.rs3 symbols
src/core/token.rs3 symbols
src/main.rs1 symbols

For agents

$ claude mcp add PumpSwap-Migration-Sniper-Bot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact