# How to adjust Leverage?

To enhance the Buying Power of traders, the option to trade perpetual futures with leverage was introduced. On NEXDEX, the maximum available leverage is 30x, which can be used in BTC-USDT and ETH-USDT contracts. For other contracts, the size of the maximum leverage can vary based on market volatility and liquidity criteria.

To find out the maximum available leverage for a specific contract, go to the trading terminal under the Details tab or click on the leverage settings button on the right side of the terminal:

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

To adhere to risk management and reduce potential pressure on the Last Price, a maximum order limit has been set based on the chosen leverage. As the platform scales and liquidity in the order book grows, the maximum order size will always be adjusted. It's in this window that you set the leverage suitable for you:

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

{% hint style="warning" %}
**Remember, the higher the leverage, the sooner the platform calculates the liquidation price to comply with risk management policies.** We strongly recommend [reading the article](/trading/liquidation-adl-insurance-fund-imr-mmr.md) that thoroughly describes all factors influencing the liquidation process.
{% 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://help.nexdex.pro/trading/how-to-adjust-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.
