# Close Position

Close your position at your desired price.

| Step                                                      | Description                                                                                                                                                                                                                                             |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ol><li>Receive the profit/remaining collateral</li></ol> | <p></p><p>All fees will be deducted from your collateral and sent to the MLP</p><p></p><p>You can only choose the token to receive the profit/remaining collateral in for Market Close Order</p><p></p><p>Slippage is fixed</p>                         |
| <ol start="2"><li>Pay Fees</li></ol>                      | <p></p><p>Close Fee, Execution Fee, and Holding Fee are charged when closing positions</p><p></p><p>Fees are deducted from your collateral before sending the profit/remaining collateral to your wallet</p><p></p><p>See Fees for more information</p> |


---

# 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.moonlander.trade/how-to-use/trading/trade-lifecycle/close-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.
