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