# Anti-MEV Volume Bot Tutorial

{% hint style="warning" %}
The Anti-MEV Volume Bot feature now supports multiple ecosystems, including **Pump, PumpSwap, Raydium (AMMv4, CPMM, CLMM), Bonk, Bonk-USD1, and Meteora**, making it adaptable to various launch and market-making scenarios.
{% endhint %}

{% hint style="success" %}
**Here’s an example using Pump for a Anti-MEV Volume Bot**：<https://ciaotool.io/en-US/pump/anti-mev>
{% endhint %}

### 🛡️ How to Run Anti-MEV Volume Bot？

#### **1. Connect Your Wallet**

* Click **“Select Wallet”** in the top-right corner, select your wallet, and approve the authorization.
* Once your wallet address appears in the top-right corner, the connection is successful.

<figure><img src="/files/TgKIMUQfpfznJytgDYtO" alt=""><figcaption></figcaption></figure>

#### **2. Open the** Anti-MEV Volume Bot **Interface**

* Navigate to the **Anti-MEV Volume Bot** operation page.

<figure><img src="/files/bNXVodlZtF8Xb5AWylnq" alt=""><figcaption></figcaption></figure>

#### **3. Fill in the Trade Details**

* **Select Token:** Choose a token from the connected wallet or manually enter the token contract address.

<figure><img src="/files/0KhHa9TAZvWkeZFBlsdf" alt=""><figcaption></figcaption></figure>

* **Brush Volume Wallet Setup:** Supports two modes (Import wallets via private keys、Use the current wallet）

{% hint style="info" %}
Batch import wallets (**Excel / CSV / TXT / JSON**) or manually paste private keys.
{% endhint %}

<figure><img src="/files/CAEMldLpPWFwjZbbytw1" alt=""><figcaption></figcaption></figure>

* **Volume Parameters:**
  * Set volume amount (randomization supported)
  * Set task interval (seconds)
  * Set number of runs (**1 buy + 1 sell = 1 cycle**)

<figure><img src="/files/epI74Jn2LQLHi0IJTezx" alt=""><figcaption></figcaption></figure>

#### **4. Configure Jito and Execute**

* Choose a suitable route or enter a custom tip amount.

<figure><img src="/files/rjADp1yA9lna8PyrONfm" alt=""><figcaption></figcaption></figure>

* Click **“Start Volume Brushing”** to begin.

{% hint style="info" %}
⚠️ **Note:** Do **not refresh the page** after starting. Refreshing will interrupt the volume task.
{% endhint %}

### ❓ Frequently Asked Questions

#### 1. What is a “MEV Volume”?

* [x] **Answer:** A MEV Volume refers to inserting disruptive transactions between the buy and sell addresses, causing disorder in the transaction queue and affecting the intended execution.

#### 2. How does a MEV Volume affect project teams?

* [x] **Answer:** It disrupts the strategy execution order, disturbs market rhythm, and may even lead to failures in market making or token distribution.

#### 3. How to use CiaoTool to prevent MEV Volume?

* [x] **Answer:** By setting the buy/sell order within the same address and defining slippage tolerance, CiaoTool ensures transaction atomicity and execution priority.

#### 4. What role does Jito technology play in preventing MEV Volume?

* [x] **Answer:** Jito can bundle key transactions and send them to the priority pool, enhancing on-chain processing order and preventing queue insertion.

#### 5. Does it support multi-address MEV volume protection execution?

* [x] **Answer:** Yes, it can be combined with batch trading tools to implement multi-address strategy execution and order protection.

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **Medium:** <https://medium.com/@ciaotool>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp：**<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ciaotool.gitbook.io/docs/sol-en/bundled-marketcap/anti-mev-volume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
