# One-Click Bulk Sell FourMeme Token Guide

### What is Four’s “one-click bundled sell” feature?

Imagine this: you used Four.meme’s bundle-buy to buy tokens from multiple addresses, or you ran buys across several addresses during a pump. Now you want to dump all those Four tokens from all those addresses at once — what do you do?

Traditional options are threefold:

1. Manual sell — keep switching wallets and selling one by one. Slow, and bots will often front-run you.
2. Bot sell — use a bot to automate sells. Less manual work, but often too slow.
3. Aggregate then sell — consolidate tokens to one address, then sell. Sounds sensible but adds the extra step of aggregation.

To solve this, PandaTool built the FourMeme **One-Click Bundled Sell**. After importing the wallets’ private keys, the tool will sell the Four token from all imported wallets in a single operation. It currently supports up to **25 addresses per run**; if you have more, import and run multiple times.

### Four One-Click Bundled Sell — Step-by-Step

#### 1) Configure sell parameters

Open the PandaTool FourMeme one-click sell tool:<https://pandatool.org/#/sellfour?lang=en-US>\
(or find the “Bundled Sell” button in the site navigation)

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

On the One-Click Bundled Sell page fill in:

<figure><img src="/files/46eXy499BgrIr5nPZaH6" alt=""><figcaption></figcaption></figure>

* **Sell wallet private key** — the private key of the main wallet used to pay bundling fees.
* **Sell token address** — paste the Four token contract and click “Query”.
* **Name** — auto-detected from the contract.
* **Symbol** — auto-detected from the contract.
* **Bundled sell wallets** — import the private keys of the wallets you want to sell from.

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

#### 2) Sell now

Once all parameters are filled and wallets are imported, the interface will look like the example screenshot on the page.&#x20;

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

Click **Sell Now** and the system will execute automatically. In a few seconds you’ll see a completion message — the Four token balances will show **0**, indicating the positions have been cleared.

<figure><img src="/files/6HvuPGfX2ELBMgv575YJ" alt=""><figcaption></figcaption></figure>

That’s it — the one-click bundled sell process is complete.

### FAQs

**Is there a fee for one-click bundled sell?**\
Yes — **0.01 BNB per address**, paid from the imported sell wallet(s).

**Does the bundled sell clear every token in my wallets?**\
No — it only sells the Four token you specified by contract address. Other tokens in those wallets are unaffected.

**Why did a sell fail?**\
Most likely the sell wallet(s) didn’t have enough BNB to cover fees. Example: 1 wallet needs 0.01 BNB; for 20 wallets you should have at least 0.21 BNB. Make sure you’ve deposited enough BNB depending on how many wallets you’re bundling.

**Will my private keys be leaked?**\
PandaTool states it will **never** obtain users’ private keys in any way, so you can use the tool with confidence.

If you have more questions, join the Telegram group and ask volunteers:<https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/tools/sellfour.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.
