# Create a New Pool

{% hint style="info" %}

### Attention: Supported Asset Standards

The **AF ecosystem** exclusively supports assets that adhere to the official token blueprint standard. You can find the standard and its associated handlers and `msg.reply` functionality here:\
[Official Token Blueprint Standard](https://github.com/permaweb/aos/blob/main/blueprints/token.lua).

Please ensure that your asset complies with the latest version of this standard to ensure compatibility within the ecosystem. Keeping your asset up-to-date is crucial for seamless integration and functionality.
{% endhint %}

1. Navigate to the Bark website. Ensure that you have the correct URL: [https://botega.defi.ao](https://botega.defi.ao/)
2. Select "[**Pools**](https://botega.defi.ao/#/pools)" at the top center of the page.&#x20;

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

3. Select the "**Connect**" button at the top right of the page and connect your wallet.

<figure><img src="/files/9HC5qftLGmRLRyxU5AAa" alt=""><figcaption></figcaption></figure>

4. Once your wallet is connected, select "**Create Pool.**"
5. Select the first drop down menu and choose the one of the two tokens that you'd like to add to the liquidity pool.&#x20;

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

6. Repeat the previous step for the second drop down menu.&#x20;
7. Choose the percentage amount for each token that you would like to add to the liquidity pool.

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

8. Once you have selected the percentage allocation for each token in the pool, select "**Create New Liquidity Pool.**"


---

# 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.autonomous.finance/products/platforms/botega/botega-pools/create-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.
