# What is a Stability Pool?

The Stability Pool is the first line of defense in maintaining system solvency. It achieves that by acting as the source of liquidity to repay debt from liquidated Troves—ensuring that the total LUSD supply always remains backed.

When any Trove is liquidated, an amount of LUSD corresponding to the remaining debt of the Trove is burned from the Stability Pool’s balance to repay its debt. In exchange, the entire collateral from the Trove is transferred to the Stability Pool.

The Stability Pool is funded by users transferring LUSD into it (called Stability Providers).

***

## Related Articles:

* [Liquity V1](https://help.defisaver.com/protocols/liquity-v1)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/liquity-v1/dashboard-and-use-case)
* [Does Liquity charge any fees?](https://help.defisaver.com/protocols/liquity-v1/does-liquity-charge-any-fees)
* [What is the "Debt-in-Front" value in Liquity?](https://help.defisaver.com/protocols/liquity-v1/what-is-the-debt-in-front-value-in-liquity)


---

# 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://help.defisaver.com/protocols/liquity-v1/what-is-a-stability-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.
