# Liquidity Pools

Notional makes fCash available to trade within its built-in 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 mature at a set cadence depending on the governance parameter settings. One example would be quarterly pools that mature every 3 months.

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

### User Types

Three user types interact with Notional liquidity pools: lenders, borrowers, and liquidity providers. Lenders deposit Dai into the pool and receive fDai (a promise to **receive** a fixed amount of Dai at a future date). Borrowers take Dai from the pool and deposit fDai (a promise to **pay** a fixed amount of Dai at a future date). The liquidity provider adds Dai and Dec 1 2020 fDai into the pool which can be lent or borrowed by either party.

![](/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/notional-basics/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.
