> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/protocols/liquity-v2/defi-saver-supported-features.md).

# DeFi Saver-supported Features

Here is the list of all the key DFS features available for Liquity from day one:&#x20;

* **1-Tx Open Leverage Trove Position:** Deposit and borrow (or create a leveraged position) in one transaction
* **1-Tx Close Trove Position:** Close by fully clearing your debt and withdrawing the remaining assets, using either BOLD from your account or collateral from the Trove
* **Automated Leverage Management (Boost & Repay)**: Increase or decrease leverage when the desired threshold is met&#x20;
* **Stop Loss**: Trigger automatic liquidation when a predefined threshold is met to prevent more significant losses.&#x20;
* **Take Profit**: Similar to Stop Loss automation, this ensures partial unwind or full close of the position when a predefined threshold is met to secure gains. &#x20;
* **Loan Shifter**: Allows easy migration of existing positions (from V1 or other protocols to Liquity V2).
* **Stability Pool Liquidation Protection:** Automatically pay back the debt when Troves' Collateral Ratio drops below the user-set threshold


---

# 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://help.defisaver.com/protocols/liquity-v2/defi-saver-supported-features.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.
