# Withdraw collateral from your margin position

**User Guide**

* **Navigate to the market** where you hold an active position. Scroll down to the **Your Position** panel.
* Click the **three dots (⋮)** next to your position. This opens an extended menu with advanced options.

<figure><img src="/files/s6RgObcfNH1HKNsItBNq" alt="" width="563"><figcaption></figcaption></figure>

* Select **Withdraw Collateral to Wallet**. A pop-up will appear showing your current collateral and the option to withdraw part of it.

<figure><img src="/files/hNAxHDYAwhTFFjhcDcq1" alt="" width="375"><figcaption></figcaption></figure>

* **Enter the amount** of tokens you want to withdraw as collateral.
  * In this example, you can withdraw **PUMP** tokens from your position back into your wallet.
  * The panel shows updated values for:
    * **Current collateral** and **New collateral**
    * **Estimated liquidation price**
    * **Leverage**
    * **Open debt**
* Click **Withdraw Collateral** and confirm the transaction in your wallet. The system will automatically update your position with the reduced collateral amount.

***

### Important Information

* **Higher Leverage**: Withdrawing collateral increases your leverage, making your position riskier.
* **Liquidation Price Closer**: Reducing collateral lowers your liquidation buffer, bringing the liquidation price closer.
* **Partial Withdrawals**: You can choose to withdraw part of the collateral, but only if enough remains to keep the position solvent.
* **Wallet Credit**: Withdrawn collateral will be credited back to your connected wallet instantly.

***


---

# 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.sendit.fun/getting-started/tutorials/margin-trading/margin-position-management/withdraw-collateral-from-your-margin-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.
