https://github.com/justshiftjk/bonkfun-raydium-volume-bot
This Volume Bot Package integrates trading on both Bonk.fun and Raydium, making traders convenient in buy and selling from Bonkfun to Raydium without shifting the tool.
https://github.com/justshiftjk/bonkfun-raydium-volume-bot
bonkfun bundle grpc jito-shredstream raydium volume-bot
Last synced: 9 months ago
JSON representation
This Volume Bot Package integrates trading on both Bonk.fun and Raydium, making traders convenient in buy and selling from Bonkfun to Raydium without shifting the tool.
- Host: GitHub
- URL: https://github.com/justshiftjk/bonkfun-raydium-volume-bot
- Owner: justshiftjk
- Created: 2025-09-25T15:40:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T15:18:37.000Z (9 months ago)
- Last Synced: 2025-09-29T17:26:23.478Z (9 months ago)
- Topics: bonkfun, bundle, grpc, jito-shredstream, raydium, volume-bot
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 18
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Bonkfun + Raydium CPMM Volume Booster Bot
Unleash **next-level trading automation** for **Bonkfun (Raydium Launch Lab)** and **Raydium CPMM pools**.
Designed to **boost volume, dominate liquidity battles, and stay ahead of the crowd**.
---
## ✨ Key Features
- 🔹 **Trade in Memecoin Units**
Buy directly in **memecoin quantities** instead of SOL — smoother scaling and memecoin-native strategies.
- 🔹 **Ultra-Fast Liquidation Mode (Option 3)**
Exit **entire positions instantly** (faster than regular users can react) — ideal for volatile launches.
- 🔹 **Dual-Platform Synchronization**
Execute trades **simultaneously** on **Bonkfun** + **Raydium CPMM** to avoid desync and missed opportunities.
- 🔹 **Customizable Strategies**
Configure purchase size, slippage tolerances, execution latency parameters, and platform priority.
---
## 🛠Tech Stack
- âš¡ **TypeScript** backend
- 🧩 **Raydium SDK** integration + custom CPMM helpers
- 🔗 **Bonkfun API** integration
- 🗄 Optional data store: **MongoDB Atlas** for recording trades and analytics
---
## 📊 Why Use This Bot?
- ✅ Boost trading volume for **token launches & liquidity campaigns**
- ✅ Secure **lightning-fast exits** during market swings
- ✅ Reliable **dual-platform execution** reducing race conditions
- ✅ Built for **scalability and customization**
---
## 🚀 Quick Start
```bash
# Clone the repo
git clone https://github.com/justshiftjk/Bonkfun-Raydium-Volume-Bot.git
cd Bonkfun-Raydium-Volume-Bot
# Install JS dependencies (if applicable)
npm install
# Or build Ts backend
# npm start --release
# Setup environment
cp .env.example .env
# Edit .env and set your keys, wallet, and config
# Start
npm start