# Refundability and Withdrawals

In ELYFI version 2, to enhance the stability of the protocol, users' liquidity can be added or removed based on a queue. A waiting list is implemented for liquidity supplying and redemption, matching them when conditions are met.

Refundability and Withdrawal features are only available for Senior pools. The price of Senior Tokens increases as the time to receive interest approaches. If collateral becomes delinquent or defaults, the price of Senior Tokens may decrease. The Equity pool does not have a reserve pool because it is a subordinated pool, and liquidity providers are required to participate from the start of the pool until maturity.


---

# 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-v2.elyfi.world/features/refundability-and-withdrawals.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.
