# Market Making Tutorial

{% hint style="success" %}
**FourMeme Market Making：**<https://bsc.ciaotool.io/fourmeme/market-making-manage>
{% endhint %}

{% hint style="warning" %}
If you prefer learning through videos, feel free to watch this tutorial.
{% endhint %}

{% embed url="<https://youtu.be/-Gi7Zk485Tc>" %}

## ✅ How to Use the FourMeme Market Making Tool？

### 1. Import Wallet Private Key

* Import the private keys of the wallets that will execute market value operations into the tool.

{% hint style="info" %}
⚠️ Make sure your private keys are kept secure and never exposed.
{% endhint %}

### 2. Set Tokens

* Enter the target token address in the input box or select from the dropdown menu of tokens held by the current wallet.

<figure><img src="/files/2lf9z1oTbI8psB40e7gt" alt=""><figcaption></figcaption></figure>

* Quickly switch between trade directions (From: token to spend, To: token to receive).

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

### 3. Configure Trading Parameters

* Set trading interval (seconds ⏱️):

<figure><img src="/files/2oRM31jSfLRSZeX9MmrP" alt=""><figcaption></figcaption></figure>

* **Select trade quantity mode:** Fixed amount / Fixed retention / All balance

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

* **Set slippage**

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

* **Set stop conditions and loop execution count:**
  * Stop by execution count: controls trading strength and rhythm
  * Stop by price range: avoids overbuying or breaking the price band

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

### 4.Import Wallets for Batch Trading

* You can upload a private key file for import.

{% hint style="info" %}
&#x20;Each wallet must hold a small amount of BNB (≈0.0008) to cover gas fees.
{% endhint %}

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

### 5. Final Confirmation and Execution

* You can upload a private key file or enter manually.

Before executing, check:\
✅ Trading direction\
✅ Correct token\
✅ Reasonable slippage\
✅ Stop conditions properly set

Click **Start Execution** to begin.

### ❓Frequently Asked Questions (FAQ)

#### **1. Can I pause while running?**

* [x] **Answer**：Yes, you can pause or terminate at any time without affecting your asset reserves.

#### **2.** What happens if slippage is too low?

* [x] **Answer**：Trades may fail, cannot complete buy/sell, or trigger frequent errors—especially for low-liquidity tokens, where higher slippage is necessary.

#### **3.** Why is multi-wallet usage recommended for market value management?

* [x] **Answer**：Distributes holdings, makes trading patterns appear natural, improves market depth, and avoids “obvious manipulation.”

#### **4.** Purpose of Fixed Retention mode?

* [x] **Answer**：Keeps each wallet’s holdings structure unchanged, appearing more natural externally and reducing panic selling pressure.

#### **5.** Common reasons for execution failure?

* [x] **Answer**：Slippage too low, insufficient balance, RPC congestion, or insufficient gas fees.

💬 **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>
* **Medium:** <https://medium.com/@ciaotool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **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: 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/en/fourmeme/market-making.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.
