# Liquidity Pools

Nabla works with two different types of liquidity pools, with a different purpose and risk profile:\
\- Swap Pools for each tradable asset provide the required token liquidity - the risk profile for LPs is low risk / medium rewards\
\- The Backstop Pool takes on all market making risks, and thus backs the liquidity in the Swap Pools. Providing liquidity to the Backstop pool has a medium risk / high reward risk profile


---

# 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.nabla.fi/protocol-overview/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.
