# How to adjust your leverage / how to reduce your Liquidation Brake

Adjusting your leverage, suppose you already have an opened xPOSITION. You should see your xPOSITION on the Trade page in the middle left section called “My xPOSITION”.\
Ensure the correct wallet is connected to the dApp if you don't see it.

There are two ways of adjusting the leverage of an xPOSITION. You can modify it without changing its nominal value or top up to your position with a different leverage.

> To lower your Liquidation Brake threshold, simply reduce your leverage using one of the two options below. You can reduce it by adding to your position with a lower leverage.

## Adjusting the leverage without changing the xPOSITION’s nominal value.

{% embed url="<https://youtu.be/huYgQkCh_9U>" %}

* Once you are correctly connected on the [Trade](https://fx.aladdin.club/v2/trade) page, you should see a button labeled “Adjust Leverage.” Click it.
* Slide the leverage bar to reach your desired leverage.
* Hit the “Preview” button.
* Review your trade and the evolution of your xPOSITION, then click the “Submit Transaction” button when ready.
* Confirm the transaction using your wallet.

## &#x20;Adjusting the leverage of the xPOSITION by adding to it.

You can also top up your position or create a new one with a different leverage. Your xPOSITIONs are aggregated into a single one with an average leverage.

Please follow that tutorial to learn how to add or reduce a position.

{% content-ref url="/pages/rcXRR5ALBX7Klu0137nO" %}
[How to add/reduce a leverage position?](/fx-docs/guides/how-to-add-reduce-a-leverage-position.md)
{% endcontent-ref %}

<br>


---

# 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://fxprotocol.gitbook.io/fx-docs/guides/how-to-adjust-your-leverage-how-to-reduce-your-liquidation-brake.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.
