# Pools

#### Let's click into a specific pool - in this case `XRD / xUSDC`

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

There are 3 main panes that we will look at in turn:

* Charting (top left) - shows various stats associated with this pool
* Liquidity (top right) - allows you to view, add and remove liquidity
* Trades (bottom left) - self explanatory really

### Charting and Stats

Firstly, there is some info above the chart itself.

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

Here we see the following:

* Pool name - as usual you can click on any token icon to see pop-up metadata
* Pool fees (which can differ by pool). The fee for this pool is `0.30%`
* Pool component address (with copy icon)
* Current Spot Price for this pool (the active liquidity)
* Bin Size (which can differ by pool). This pool has bin size of 10 (so about 1% wide bins)
* The 7 day historic volume (in your chosen currency)
* The [Active APY](/products-floop/shape-liquidity/understanding-active-apy.md#introduction) for this Pool

Now let's look at the charts themselves:

<div data-full-width="false"><figure><img src="/files/922FVFjilGdqRj6e9Ops" alt=""><figcaption><p>Price</p></figcaption></figure> <figure><img src="/files/j8CNTVBrQHHk0PC1C6wD" alt=""><figcaption><p>TVL</p></figcaption></figure></div>

<div data-full-width="false"><figure><img src="/files/fxARhwbnaIexwu20i2aR" alt=""><figcaption><p>Volume</p></figcaption></figure> <figure><img src="/files/iCCT2vaS1Uz7aAdqD8Ak" alt=""><figcaption><p>APY</p></figcaption></figure></div>

These charts detail:

* Price - how the price of the pair has moved over the last 10 days
* TVL - the evolution of the Total Value Locked of this pool (in your chosen currency)
* Volume - the historic volume traded in this pool in 6 hr snapshots
* APY - the timeseries of the [Active APY](/products-floop/shape-liquidity/understanding-active-apy.md#introduction) for this pool

Finally, we have 1 final chart to look at:

#### Liquidity Chart

<div><figure><img src="/files/DgNXEp7VwGGbCo7NM6lq" alt=""><figcaption><p>Liquidity Chart</p></figcaption></figure> <figure><img src="/files/VsONwYlci8mlh6I2Qtk4" alt=""><figcaption><p>Rescaling Your Liquidity</p></figcaption></figure></div>

The liquidity chart shows you the total liquidity in this pool. As people add liquidity (using differening numbers of bins and shapes) then so this chart shows the aggregation of all of that liquidity. Current spot is highlighted with a vertical white line for reference.

Overlayed on the chart is your liquidity in green. Click the **Scale** button to plot it on a separate axis and zoom in for easy viewing.

In the following sections we will look at liquidity management and also how to create a new 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.caviarnine.com/products-floop/shape-liquidity/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.
