# Creating a Pool

Aquarius AMMs enable anyone to create liquidity pools using tokens available on the **Stellar blockchain** or **Soroban smart contract layer**. Currently, two types of pools can be created: **Volatile** and **Stable Swap**.

> **Pool Creation Cost:** 300,000 AQUA

### Pool Types

#### Volatile Pools

* Based on **Uniswap v2**, this AMM type is similar to Stellar’s native AMM pools.
* Pool creators can set different **trading fees**: **0.1%**, **0.3%**, or **1%**.

#### Stable Swap Pools

* Designed for **assets with a 1:1 price ratio** (e.g., **ETH/yETH, USDC/yUSDC**).
* **Not recommended for volatile assets**, as this could lead to the loss of deposited funds.
* Supports up to **three assets** per pool (with **four** coming in a future update).
* Offers **customizable fees** between **0.1% and 1%**.

### How to create a pool

Follow these steps to create a liquidity pool on Aquarius:

1. **Select the pool type** (**Volatile** or **Stable Swap**).

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

2. **Choose the assets** to include in the pool:

* **Volatile pools**: Up to **two assets**
* **Stable Swap pools**: Up to **three assets** (**four in a future update**)

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

3. **Set the trading fee** users will pay when swapping assets.

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

4. **Acknowledge the 300,000 AQUA fee** required to deploy the pool.
5. Click **“Create Pool”** to confirm the transaction and launch your 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.aqua.network/amm-and-pools/pools/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.
