# Open a margin position

### User Guide

* **Connect your wallet** to Sendit and navigate to the **Margin Trading** page.
* **Search for the market** of the token you want to trade.
  * Use the search bar to look up by name, ticker, or contract address.
  * Click on the token’s market to open the trading interface.

<figure><img src="/files/4mLNJ384oLcv3Se0AfrB" alt=""><figcaption></figcaption></figure>

* **Set up your trade** in the market view:
  * Enter the **amount of SOL** you want to use.
  * Choose your **leverage** between **1x and 3x** using the slider.
  * Review the estimated token amount you will receive.

<figure><img src="/files/Br9n8JxpD9KsbbwpVru8" alt=""><figcaption></figcaption></figure>

* **Adjust your slippage** settings if needed by clicking on the pen icon next to *Slippage* (default max: 1%).&#x20;
* Click **Buy / Long** and confirm the transaction in your wallet. Your new margin position will appear in the **Your Position** panel at the bottom of the screen.

***

### Important Information

* **Leverage** increases exposure but also risk. Higher leverage reduces the buffer before liquidation.
* **Slippage tolerance** prevents failed transactions in volatile markets. Keep it low for stable tokens, higher if trading low-liquidity pairs.
* **Position panel** shows real-time updates: collateral, entry price, open debt, leverage, liquidation price, and PnL.


---

# 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/open-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.
