> For the complete documentation index, see [llms.txt](https://tectonic.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://tectonic.gitbook.io/docs/protocol/leverage-management-tools.md).

# Leverage Management Tools

Tectonic offers leverage management tools in order to cater to a broader risk profile or investment criteria, all while enabling users to complete transactions in a single click. We aim to make it easier for users to execute their investment views using Tectonic, which ultimately should help increase borrowing and hence protocol revenue.

These tools are made possible with the addition of a "deferred liquidity check" function. At a high level, this deferLiquidityCheck() function will allow us to compile multiple actions in a sequence and defer the liquidity check until the very end.&#x20;

This function is required because certain actions (e.g. taking out an undercollateralized loan) within that sequence may not be feasible on its own. At the end of the day, bundling a set of actions together would result in the same desired outcome while ensuring that a user’s account position is maintained at a healthy level.&#x20;

Currently, the 2 tools on offer in this leverage management series are: Repay with collateral, Collateral swap.

Note: At launch;

* [VVS Finance](https://vvs.finance/) and [WOWMAX](https://wowmax.exchange/) are the only 2 integrated DEXes so far. In the future, we will be working to offer more DEX/Aggregators<br>


---

# 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://tectonic.gitbook.io/docs/protocol/leverage-management-tools.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.
