> For the complete documentation index, see [llms.txt](https://docs.3adao.org/3a-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3adao.org/3a-protocol/protocol-documentation/lending/stability-pool.md).

# Stability Pool

The Stability Pool is the first line of defense in maintaining system solvency. It acts as the source of liquidity to repay debt from liquidated Vaults, ensuring that the total EURO3 supply always remains backed.

The Stability Pool is funded by Stability Providers depositing EURO3 to receive liquidated tokens and A3A rewards. When liquidations occur, the Stability Providers lose a pro-rata share of their EURO3 deposits, while gaining a pro-rata share of the liquidated collateral.&#x20;

As Vaults are liquidated at a collateral-to-debt ratio higher than 100%, it is expected that Stability Pool Providers will receive a greater Euro-value of collateral relative to the debt they pay off.

{% hint style="info" %}
**Stability Providers may receive any whitelisted collateral assets during liquidations.**
{% endhint %}

If a user borrows against their own ETH tokens and decides to deposit some of the borrowed EURO3 into the Stability Pool, they will participate in all liquidations, not just ETH. The users who do not wish to get exposed to certain assets can swap those assets immediately after the liquidation.

{% hint style="warning" %}
**There is no minimum lockup duration for Stability Pool deposits**
{% endhint %}


---

# 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.3adao.org/3a-protocol/protocol-documentation/lending/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.
