> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/trading/spot/spot-margin/spot-margin-trading.md).

# Spot Margin Trading

Spot margin trading lets you **borrow assets against your collateral** to increase the size of a spot position. You trade the underlying asset, and borrowed amounts **accrue interest** and are repaid later.

## Spot Margin Trading on the Web

1. **Deposit funds into your exchange account (crypto or fiat).**
   * [Crypto Deposits](/exchange/deposit-and-withdraw/crypto/deposit.md#how-to-deposit)
   * [Fiat Deposits](/exchange/deposit-and-withdraw/fiat/how-to-deposit-via-wire.md)
2. **Navigate to the Spot Trading section**
   * Select your desired trading pair (e.g., SOL/USD)
   * Choose the trading direction (Buy/Sell)
3. **Select** [**Order Type**](/exchange/trading/order-types.md)
4. **Enter the required parameters**
   * Price
   * Quantity
5. **Check the "Margin" box**
6. **Submit the order.**

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

## Spot Margin Trading on Mobile

1. **Deposit funds into your exchange account (crypto or fiat).**
   * [Crypto Deposits](/exchange/deposit-and-withdraw/crypto/deposit.md#how-to-deposit)
   * [Fiat Deposits](/exchange/deposit-and-withdraw/fiat/how-to-deposit-via-wire.md)
2. **Navigate to the Spot Trading section**
   * Select your desired trading pair (e.g., SOL/USD)
   * Choose the trading direction (Buy/Sell)
3. **Select** [**Order Type**](/exchange/trading/order-types.md)
4. **Enter the required parameters**
   * Price
   * Quantity
5. **Check the "Margin" box**
6. **Submit the order.**

<div align="left"><figure><img src="/files/SeTfuuaYg3eIaYy5mKdX" alt="" width="375"><figcaption></figcaption></figure></div>

## Frequently Asked Questions

<details>

<summary><strong>What are the fees for spot margin trading?</strong></summary>

Spot margin trading typically incurs the following fees:

* **Interest on Borrowed Funds** – You are charged interest for borrowing funds. The rate varies depending on the currency. Simply select a different currency on the **lending page** to view the real-time lending and borrowing interest for that currency.
* **Trading Fees** – Standard trading fees apply to buy and sell orders, which depend on your VIP level or maker/taker status.

</details>

<details>

<summary><strong>What is leverage in spot margin trading?</strong></summary>

Leverage allows you to control a larger position than your initial investment. For example, with 3x leverage, you can trade three times the amount of your deposited collateral. Leverage increases both the potential for profit and the risk of loss.

</details>

<details>

<summary><strong>Can I use spot margin trading with multiple leverage options?</strong></summary>

* Yes. You can select different leverage levels for each trade, depending on your risk tolerance and the specific pair you are trading. However, it’s important to consider the increased risk associated with higher leverage.
* Please note that each currency has its own maximum leverage limit, which changes based on the position value.

</details>

<details>

<summary><strong>Can I be liquidated with spot margin trading?</strong></summary>

Liquidation occurs when your margin balance falls below the required maintenance margin. If this happens, your position will be automatically closed to repay the borrowed funds. This can result in a loss of your collateral.

</details>

<details>

<summary><strong>How do I avoid liquidation in spot margin trading?</strong></summary>

* Always monitor your account's MMR. At 100% or greater, your account will enter liquidation.
* You can also set up **Stop-Loss orders** to automatically close your position if the market moves against you.

</details>

{% hint style="info" %}

### 👉[**Learn more about Spot Margin.**](/technical-docs/trading/spot-margin.md)

{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/exchange/trading/spot/spot-margin/spot-margin-trading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
