# Liquidity Pools

Notional makes fCash available to trade within its native AMM-enabled liquidity pools. A Notional liquidity pool holds fCash alongside its currency type (Dai and fDai for example). A liquidity pool refers to a **maturity** - A Dec 1 2020 liquidity pool holds Dec 1 2020 fCash.

![Dec 1 2020 DAI Liquidity Pool](/files/-MIVf609MCHVb8A4n91S)

### Maturities

Liquidity Pools roll on a set cadence depending on governance parameter settings.

![Quarterly DAI Liquidity Pools](/files/-MIVlecxoElATX7IzS2M)

### User Types

Three different user types interact with Notional's liquidity pools: lenders, borrowers, and liquidity providers.

![](/files/-MIVi4wTmi74l_8ImLBA)


---

# 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.notional.finance/traders/chinese/using-notional/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.
