https://github.com/solzarr/raydium-grpc-copytrading-bot
Copy trading bot that works on raydium amm pool using grpc with super low latency
https://github.com/solzarr/raydium-grpc-copytrading-bot
copy-trading grpc low-latency raydium raydium-amm swap trading-bot typescript
Last synced: 2 months ago
JSON representation
Copy trading bot that works on raydium amm pool using grpc with super low latency
- Host: GitHub
- URL: https://github.com/solzarr/raydium-grpc-copytrading-bot
- Owner: solzarr
- Created: 2025-10-20T19:30:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-24T07:39:35.000Z (6 months ago)
- Last Synced: 2025-12-25T20:41:44.289Z (6 months ago)
- Topics: copy-trading, grpc, low-latency, raydium, raydium-amm, swap, trading-bot, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raydium Copy Trading Bot
A high-performance copy trading bot for Solana, leveraging Raydium AMM pools and gRPC for ultra-low latency trade execution.
## Features
- **Copy Trading:** Automatically mirrors trades from a master account to follower accounts.
- **Raydium AMM Integration:** Executes trades on Raydium pools for deep liquidity and fast settlement.
- **gRPC Communication:** Uses gRPC for efficient, low-latency messaging between components.
- **Typescript:** Written in TypeScript for type safety and maintainability.
## Getting Started
### Prerequisites
- Node.js (v16+)
- Yarn or npm
- Solana CLI
- Raydium SDK
### Installation
```bash
git clone https://github.com/Rabnail-SOL/raydium-grpc-copytrading-bot.git
cd raydium-grpc-copytrading-bot
yarn install
```
### Configuration
1. Copy `.env.example` to `.env` and fill in your Solana wallet and RPC details.
2. Update `config.ts` with your desired trading pairs and settings.
### Running the Bot
```bash
yarn start
```
## Usage
- The bot listens for trades on a master account and replicates them on follower accounts in real time.
- All trades are executed via Raydium AMM pools for optimal speed and price.
## Contributing
Pull requests are welcome! For major changes, please open an issue first.
## Support & Contact
For questions, support, or collaboration inquiries:
- **Telegram**: [@solzarr](https://t.me/solzarr)
- **X(twitter)**: [@solzarr](https://x.com/0xmarcus0401)
## License
MIT
---
*This project is not affiliated with Raydium or Solana. Use at your own risk.*