> For the complete documentation index, see [llms.txt](https://docs.krystal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krystal.app/products/farms/hot-pools.md).

# Explore Farming Opportunities

The **Farms** page displays pools with active farming incentives supported by Krystal.

You can use this page to discover opportunities, compare estimated earnings, and begin the Auto-Farm Vault farming flow.

### Open the Farms page

Open **Pools**, then select the **Farms** tab.

You can also access the page directly: [https://defi.krystal.app/pools/farms](<https://defi.krystal.app/pools/farms&#xA;>)

Only pools with supported farming incentives are displayed in the Farms tab.

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

### Find a farming pool

You can narrow the available opportunities using:

* **Network:** Display pools from selected blockchain networks.
* **Platform:** Filter pools by DEX or protocol.
* **Filters:** Apply additional pool criteria.
* **Favorite:** Display pools you have marked as favorites.
* **Search:** Search by pool, token, pair, pool address, or hook address.

### Compare farming opportunities

Each farming pool displays the following metrics:

| Metric           | Description                                                                            |
| ---------------- | -------------------------------------------------------------------------------------- |
| **24h APR**      | Estimated annualized return based on the pool’s earnings during the previous 24 hours. |
| **24h Earnings** | Estimated trading fees and farming rewards generated during the previous 24 hours.     |
| **TVL**          | Total liquidity currently deposited in the pool.                                       |
| **24h Volume**   | Total trading volume processed by the pool during the previous 24 hours.               |

You can sort the list by the available metrics.

**24h Earnings** helps compare the estimated dollar value generated by each pool, combining trading fees and farming incentives.

> APR and earnings are estimates based on recent performance. They do not guarantee future returns.

### Start farming

After selecting a pool, click **Farm**.

You will be redirected to the liquidity interface, where you can:

1. Configure the LP price range.
2. Select an existing Auto-Farm Vault or create a new one.
3. Enter the amount you want to provide.
4. Join the underlying farm.

Continue to Provide Liquidity and Join a Farm.


---

# 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://docs.krystal.app/products/farms/hot-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.
