# Pools

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

This AMM model offers the flexibility to fine-tune liquidity amplification levels, giving participants the choice between increased profits and reduced risk. Moreover, participants can proactively manage their liquidity by adjusting the price range and token ratios within the pool based on market conditions.

The **Pools** page displays the overall **Cumulative Volume** and **Total Value Locked**, shown on the right in a graph. This page includes sections for **Pools** and **Positions** and offers two main buttons: **Add Liquidity** and **Create Pool**.

**Buttons and Their Functions:**

• **Create Pool**:

• Clicking this button takes you to the **Create Pool** page, where you have four options:

• **0.01%**: Best for Very Stable Pairs

• **0.05%**: Best for Stable Pairs

• **0.3%**: Best for Most Pairs

• **1%**: Best for Exotic Pairs

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

• **Add Liquidity**:

• Clicking this button also takes you to the **Create Pool** page but without options as you are adding liquidity to the pair

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

**Sections:**

• **Positions**:

• Clicking on this button shows all your created positions.

• **Pools**:

In this section, you can view all the pools currently available on Arcane Finance. Next to each pool, there is a **Plus** button where you can add liquidity.

Clicking on the **Plus** button opens a page where you can see the overall volume of the pair, the selected pair, and its feeTier in percentages. This is the **Statistics** page.

Here, you will find **Pool Statistics**, which include liquidity, 24-hour fees, and APR.

You will also see **Pool Composition**, displaying the number of tokens and the amount in USD.

If you switch from **Volume** to **TVL**, the graph at the top of the page will display TBL instead of Volume. Clicking on **TVL** will show the TVL of the selected position in the graph.


---

# 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.arcane.finance/arcane-finance/user-interface/pools.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.
