# Pools

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

The [**Pools**](https://aqua.network/pools/) section of [aqua.network](https://aqua.network) is the hub for **Aquarius AMMs**.

### Analytics

At the top, you’ll find graphs displaying the **trading volume** across all Aquarius AMMs and the **total liquidity** across all pools. You can adjust the timeframe to view historical trends.

### List of Pools

This section allows you to browse all available pools on Aquarius. Use the **search bar** to filter for specific tokens or the **sorting options** in the column headers to organize pools by **TVL (Total Value Locked)**, **volume**, **daily rewards**, **Base (LP) APY**, or **Rewards APY**.

### Pool Badges

Pools are labeled with badges to indicate their type:

* **Stable** – The exchange rate remains as close to **1:1** as possible. These pools are designed for stablecoins (**USDC, USDx, etc.**) or assets pegged 1:1 (**e.g., ETH and yETH**).
* **Volatile** – Prices in these pools follow the **constant product formula**, adjusting based on supply and demand in swaps. They are designed for **volatile asset pairs**.
* **Reward Zone** – Pools in this category have received enough votes to qualify for **AQUA rewards** for liquidity providers.

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

### Pool Overview

<figure><img src="/files/1evynZVjNBzulFW2VnJx" alt=""><figcaption></figcaption></figure>

Clicking on any market in the **Top Pools** section opens the **Pool Overview**. Here, you can:

* **Deposit & withdraw liquidity**
* **View pool details**, such as type and total shares
* **Check pool statistics**, including **TVL** and **volume**
* **See recent transactions and pool members**


---

# 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.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.
