# Create a Pool

### **1. Click on New Position**

Navigate to the Earn menu and click on **New Position** on the top right side of the page.

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

### **2. Select a pair**

Select a pair of tokens. Customize your pool by selecting one of the four fee tiers available.

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

### **3. Enter a starting price**

Enter a starting price for your pool. Choosing a reasonable price similar to the market rates is important to avoid capital loss caused by arbitrageurs.

{% hint style="info" %}
**How does an unreasonable starting price result in capital loss?**

The starting price will decide the ratio of tokens to be deposited in the pool. If the price of a token is much higher than the market rates, arbitrageurs will purchase the tokens from external sources and sell them in your pool for profit. This is equivalent to you purchasing the token at an unreasonably high price, which may result in a net loss of your position's value. &#x20;
{% endhint %}

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

### **4. Set a price range**

Enter the **Min Price** and the **Max Price** for your price range. Note that the pool will be available for trading only if the starting price is placed within the price range. If you want your pool to be available for trading at all times, click on the Full Price Range button below to provide liquidity to the entire price range from 0 to ∞.

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

### **5. Enter amounts**

Enter the amount of tokens you'd like to deposit. Filling out one side of the pair will automatically calculate the amount of the opposite side, based on the current price of the pool and your price range.

<figure><img src="/files/94185QfwPOICKigR4sWZ" alt=""><figcaption></figcaption></figure>

### **6. Preview your transaction**

Review your transaction to ensure that all of the displayed information is correct. A pool creation fee of 100 $GNS exists for spam prevention purposes.

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

### **7. Approve the transaction on Adena**

A pop-up from Adena will appear in a new window, prompting you to approve the transaction. Click on **Approve** to proceed.

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

### **8. Check your pool**

Once your transaction is complete, use the search feature in the header to find your newly created pool.

{% hint style="info" %}
**Displaying Price Information**

GnoSwap only displays price information about tokens that meet the VWAP criteria. Until then, all of the price-related data will be displayed as `-` . Learn more about the VWAP criteria in [this section](broken://pages/O5TTcmcVHiMqZWNlTjN9).
{% endhint %}

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

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


---

# 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.gnoswap.io/user-guide/providing-liquidity/create-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.
