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

# The problem Nabla solves

Classic passive AMMs like Uniswap or Curve are the backbone of DeFi, and optimal designs to trade assets that require onchain price finding (like longtail governance tokens, meme coins, etc.), or to trade likewise stables where no major price deviations are to be expected. But they are not optimized to trade assets where the price finding happens predominantly offchain (e.g. major cryptos, forex, most RWAs) or algorithmically (e.g. staked/yielding assets). \
Providers of liquidity for these tokens thus suffer from unnecessary Impermanent Loss and low capital efficiency. This makes LPing for those tokens in most cases unprofitable (i.e. when considering the opportunity costs), which in turn means that the respective token issuers have to pay for liquidity one way or another (either by providing liquidity themselves, by paying a professional market maker, by “bribing” AMM token holders to steer incentives to their pools, or by paying direct LP incentives). \
These high costs of liquidity are in most cases not sustainable and prohibit to attract deep swap liquidity - which in turn hinders the wide-spread usage of the the respective assets. \
Nabla is on a mission to change that, and to drastically lower the costs of liquidity, povide juicy yields for LPs on single-sided deposits, and reduce the costs for swaps.


---

# 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:

```
GET https://docs.nabla.fi/nabla-finance/the-problem-nabla-solves.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.
