# Auto-Sell

Auto-Sell allows you to increase your vault's collateralization ratio by automatically repaying your vault debt and de-risking your vault without closing it.

To configure your Auto-Sell, you have to determine:

### **Trigger Ratio**

This is the collateralization ratio that, when hit, will trigger the execution of your Auto-Sell. The ratio is calculated with the next oracle price.

### **Target Ratio**

This is the collateralization ratio that will be achieved by executing your Auto-Sell. For Auto-Sell, the Target Ratio is always higher than the Trigger Ratio.&#x20;

*Note: the Auto-Sell will be eligible for execution if it can achieve the Target Ratio +/- 2%.*

### **Min. Sell Price**

When you execute an Auto-Sell you are selling your collateral to repay the vault debt. You set the minimum collateral price you are willing to sell your collateral at when you execute your Auto-Sell. Note that the price paid for the collateral is the current trading price on 1inch DEX, so it will very likely be different from the current and next oracle prices.

### **Max Gas Fee**

Here you select the maximum gas fee you will spend each time your Auto-Sell executes. If the gas fee exceeds your max, the Auto-Sell will remain active but will not execute until the network gas fees reduce.&#x20;

{% hint style="warning" %}
**WARNING**: This is a recursive strategy; every time your trigger is hit, the Auto-Sell will execute. This means that the trigger remains in place even after the execution. If you do not wish to continue with the Auto-Sell execution, you must cancel it.
{% endhint %}

The minimum vault debt limits the Auto-Sell functionality. You can’t set up an Auto-Sell that will take you past your dust limit. Additionally, as this is a recursive strategy, if at some point of time the execution of Auto-Sell will leave your Vault’s debt below your minimum, it will not be executed and your Vault will be at risk of liquidation.

You can watch a step-by-step tutorial to set up an Auto-Sell strategy in the video below:

{% @arcade/embed flowId="TphU638DynCGkeIXfsO7" url="<https://app.arcade.software/share/TphU638DynCGkeIXfsO7>" %}


---

# 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://docs.summer.fi/summer.fi-pro/automation/auto-sell.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.
