# Initialize a new pool

### Initialize pool <a href="#h.mt03x5qsmjju" id="h.mt03x5qsmjju"></a>

If you want to add tokens to the pool that has not been created before, you have to initialize it first. Let’s follow some simple steps below to initialize your pool.

Step 1: Access Liquidity section and connect wallet on Position Exchange

![](/files/bUzNc5QN0H4Gfs53pTUV)

Step 2: Initialize pools

![](/files/yZenJKMtfp6LRetvvhx1)

In case you import a token pair that has not existed, the system will ask you to initial the pool before adding liquidity. Then, click Initialize Pools Now button.

![](/files/JMJ79j0G6qOVVIPiYz39)\[a]

Fill in the amount you want to deposit at initial.

Next, complete the price range and tick space section with the number larger than 0.

The price range is the difference from the lowest price to the highest price in an index, which is described in the liquidity chart.

Tickspace is an indicator used on smart contracts, responsible to switch from liquidity to orders on the order book.

Tickspace around 1000 will create about 30 orders on the orderbook

Click Initialize Pool when you finish choosing.

![](/files/l5dP0CXoWtoQEOBLctkk)

Confirm the action in your wallet and wait a second for the system process.

![](/files/PhpMlrPeLXhJSSn7RhYT)

Congratulations! You created the pool successfully. Now you can add liquidity into the pool and enjoy the return.


---

# 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.position.exchange/products/dex-2.0/concentrated-liquidity/initialize-a-new-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.
