Welcome to the Solana Arbitrage Bot, your friendly multi-dex arbitrage bot for finding profits across different Solana DEXs (Solana, Raydium, Orca).
Ready to start earning? Follow the steps below to get the bot running.
-
Open your terminal and install dependencies:
npm install
-
Create a
.env
file in your project root directory and add the following values:SECRET_KEY=<insert your wallet private key> SWAP_AMOUNT=<insert the amount of SOL you want to invest (at least 1 SOL)>
SECRET_KEY
: This is your wallet private key. Make sure to keep it safe!SWAP_AMOUNT
: How much SOL you want to use for arbitrage (minimum of 1 SOL).
Once everything is set up, you're ready to run the bot:
-
In the terminal, run the following command to start the bot:
npm start
-
Profit! 🎉
- 🧑💻 You need at least 3 SOL in your wallet to start seeing profits.
- 📈 The bot will search for arbitrage opportunities across Solana, Raydium, and Orca to maximize your returns.
- 📉 If you're just getting started, you might want to test with smaller amounts until you're confident!
This bot scans the prices on multiple DEXs and looks for price differences that allow you to make a profit by swapping SOL between them. It's fast, it's efficient, and it's always looking for opportunities!
- Make sure your wallet is funded with at least 3 SOL. Otherwise, the bot won't be able to perform any profitable trades.
- Arbitrage can be competitive, so don't expect guaranteed returns, but with proper funding, you'll be ready to catch the right opportunities.
If you have any issues or questions, feel free to open an issue or contact the bot’s creator (you! 😁).
Happy trading! 💸