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

# Margin Trading

We empower our traders to expand their purchasing power and potentially boost returns by utilising borrowed funds for asset trading. This approach presents appealing profit potentials but carries heightened risks that could result in significant losses during unfavourable market conditions.

### Leverage

We provide leverage ratios of 2x to 5x for cryptocurrencies, enabling traders to manage larger portfolios. Traders should use strong risk management strategies due to the potential for significant gains and losses.

### Flexible Borrowing Options

Users possess the flexibility to select the desired borrowing amount, empowering them to manage their leverage and risk exposure effectively. This capability enables traders to customize their margin positions according to their risk tolerance and trading tactics.

### Margin Call

If the collateral value drops below the maintenance margin, We will issue a margin call, at that moment traders must add funds or decrease positions to comply to avoid asset liquidation at disadvantageous prices. Monitoring margin levels diligently is crucial.

### Margin Funding

Our users have the opportunity to earn interest by adding liquidity to the margin trading pool, which enhances the platform's liquidity and stability.

### Margin Modes

**Cross Margin:** Cross Margin uses all cryptocurrencies in the margin wallet as collateral for all positions, providing flexibility but increasing risk as a significant drop in one position can trigger a margin call impacting all assets.

**Isolated Margin:** Isolated Margin mode lets traders use specific cryptocurrencies as collateral for individual margin positions, improving risk management by limiting losses and potentially increasing profits.


---

# 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://whitepaper.nomoex.com/our-product/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.
