> For the complete documentation index, see [llms.txt](https://beraborrow.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beraborrow.gitbook.io/docs/user-guides/liquid-stability-pool-management.md).

# Liquid Stability Pool Management

The Liquid Stability Pool is a core mechanism within Beraborrow designed to maintain protocol solvency while offering users a way to earn yield from liquidations and protocol fees.

By depositing NECT into the pool, users mint sNECT, an ERC4626 token that represents their share of the pool’s assets, including NECT, and other liquidated collateral assets.

You can start earning yield from liquidations and POLLEN backed by interest rates today.

**Withdrawals from the stability pool are locked till the 15th of March 2025 as part of protocol bootstrapping period.**

{% content-ref url="/pages/FERCnTIZoBZNtdccJ93R" %}
[Deposit NECT into the liquid stability pool.](/docs/user-guides/liquid-stability-pool-management/deposit-nect-into-the-liquid-stability-pool..md)
{% endcontent-ref %}

{% content-ref url="/pages/bNpHXxohG8v3B3hywU1r" %}
[Withdraw NECT from the liquid stability pool.](/docs/user-guides/liquid-stability-pool-management/withdraw-nect-from-the-liquid-stability-pool..md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://beraborrow.gitbook.io/docs/user-guides/liquid-stability-pool-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
