# Creating a Pool

Creating a liquidity pool on SEGA allows you to provide assets to the protocol, enabling seamless token swaps while earning rewards. Setting up a pool is a straightforward process, but it’s important to follow the correct steps and understand the key considerations to ensure its success:

#### **Step1. Navigate to the Create Pool Page:**

Click **Liquidity** in the navigation bar, then click **Create** in the top-right corner.

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

#### **Step2.** **Initialize the Liquidity Pool:**

\- **Set the Starting Price for the Base Token:**

Specify the number of Quote Tokens required to purchase 1 Base Token.

\- **Set Initial Liquidity for Base and Quote Tokens:**

Enter the amount for one token, and the corresponding amount for the other token will be calculated based on the starting price of the Base Token.

\- **Ensure Sufficient Funds:**

Confirm you have enough funds in your wallet to cover the initial liquidity, then click **"Initialize Liquidity Pool"**.

**IMPORTANT:** Once the pool is confirmed and initialized, the starting price, liquidity, and start time cannot be modified.

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

#### **Step3. Approve the Transaction:**

\- After clicking **"Confirm"**, approve the transaction in your wallet.

\- This step will initialize the pool, create the AMM account and ID, and allocate liquidity.

#### **Step4. Final Steps:**

\- Once the transaction is confirmed, your new liquidity pool (LP) will be created.

\- You will receive the AMM ID, and the pool will launch at the specified start time.

***

#### Review Your Created Pools <a href="#review-your-created-pools" id="review-your-created-pools"></a>

You can return to the **Create Pool** page anytime to review the liquidity pools you’ve previously created and check their AMM IDs.


---

# 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.sega.so/getting-started/creating-a-pool.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.
