> For the complete documentation index, see [llms.txt](https://learn.bluefin.io/bluefin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.bluefin.io/bluefin/bluefin-spot-clmm/tutorials/exploring-the-pools.md).

# Exploring the Pools

Welcome to Bluefin's Concentrated Liquidity Pools! You can access the platform by going to the "Concentrated Pools" section in the header of the UI, or directly through [this ](https://trade.bluefin.io/liquidity-pools)link.&#x20;

<figure><img src="/files/YxjXQkRhKSve6D0n66FV" alt=""><figcaption><p>Accessing Bluefin's Liquidity Pools through the UI header.</p></figcaption></figure>

As you start navigating through the Pools, you'll see our total metrics for the CLMM at the top bar and below a list of available pools for which you can start providing liquidity. Each pool will have (from left to right) the token pair, the fee rate of the pool (0.01%, 0.10%, 0.20%...), the pool metrics (TVL, volume and fees) and the APR based on the rewards offered in that pool (which will show an icon for the corresponding reward token). &#x20;

<figure><img src="/files/Q9yQoFQSS3O2sv9Ie17H" alt=""><figcaption><p>List of Pools available</p></figcaption></figure>

Hovering over the rewards column for a Pool will open a pop-up with the reward details (APR, fees, daily rewards allocation and their $ value)

<figure><img src="/files/9OlovYJp7U8aODxUKR5X" alt="" width="193"><figcaption><p>Rewards breakdown pop-up</p></figcaption></figure>

Moreover, at the far right of a Pool you'll see two options to display the Pool Line Chart and to access the Pool modal

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

In the Pool Line Chart you'll be able to view the Pool's volume and Liquidity in a 24 hour range (broken down by hours) or a monthly range (broken down by days).&#x20;

<figure><img src="/files/aAgBoDfOeAChEJnjmvsf" alt="" width="375"><figcaption><p>Pool Line Chart</p></figcaption></figure>

Finally, accessing the "Deposit" modal will allow you to start providing liquidity to the pool. You can continue learning about providing liquidity in [the next tutorial](/bluefin/bluefin-spot-clmm/tutorials/adding-liquidity-creating-a-position.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.bluefin.io/bluefin/bluefin-spot-clmm/tutorials/exploring-the-pools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
