# Creating Liquidity Pool with Bundled Buying

## **I. Concept of Bundled Buying**

### **1.What is Bundled Buying?**

During token launch, creators **bundle multiple wallets** to instantly purchase tokens at the lowest price when initializing the liquidity pool. Pool creation and token buys occur **simultaneously in one transaction**—hence "bundled buying."

### **2.Why Use Bundled Buying?**

* 📉 **Secure launch prices**: Projects acquire tokens at the lowest possible cost, faster and more reliable than manual buys.
* ⚖️ **Fair launch**: Transparent token distribution builds trust vs. pre-allocations.
* 🤖 **Preempt bots**: Purchases execute before trading bots activate, guaranteeing optimal pricing.

## **II. Key Precautions**

### **1.Whitelist Router Contract**

For tokens with special features (manual trading enablement, holding limits), whitelist PandaTool’s router first:`0x6ADCc1B97d84a2F566b443a6215ea0b01D40EBA4`

### **2.Whitelist Buying Addresses**

If your token has:

* Manual trading enablement
* Holding/trade limits
* Anti-bot functions\
  **Pre-whitelist all buying addresses** to prevent failed transactions.

### **3.Sufficient BNB Balance**

The pool creator’s wallet must cover:

* Pool creation fees + Gas for all bundled purchases.\
  **Minimum requirement**: Variable (see FAQs).

### **⚠️ Private Key Security**

* Bundled buying **requires importing private keys**.
* PandaTool processes locally—**never accesses keys**—but device security is your responsibility.
* **Never expose keys on compromised devices/clipboards**.

## **III. Step-by-Step Guide**

**Step 1: Connect Wallet & Select Chain**

**Step 2: Select Token Pair**

**Step 3: Set Liquidity Amounts**

**Step 4: Import Buying Keys**

**Step 5: Create Pool & Execute Buys**

Next, please read the detailed tutorial

### **Step 1: Connect Wallet & Select Chain**

* Access tool: <https://www.pandatool.org/#/createliquiditybuy?lang=en-US>
* Connect wallet (MetaMask/OKX Web3) → Switch to target chain (BSC/ETH).

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

### **Step 2: Select Token Pair**

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

* **Pool Type**: V2 (default) / V3 (stablecoins only).
* **Select Currency** :Base Token or Quote currency (e.g., USDT, BNB).
* **Token Address**: Your token’s contract.
* **Private Key**: Pool creator’s key.
* Click **"Search Token"** → Proceed if validated.

### **Step 3: Set Liquidity Amounts**

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

* **Your Token**: Amount to deposit (e.g., 10,000 tokens).
* **Paired Token**: Matching value (e.g., 10,000 USDT).
* **Estimated Price**: Auto-calculated (e.g., 1 token = 1 USDT).

  > *Amounts ≤ wallet balance.*

### **Step 4: Import Buying Wallet Keys**

<figure><img src="/files/4z9IKnlHjKKz97E79p08" alt=""><figcaption></figcaption></figure>

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

* **Manually enter or bulk import** private keys (min. 25 addresses).
* **Per-address minimum**:
  * Buy amount: **≥0.005 BNB worth of tokens**.
  * Wallet balance: **≥0.01 BNB** (0.005 gas + 0.005 buy).

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

### **Step 5: Create Pool & Execute Buys**

* Click **"Create Pool Now"** → Confirm transaction.
* Completion notification appears in seconds.

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

## **IV. FAQs**

**1. Standard token pool creation failed?**

* Insufficient gas: Creator wallet needs **extra 0.02 BNB per buying address** (e.g., 10 addresses = 0.2 BNB).
* Buying wallets require **≥0.01 BNB each**.

**2. Tax token (e.g., tax token) failure?**

* Missing whitelists:
  * Router contract：`0x6ADCc1B97d84a2F566b443a6215ea0b01D40EBA4`
  * All buying addresses
* Verify: Manual trading enablement, holding limits.

**3. Can bundled addresses trigger anti-bot?**

* **Yes** if anti-bot is active. **Whitelist all buying addresses pre-launch**.

**4. Can users buy with USDT in a BNB pool?**

* **Yes**. All pairs support cross-trading (e.g., BNB pool → USDT purchases).

**5. Minimum liquidity?**

* **None enforced**, but ≥300 USD or 1 BNB recommended.

**6. Estimated price changes?**

* **Initial price only**. Market activity adjusts it post-launch.

**7. V2 vs. V3?**

* **V2**: All token types (tax/burn included).
* **V3**: Standard tokens only (optimized for stablecoin pairs).

**Support**: Join our Telegram group: <https://t.me/pandatool_en> for assistance.


---

# 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/createtoken/createbuy.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.
