# Borrow SOL against your margin position

**User Guide**

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

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

1. Select **Borrow SOL to Wallet**. A pop-up will appear showing how much SOL you can borrow against your collateral.

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

1. **Enter the amount** of SOL you want to borrow.
   * The panel displays:
     * **Current collateral value**
     * **New borrowing amount**
     * **Open Debt** after borrowing
     * **Estimated liquidation price**
     * **Leverage**
2. Click **Borrow SOL** and confirm the transaction in your wallet. The borrowed SOL will be credited directly to your wallet, while your open position metrics will update.

***

### Important Information

* **Higher Risk**: Borrowing more SOL increases your open debt and raises your effective leverage.
* **Liquidation Price**: The more you borrow, the closer your position moves to liquidation.
* **Position Size Limit**: You cannot exceed the maximum borrow cap set per market.
* **Use with Caution**: Borrowing SOL is typically used for leverage expansion or short-term liquidity needs.


---

# 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/borrow-sol-against-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.
