# Pools

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

On this page, you'll find a comprehensive list of all the pools created within the app. Utilize the filters to display only those you're interested in at any specific time. \
\
For additional assistance, the following is an explanation of each column in the sortable table:

<table><thead><tr><th width="181">Column</th><th>Explanation</th></tr></thead><tbody><tr><td><strong>PAIR</strong></td><td>Two tokens each pool is made + Pool Type.</td></tr><tr><td><strong>MY STAKE</strong></td><td>Amount of those tokens you have staked.</td></tr><tr><td><strong>TVL</strong></td><td>Total amount of those tokens that have been pooled.</td></tr><tr><td><strong>APR</strong></td><td>Annual Percentage Rate of that pool.</td></tr><tr><td><strong>Search Bar</strong></td><td>to find specific Pools or Token.</td></tr><tr><td><p><strong>Toggle Filter</strong></p><ul><li><strong>Stable</strong></li><li><strong>Volatile</strong></li><li><strong>Gauges</strong></li><li><strong>Deposits</strong></li></ul></td><td><p>allows to selectively display or hide specific content.</p><ul><li>Stable Pools visible, like USDt / USDC.</li><li>Volatile Pools visible, like KELL / WETH.</li><li>Only Vote-able Pools visible.</li><li>Only Staked Liquidity visible.</li></ul></td></tr></tbody></table>

Clicking the **MANAGE** button next to the pair or **V2 Liquidit**y will redirect you to another page. Here, you can view the amount of the selected tokens held in your wallet, which is categorized into two sections.

### STAKE

Deposit funds into any LP of your choice and then stake it. When you click the **STAKE LP** button, you will be required to sign the following actions with your wallet:

1. Create the pool (if it has been already created, this won't appear).
2. Add liquidity to the selected pair and deposits into its corresponding pool.
3. Stake the LP in its respective gauge.

{% hint style="warning" %}
***Note:** If you are adding liquidity for a specific token for the first time, you will be prompted to **APPROVE** it initially. This approval will not be required again unless you choose to revoke it or need to increase the approved amount.*
{% endhint %}

### UNSTAKE

Whenever you wish to withdraw your liquidity, visit this section. The **UNSTAKE LP** button triggers various actions that require your signature:&#x20;

1. Unstake the LP from the gauge.
2. Withdraw the Amount from its pool.

{% hint style="warning" %}
*Note: If it is your first time removing liquidity for a particular token, you will initially be prompted to **APPROVE** it. This step won't be required again unless you choose to revoke the approval or need to increase the approved amount.*
{% endhint %}


---

# 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://keller-finance.gitbook.io/documents/protocol-overview/dapp-navigation/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.
