# Private Liquidity Launch

{% embed url="<https://www.youtube.com/watch?v=UqGPB2zKrro>" %}

### Overview

Use this launch path when the owner wants to provide liquidity directly.

Open the project dashboard after token creation to launch the token with owner-funded liquidity.

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

### Deploy swap

Use this method if you are not launching through LGE or Bonding Curve.

To make the token publicly tradable on PancakeSwap or Uniswap:

1. Click **Deploy Swap**.
2. Enter the amount of SD tokens to pair.
3. Enter the amount of **BNB/ETH** to pair with them.
4. Approve the transaction.
5. Click **Deploy Swap** again to create the pool.

A larger starting pool usually reduces price impact when trading begins.

{% hint style="success" %}
The token-to-BNB/ETH ratio you choose sets the initial market price.
{% endhint %}

Once complete, the selected SD tokens and BNB/ETH move from your wallet into the liquidity pool. The project is then live for public trading.

### Add asset-backing

You can also add funds to the asset-backing pool at any time.

1. Open **Add Backing**.
2. Enter the amount to add.
3. Approve the transaction.
4. Submit the backing deposit.


---

# 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://docs.feg.io/smartdefi-tm-platform/token-launchpad/private-liquidity-launch.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.
