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

# Pools

Pools on the Overnight platform offer users a way to participate in decentralized liquidity pools and earn yields by depositing their assets. This guide will help you explore the pools page, highlighting features that will enable you to select the most suitable pool for staking and ensure a seamless experience.

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

### **What are Pools?** <a href="#what-are-pools" id="what-are-pools"></a>

**Liquidity Pools**: These decentralized pools allow users to deposit assets like cryptocurrencies or stablecoins. Liquidity pools are crucial for facilitating various DeFi activities, such as trading, lending, borrowing, and yield farming. They are primarily used to support decentralized exchanges (DEXes) run by automated market makers (AMMs).

**Yield Generation**: When you deposit your assets into a pool, you become a liquidity provider. In return, you earn yields generated by trading fees, interest accrual, or rewards from other protocols.

**Filter**: By default, pools from all supported chains are displayed. You can refine your view by using the chain filter to see pools specific to certain networks.

**Interacting with Pools**

* **Deposit Button**: All Overnight pools support the **Zapin** feature, click the "Deposit" button to swap your assets and enter the selected pool with ease.

Use this guide to navigate the pools on the Overnight platform. By applying filters and exploring the interaction options, you can make informed decisions, participate in liquidity pools, and maximize the earning potential of your assets.


---

# 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.overnight.fi/user-guides/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.
