Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvelionqw/mev_bot-solana
π An advanced Solana MEV bot, seamlessly leveraging cross-DEX arbitrage on Pump.FUN, Jupiter, and Raydiumβoptimizing trade routes in real time for minimal slippage and maximum gains.
https://github.com/arvelionqw/mev_bot-solana
blockchain bot crypto-bot decentralized-exchanges dex ethereum javascript liquidity-sniping mempool mev mev-bots nodejs smart-contracts solana solidity
Last synced: about 3 hours ago
JSON representation
π An advanced Solana MEV bot, seamlessly leveraging cross-DEX arbitrage on Pump.FUN, Jupiter, and Raydiumβoptimizing trade routes in real time for minimal slippage and maximum gains.
- Host: GitHub
- URL: https://github.com/arvelionqw/mev_bot-solana
- Owner: Arvelionqw
- License: mit
- Created: 2025-02-06T09:32:14.000Z (about 9 hours ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:44:20.000Z (about 5 hours ago)
- Last Synced: 2025-02-06T13:44:45.607Z (about 5 hours ago)
- Topics: blockchain, bot, crypto-bot, decentralized-exchanges, dex, ethereum, javascript, liquidity-sniping, mempool, mev, mev-bots, nodejs, smart-contracts, solana, solidity
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 92
- Watchers: 21
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ο»Ώ
![β¬π€ MevBot Banner](https://i.ibb.co/J3MNrCP/32880903-6624e25ca9ecc.jpg)# π MevBot Solana
## π’ Important Update (2025-01-23)
- **Added an import feature for your wallet**
![Banner](https://i.ibb.co/hF6V6kz/import.png)*Now at startup, you can choose between creating a new wallet or using an imported one.*
---
## π Description
MevBot Solana is an advanced trading bot for the Solana blockchain with an interactive and user-friendly interface. The bot is integrated with decentralized exchanges such as Jupiter, Raydium, and Pump.FUN, offering the following features:
- **π« Scam Token Scanning**: Automatic detection of potential scam tokens.
- **π Automatic Network Connection**: Simplifies interaction with the Solana blockchain.
- **π₯ Focus on $TRUMP and $MELANIA**: The bot actively trades and monitors $TRUMP and $MELANIA tokens for opportunities.---
## βοΈ Bot Settings
- **π° Stop-Loss and Take-Profit**: Set thresholds for automatic sales when reaching desired profit or minimal losses.
- **πΈ Token Market Cap Filtering**: Exclude tokens with low market capitalization from trading.
- **π³ Purchase Amount Settings**: Set a fixed amount or a percentage of the balance for purchases.### Here are some screenshots demonstrating its operation:
**EXAMPLE:** [SolScan Example Account MevBot](https://solscan.io/account/8MqRTAQnjhDYH7TWS1b1DjFog4CLZfySWE5cZeotG2VW)
![π· Screenshot 1](https://i.ibb.co/5Tk1QRz/SolScan1.png)
![π· Screenshot 2](https://i.ibb.co/SPgkNK1/solscan2.png)
**π° Important:** For effective operation and risk minimization, a starting balance of at least **3 SOL** is recommended, as the bot simultaneously manages multiple trading operations. The optimal starting balance is **5-10 SOL**.
---
## π₯οΈ Main Menu in MevBot through VS Code
When launching the project through Visual Studio Code, the main menu of MevBot Solana will open:
- **π Main Menu**: Displays key features such as wallet management, balance overview, trading operations launch, and bot configuration.
- **βοΈ Settings and Management**: Provides options for configuring Stop-Loss, Take-Profit, selecting decentralized exchanges, and managing the wallet.**π· Main Menu Screenshots:**
![π· Main Menu Screenshot 1](https://i.ibb.co/cYdP4fy/welcome.png)
![π· Main Menu Screenshot 2](https://i.ibb.co/wzB3MfL/menu.png)
---
## π οΈ Prerequisites
Make sure the following programs are installed:
- [π Git](https://git-scm.com/) (for cloning the repository)
- [π Node.js](https://nodejs.org/) (including npm)---
## π₯ Installation
Alternatively, you can **download the ZIP file manually** from the GitHub repository:
1. Visit the repository's page on GitHub.
2. Click the **Code** button (green).
3. Select **Download ZIP**.
4. Extract the ZIP file to any folder on your computer.### Or:
1. **π Clone the Repository**:
- Open **Terminal** (on macOS and Linux) or **Command Prompt (CMD)** on Windows.
- Navigate to the folder where you want to place the project:
```bash
cd path-to-your-folder
```
- Clone the repository from GitHub:
```bash
git clone https://github.com/Arvelionqw/MEV_BOT-SOLANA.git
```
- Navigate to the project folder:
```bash
cd path-to-your-project
```
2. **π¦ Install Dependencies**:
- Make sure **Node.js** is installed on your computer. If not, download it from [Node.js](https://nodejs.org/).
- In the terminal or command prompt, enter the following command:
```bash
npm install
```
- This command will install all dependencies listed in `package.json`.
3. **π Launch the Application**:
- After successful dependency installation, launch the application with the following command:
```bash
node mev.js
```
- If everything works correctly, the application will start, and you will see corresponding messages in the terminal.---
## π Usage Guide
1. **π» Run the Script**:
- Open the terminal or command prompt.
- Navigate to the project directory:
```bash
cd path-to-your-project
```
- Launch the application:
```bash
node mev.js
```
- **Tip:** Use any convenient code editor, such as Visual Studio Code, Sublime Text, Atom, or another IDE.2. **π Create a New MevBot Wallet**:
- In the main menu, select `Create New Wallet`.
- Save your private key securely.3. **πΈ Deposit**:
- **Method 1: Manual Transfer** β Send SOL to the created wallet address.
- **Method 2: QR Code** β Generate a QR code in the `Deposit` section for transfer.4. **π Check Balance**:
- **Method 1**: Click the `Balance` button in the application.
- **Method 2**: Use [π SolScan](https://solscan.io/) to check your balance.5. **βοΈ Configure the Bot**:
- Go to the `Settings` section.
- Set parameters for Stop-Loss, Take-Profit, minimum and maximum purchase amounts.
- Select decentralized exchanges for trading.6. **π Start the Bot**:
- Click `Start` to begin operations.7. **πΈ Withdraw Funds and Stop the Bot**:
- Go to the `Withdraw` section.
- Enter the wallet address where you want to send funds.
- Confirm the withdrawal to stop the bot's operations.---
## π License
This project is licensed under the MIT License. Details can be found in the `LICENSE` file.