# Boost & Repay

Opening up a position through DeFi Saver brings you access to a plethora of tools that help manage your assets - Whether it's risk management or increasing exposure to the collateral asset.

Two of our most popular tools are:<br>

* **Boost** - Allows users to increase leverage in one transaction. The feature utilizes a flash loan to borrow the debt asset, swaps it to the collateral asset, supplies it to the position, and then borrows from the position to pay back the flash loan.<br>
* **Repay** - Allows users to use part of their collateral to pay off their debt in one transaction. By utilizing a flash loan to borrow the collateral asset, it's swapped to the debt asset, used to repay the loan - and collateral is then withdrawn from the position to pay back the flash loan.

> Both tools also have automations available with which users can automatically Boost or Repay based on the parameters they set.\
> \
> These parameters include either setting a specific Safety Ratio, or the price at which the actions will be executed.

For more information on these automations, please refer to our [Automation ](https://help.defisaver.com/features/automation)article.

***

## Related Articles:

* [Automation](https://help.defisaver.com/features/automation)
* [Use-case](https://help.defisaver.com/features/boost-and-repay/use-case)
* [Fees](https://help.defisaver.com/features/boost-and-repay/fees)
* [Compatibility](https://help.defisaver.com/features/boost-and-repay/compatibility)


---

# 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://help.defisaver.com/features/boost-and-repay.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.
