# Leverage

**WEN Protocol** can offer a collateral ratio as low as **115%** by making liquidations immediate and more efficient. This allows WEN Protocol to require less collateral while still providing the same level of security as similar protocols that rely on slow auction processes to sell off collateral during liquidations.

Users have the option of selling the `wenUSD` you minted on the exchange for collaterals, then deposit and increase the collateral ratio in the Trove. This allows users to mint and sell more `wenUSD`, and by **repeating this process** you can reach your desired leverage level.&#x20;

The maximum leverage ratio you can achieve is <mark style="color:red;">**7.66x**</mark>, which is calculated by the formula:

$$
Maximum Leverage Ratio(MLR) = \frac{MCR}{MCR-100%}=\frac{115%}{115%-100%}=7.66
$$

where MCR is the Minimum Collateral Ratio.

{% hint style="danger" %}
Max leverage is only an <mark style="color:red;">**EXTREMELY AGGRESSIVE**</mark> example, leverage is for experienced users <mark style="color:red;">**ONLY**</mark>.
{% endhint %}


---

# 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.wenprotocol.io/how-it-works/leverage.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.
