# 📉Open a short position

By opening a short position, users are staking their collateral to mint the selected moASSET and **short sell it in a single transaction**. This is all done automatically thanks to our smart contracts. Users receive the moUSD equivalent to their short position. In order to close a short position, users need to pay back the same amount of the moASSET they used for short selling.

In contrast to "reverse assets“ used by other protocols, users who open a short position on Möbius Finance are **buying the asset and short-selling** **it rather than trading an inverse synthetic (inverse price feed).**

&#x20;Follow the steps below to open a short position:

1. Go to the "Shorting" page.

![](/files/i1BMckshY7Tcn2Bhzm9y)

2\. Select the moAsset you would like to short-sell. After selecting, you'll see the price graph updated as well as stats below.

![](/files/ts5HwMRSHBjX47STCqpB)

3\. After selecting the moAsset to short-sell, enter the amount of collateral and set your desired collateral ratio with the "range slider" or by entering the collateral ratio directly.

![](/files/9tdpZxh8Vr6T8ne0GON8)

4\. After filling in all the above, verify your information on the table on the right and click on "Short Asset". You will need to confirm the transaction on the pop-up window on the website and on your Metamask.

![](/files/-MifI1wXo_yso9F-869u)

![](/files/-MifIAG2pbajUgYrQ5jZ)


---

# 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.mobius.finance/step-by-step-guides/official-mainnet-guides/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.
