# Backstop Pool

Despite not being directly involved in Swaps, the Backstop Pool plays a central role in the design of the Nabla AMM, as it covers the Swap Pools’ major risks. While the Swap Pool liability tokens represent the right to withdraw a certain share of the pools liabilities, the Backstop Pool LP tokens represents a share of the total backstop liquidity, which is defined as the sum of $USDC from the Backstop Pool, all surplus assets of Swap Pools with coverage ratio >= 1, minus all shortfalls in pools with coverage ratio < 1.&#x20;

The Backstop Pool accepts deposits only in $USDC, but withdrawals can be done in either $USDC or any assets on which Swap Pools have a coverage ratio above one (in the latter case with a small bonus due to positive slippage). All users that choose an asset other than $USDC contribute to the rebalancing of the Backstop Pool towards a healthier pool state.&#x20;

Backstop Pool Liquidity Providers take on the full market making risk on Nabla on leverage. Due to the intelligent HFT pricing, the losses and profits from these market making activities should in the long run (almost) equal out. Small instances of remaining directional losses (= corresponding to "remaining IL") may only occur whenever the delta between the current price engine quote and the current "fair price" occasionally exceeds the swap fee f. \
\
Providing liquidity to the Backstop Pool, therefore, comes close to a cash-neutral strategy, yet it earns a significant share of all swap fees and token incentives. To ensure the system's solvency at all times and give the protocol time to react to large withdrawals, Backstop Pool LPs cannot withdraw their funds instantly but have to wait 30 days after withdrawal initiation before finalizing their withdrawal.


---

# 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/backstop-pool.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.
