> For the complete documentation index, see [llms.txt](https://docs.acryptos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acryptos.com/products/legacy-products/liquidizer-vaults.md).

# Liquidizer Vaults

Liquidizer Vaults are designed to automate yield farming on top of illiquid farms and "liquidize" them.

Parameters of Liquidizer Vaults are:

* Reserves: The amount of liquid reserves in the Vault that are not locked in the underlying protocol and available for users to withdraw.
* Reserve Ratio: The ratio of liquid reserves in the Vault as a percentage of the total Vault TVL.
* Target Reserve Ratio: The Reserve Ratio the Vault aims to maintain.
* Amp: The [StableSwap](https://curve.fi/files/stableswap-paper.pdf) parameter the Vault uses to calculate withdrawal "slippage".

When a user withdraws:

* Any amount that does not bring Reserves below Target Reserves is withdrawn as normal.
* Any amount that brings Reserves below Target Reserves experiences "slippage" as if they were trading against a StableSwap pool with 2 balances: Reserves and Target Reserves.

For example, if a user were to withdraw 100 FTM from a Vault with Reserves of 1000 FTM and a Target Reserve of 2000 FTM, it would be as if he was selling 100 FTMA to a StablePool with 2000 FTMA and 1000 FTMB.


---

# 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.acryptos.com/products/legacy-products/liquidizer-vaults.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.
