> For the complete documentation index, see [llms.txt](https://fxprotocol.gitbook.io/fx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fxprotocol.gitbook.io/fx-docs/guides/how-to-open-a-leverage-position-xposition.md).

# How to open a leverage position (xPOSITION)

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

xPOSITIONS offer up to 10x leverage on ETH.\
To open a position:

* Head over to the [Trade](https://fx.aladdin.club/v2/trade) page.
* Connect your wallet using the upper right “Connect Wallet” button.
* Input the amount you would like to leverage. The default asset is USDC; you can pledge other assets by clicking the down arrow.![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcBj1aKjTd-0vKRw_o2XjN1e1tA7TZcc2pmEltj0TqVVFvowotyuNk7jrOixaOay1vG07fukskGcQAfbKOGjN6OKzuBSzK1IFOIS3Vp8Q68NmGDEA7VGrAf8WgjqKk_9I7JPOa_NA?key=GA1o45aLKYw_edI6IcXZgMv2)
* Set the requested leverage using the slider bar and wait for the preview to load.
* Hit the Preview button to review your trade.
* Review your trade and the evolution of your xPOSITION, and once you are ready, click the “Submit Transaction” button.
* Confirm the transaction using your wallet.

You’re all set. You can now track your position on your Dashboard on the “[Trade](https://fx.aladdin.club/v2/trade)” page.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fxprotocol.gitbook.io/fx-docs/guides/how-to-open-a-leverage-position-xposition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
