# Add collateral to a 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 **Add Collateral from Wallet**. A pop-up will appear showing your current collateral and the option to add more.

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

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

***

### Important Information

* **Lower Leverage**: Adding collateral reduces your leverage, making your position less risky.
* **Liquidation Price Buffer**: Increasing collateral improves your liquidation threshold, pushing it further away.
* **Collateral Limits**: Only tokens matching the market pair (e.g., PUMP in a PUMP/SOL trade) can be added as collateral.
* **Wallet Balance Required**: You must hold the tokens in your wallet to add them.


---

# 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/add-collateral-to-a-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.
