# Create a Pool

1. To create, or initialize a pool, navigate to the 'Pools' header.&#x20;

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

2. Choose your desired token pair. Pool initializers will receive a message indicating that they are the first Liquidity Provider (LP).&#x20;

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

3. Input the desired liquidity to add for each asset. Then select Create & Supply. (Reminder: this will determine the initial price the tokens will trade at).

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

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

<figure><img src="/files/43Vx49nHxvWirVUJwjab" alt=""><figcaption></figcaption></figure>

Pool created. You should receive LP shares in your wallet that will represent a 100% share in the pool's liquidity and trading fees (until another LP adds liquidity to the pool).&#x20;


---

# 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.prl.one/buttonwood/user-guides/buttonswap-user-guide/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.
