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

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.

Awesome Lists containing this project

README

          




Made with Rust
TypeScript
Bonkfun Ready
Raydium CPMM
License



GitHub
Releases


# 🚀 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