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

# How is a leveraged long order created?

Leveraged long orders bet on the rise of an asset's price, and it amplifies the returns (and losses). For instance, if you made a leveraged long order with 1.56x leverage, and the price of the underlying asset rose by 10%, your return would be 15.6%.

### How it works

Leveraged long orders are made by taking out loans denominated in a stable currency (like DAI), with the collateral denominated in the asset you want to long. The loaned stable currency is immediately converted to the asset you want to long. This means that you would be exposed to the asset's price changes not only through the collateral, but also through the loaned assets, effectively amplifying your returns (and losses).

{% hint style="info" %}
Betoken uses [Compound Finance](https://compound.finance/)  as the margin trading platform for executing leveraged long & short trades.
{% endhint %}

### How to create leveraged long orders

Click "Make Investments" on the manager portal's header, select an asset with the label "Margin Trading", and you will be able to select the leveraged long order option, with up to 1.56x leverage.


---

# 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:

```
GET https://betoken.gitbook.io/docs/manage-the-fund/how-is-a-leverage-position-created.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.
