> For the complete documentation index, see [llms.txt](https://docs.mobius.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/open-a-short-position/manage-short-positions.md).

# ✔️ Manage Short Positions

Users can manage their short positions' collateralization ratio and debt in order to mitigate liquidation risk and losses.

Users can manage their short positions through three different mechanisms. Each mechanism provides a unique for users to adjust their positions according to their strategies.

![](/files/-MifILPEmaesWBpfapSt)

1. **Closing a position.** Closing a short position refers to paying back the moAsset debt entered by short-selling in order to redeem your initial collateral. Users can close their positions by pressing the *close position button located on the table under the "shorting" feature*. Users also have the option of selecting a portion of the amount to close on the pop-up window.

![](/files/-MifIfYf3w1dDFOokB7h)

&#x20;2\. **Adjust your Collaterallization ratio.** Users can modify their collateralization ratios in two ways.\
\
i. **Increase staked collateral.** Users can *stake* more collateral to increase their collateralization ratio and mitigate their liquidation risk. \
\
ii. **Reduce staked collateral.** Users can *unstake* part of their collateral, this will result in the reduction of their collateralization ratio. This is used mainly to maximize their capital efficiency and take profits.

To adjust your collateral ratio, click on the "edit" button:

![](/files/-MifIpyOJ-uOAd24pqR-)

&#x20;3\. **Adjust your Position (debt).** Users can adjust their position (debt) without requiring withdrawing the staked collateral. \
\
i. **Increase your Short position**. Users can maximize the capital efficiency of their collateral by increasing their short position total size. This will employ the available collateral to short the selected moAsset, by increasing the short position, users will generate a new "Open Price" base on an average between the new and previous short positions.

&#x20;ii. **Reduce your short position**. Users can increase their collateral ratio by staking more collateral without adding more shorts. This feature allows users to manage their liquidation risks.

To adjust your position (debt), click on the "edit" button:

![](/files/-MifJ3pIUWxXmlOq5y0N)


---

# 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://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/open-a-short-position/manage-short-positions.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.
