# Closing Trades

You can close your position at your chosen price.

***

#### Receive Profit or Remaining Collateral

* All applicable fees will be deducted from your collateral and transferred to the **Vault**.
* Slippage is fixed when closing via Market Orders.

***

#### Fees

* When closing a position, the following fees apply:
  * **Close Fee**
  * **Execution Fee (Free)**
  * **Holding Fee**
* These fees are deducted directly from your collateral before any profit or remaining balance is returned to your wallet.
* See [Fee Breakdown](/docs/trading/fee-breakdown.md) for detailed information.

#### Settlement

* Base on the Virtual Market Making Vault design, when the position is closed, settlement is made in LVUSD/LVMON based on what type of collateral you use, more details are shown below:

{% content-ref url="/pages/mG3aQdEru9ULVbVFBYBm" %}
[LVUSD Stablecoin](/docs/liquidity-layer/lvusd-stablecoin.md)
{% endcontent-ref %}

{% content-ref url="/pages/2zUHiBMVw7ExpQHWCRGi" %}
[MON / LVMON](/docs/liquidity-layer/mon-lvmon.md)
{% endcontent-ref %}


---

# 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://leverup.gitbook.io/docs/trading/closing-trades.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.
