https://github.com/toptrendev/raydium-volume-bot
Raydium Volume Bot V3: Volume Bot in Raydium and Meteora
https://github.com/toptrendev/raydium-volume-bot
meteora raydium raydium-bot raydium-pool raydium-swap raydium-volume raydium-volume-bot solana solana-volume solana-volume-bot volume-bot
Last synced: 2 months ago
JSON representation
Raydium Volume Bot V3: Volume Bot in Raydium and Meteora
- Host: GitHub
- URL: https://github.com/toptrendev/raydium-volume-bot
- Owner: TopTrenDev
- Created: 2025-02-17T20:07:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T10:51:34.000Z (3 months ago)
- Last Synced: 2025-02-18T11:37:19.239Z (3 months ago)
- Topics: meteora, raydium, raydium-bot, raydium-pool, raydium-swap, raydium-volume, raydium-volume-bot, solana, solana-volume, solana-volume-bot, volume-bot
- Language: TypeScript
- Homepage: https://t.me/solProVolumeBot
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# **Raydium Volume Bot V3**
**Automated bot for distributing SOL and executing simultaneous buy/sell transactions on Raydium and Meteora platforms**
The **Raydium Volume Bot V3** is a highly efficient trading bot designed to automate the distribution of SOL across multiple wallets and perform endless buy and sell swap transactions on both **Raydium** and **Meteora** platforms. Leveraging **Solana's blockchain**, this bot enhances trading operations while boosting volume on decentralized exchanges (DEXs) and increasing token holders in the marketplace.
---
## **π Whatβs New in Raydium Volume Bot V3?**
### **π§ Last Version's Demerits**
- β **Repetitive Buy and Sell with One Wallet**: The previous version of the bot used fixed wallets, which were easily identifiable on platforms like DexScreener due to repetitive buy/sell actions.
- β **No Increase in Number of Holders**: It only boosted volume without increasing the number of token holders.
- β **Gathering Token Instead of SOL**: If there were leftover tokens after a transaction, it didnβt sell them before gathering. Instead, it simply gathered tokens to the main wallet.
- β **Equal Number of Buys and Sells**: The operation consisted of one buy and one sell, causing **sell pressure** due to the balance of buys and sells.---
### **π Improvements in Raydium Volume Bot V3**
- β **Transfer SOL to New Wallet**: After each buy and sell operation, SOL is transferred to a newly created wallet to continue the process without repetition.
- β **Holder Increase**: New wallets are generated with each round of buying and selling, **increasing the number of holders**.
- β **Sell Before Gather**: Tokens are **sold before gathering** them, optimizing the process and ensuring only SOL is gathered, reclaiming the token account rent (0.00203 SOL).
- β **More Buys than Sells**: The bot now buys twice for every sell action, creating **more buy pressure** and better market movement.---
## **π Features**
- βοΈ **Automated SOL Distribution**: Automatically distributes SOL to new wallets for continued trading.
- π **Endless Buy and Sell Swaps**: Executes simultaneous buy and sell transactions in real-time.
- π **Swap with Jupiter V6**: Leverages the **Jupiter V6 swap aggregator** for optimal token swaps.
- π **Swap with Meteora SDK**: Integrates with **Meteora SDK** for DLMM and Dynamic liquidity pools.
- π οΈ **Configurable Parameters**: Customize buy amounts, intervals, wallet distribution, and more to match your strategy.---
## **π Example**
Check out the botβs activity through the following links:
- **Solscan Account**:
[View Account](https://solscan.io/account/EqCgCTBSSqdzaZDr6r1LPsysXdJwc2jn3CBqD5dNQS6Q)- **Asset Example**:
---
## **π Usage Guide**
### **1. Clone the Repository**
Clone the repository to your local machine:
```bash
git clone https://github.com/toptrendev/solana-volume-bot.git
cd solana-volume-bot
```### **2. Install Dependencies**
Install the necessary dependencies:
```bash
npm install
```### **3. Configure Environment Variables**
Rename the `.env.copy` file to `.env` and configure the following:
- RPC and WSS
- Main keypair's secret key
- Other relevant environment variables### **4. Run the Bot**
Start the bot using the following command:
```bash
npm start
```### **5. Gather Funds from Distributed Wallets**
To gather funds from distributed wallets, run:
```bash
npm run gather
```---
## **π¬ Contact & Community**
π’ **Telegram:** [@toptrendev](https://t.me/toptrendev)
π’ **Discord:** [toptrendev](https://discordapp.com/users/334173411402317846)