# Margin Trading

Multiple types of futures on Helix involve margin trading, which is defined as using borrowed capital to amplify your potential returns and risks when trading certain futures contracts. However, it's crucial to understand the risks involved before diving in, as margin trading can amplify losses just as easily as gains.

In essence, margin trading allows you to control a larger position in a futures contract than your own capital would normally allow. This is achieved by borrowing capital, placing a leveraged bet on the future price of the underlying asset.

**Here's how it works:**

1. **Deposit Margin:** You deposit a portion of the total contract value as initial margin. This deposit - which is typically denominated in USDT or INJ on Helix - acts as collateral for the borrowed capital.
2. **Control a Larger Position:** With your initial margin, you can control a futures contract with a much higher notional value. For example, if a Bitcoin futures contract is worth $100,000 and the margin requirement is 10%, you can control the entire contract by depositing only $10,000.
3. **Amplified Profits and Losses:** Any price movement in the underlying asset will be magnified for your position. If the price moves in your favor, your profits will be multiplied compared to simply holding the underlying asset. Conversely, if the price moves against you, your losses will also be amplified, and your initial margin could be wiped out if the price falls too far.

**Understanding Margin Requirements:**

The amount of margin required for a futures contract varies depending on several factors, including:

* **Volatility of the underlying asset:** More volatile assets typically require higher margin amounts.
* **Contract terms:** Different futures contracts on the same asset may have different margin requirements.
* **Exchange or clearinghouse:** Each exchange or clearinghouse may set its own margin requirements.

It's important to remember that margin trading is not for everyone. It's a high-risk strategy that requires a deep understanding of the markets and risk management techniques. If you're not comfortable with the potential for significant losses, it's best to stick to traditional trading methods.

**Here are some additional things to keep in mind when considering margin trading on Helix:**

* **Liquidation:** If the price of the underlying asset moves against you and your margin falls below a certain threshold (maintenance margin), your position will be liquidated to cover your losses. This means you could lose your entire initial margin deposit. See [Liquidation](/trading/liquidation.md) for more information.
* **Funding Rates:** In some cases, you may also be charged funding rates, which are fees paid to maintain your leveraged position. These fees can vary depending on market conditions and can eat into your profits. See [Funding Rates](/trading/funding-rates.md) for more information.
* **Manage Your Risk:** Always use stop-loss orders and other risk management tools to limit your potential losses when margin trading.

Margin trading can be a powerful tool for experienced traders, but it's important to use it responsibly and with a clear understanding of the risks involved. If you're considering margin trading on Helix, be sure to do your research and only trade with capital you can afford to lose.


---

# 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.helixapp.com/trading/margin-trading.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.
