# Fee & parameters

### **Minimum Position Value** <a href="#minimum-debt-size" id="minimum-debt-size"></a>

The minimum amount of assets that a user needs to supply to AutoVaults.

| Chain  | Amount (USD) |
| ------ | ------------ |
| Cronos | $200         |

### Fee Parameters&#x20;

#### Performance Fee (applicable to AutoVault)

$$
PerformanceFee = Net Profit \times 19%\
$$

*Where Net Profit = Current Value - Capital Value (as shown in "My Position")*

When the position is adjusted or closed, we will calculate the Performance Fee based on your net profit earned from AutoVault, and this fee is only charged when profit is made. If your position suffers **any net loss**, **NONE of the fees would be charged**.

*Remarks: The Current Value and Profit shown in "My Position" is after-fee already, what it shows is what you can get back.*&#x20;

<figure><img src="/files/SVymv1Pd3lCJA950RuoK" alt=""><figcaption></figcaption></figure>

#### Capital Protection Fee

<table><thead><tr><th width="183">Chain</th><th>Amount (USD) Per Position Per Close</th></tr></thead><tbody><tr><td>Cronos</td><td>$10</td></tr></tbody></table>

When the Net-Equity-Value-to-Capital ratio (inclusive of the Capital Protection Fee) hits your configured Capital Protection Ratio, Single Finance will close your position and pay gas cost for you. The gas cost will be covered by this Capital Protection Fee.


---

# 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.singlefinance.io/autosingle/guides/fee-and-parameters.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.
