# Open a Short Position

### About

Taking a short position means you are betting on a price decrease. In this case a loan is taken out in the risk asset to immediately sell it with the goal of making a profit when the price moves down.&#x20;

### **Step-by-step guide**

1. Select a pool with the desired asset on the main screen of the app.&#x20;
2. Click “Short” (1), input margin amount (2), choose leverage (3) and press Short button (4)

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

3. Sign transaction in wallet
4. Receive confirmation&#x20;

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


---

# 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.marginly.com/app/how-to/open-a-short-position.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.
