# Create Liquidity

{% hint style="info" %}

### **Key Benefits**

* **One-click liquidity creation** for any token pair
* **Real-time pool analytics** post-deployment
* **Multi-chain support** (Ethereum, BSC, etc.)
* **No coding required** – fully UI-driven
  {% endhint %}

***

## **How to Create a Pool**

### **1. Select Tokens**

**Token A** (Your Project Token)

* Contract address: `0xYourToken...`
* Amount to deposit: `[X]`

**Token B** (Paired Asset: ETH/USDT/etc.)

* Contract address: `0xPairedToken...`
* Amount to deposit: `[Y]`

{% hint style="info" %}
The TokenA/TokenB ratio sets your initial price (e.g., 1:100 = 1 TokenA per 100 TokenB)
{% endhint %}

***

### **2. Approve & Execute**

1️⃣ **Approve Tokens** (Wallet confirmation)\
2️⃣ **Create Liquidity** (Deploys pool)\
3️⃣ **Receive LP Tokens** (Proof of your stake)

🔄 **Reset** – Clear all inputs if needed

***

### **Post-Creation Dashboard**

* **Pool Address**: `0xNewPool...`
* **Initial Liquidity**: \[X] TokenA + \[Y] TokenB
* **LP Tokens Minted**: \[Z] (Stake these to earn fees)

***

### **Requirements Checklist**

✔ **Connected wallet** with sufficient gas funds\
✔ **Token approvals** granted for both assets\
✔ **Balances verified** before deployment

***

### **Popular Use Cases**

| Scenario                    | Advantage               |
| --------------------------- | ----------------------- |
| New token launch            | Instant DEX trading     |
| DeFi protocol bootstrapping | Set custom price floors |
| Stablecoin pairings         | Low-slippage swaps      |
| Liquidity mining prep       | Ready-for-farming pools |

***

{% hint style="info" %}

### &#x20;**Pro Tips**

* **Test first** on Goerli/Sepolia
* **Avoid pairing with illiquid tokens**
* **Monitor impermanent loss** with our **LP Analytics Tool** (coming soon)
  {% endhint %}

***

#### **Remember**

> "Initial liquidity ratios are critical – they define your token's starting market price." – Smart Tools Team


---

# 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://smart-tools.gitbook.io/smart-tools-docs/liquidity-and-swaps/create-liquidity.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.
