> For the complete documentation index, see [llms.txt](https://docs.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polynomial.fi/explanations/cross-margin.md).

# Cross Margin vs Isolated Margin

Cross-margin uses your entire account balance as collateral for all positions, maximizing capital efficiency.

## How It Works

Your total account balance serves as collateral for all open positions, allowing you to:

* Share margin across all positions
* Maximize capital efficiency
* Offset losses with profits from other positions

## Benefits

**Capital Efficiency:** Use your entire account balance for trading **Risk Management:** Profits in one position can offset losses in others **Flexibility:** Easy to manage multiple positions with shared margin **Lower Requirements:** Reduced total margin needed across portfolio

## Cross-Margin vs Isolated Margin

| Feature                | Cross-Margin                | Isolated Margin            |
| ---------------------- | --------------------------- | -------------------------- |
| **Collateral**         | Shared across all positions | Separate for each position |
| **Risk**               | Portfolio-wide              | Individual position        |
| **Liquidation**        | All positions at risk       | Only specific position     |
| **Capital Efficiency** | High                        | Lower                      |

## Risk Management

**Monitor Portfolio Risk:** Track overall account exposure and position correlations **Position Sizing:** Limit individual position risk and avoid over-concentration **Stop Losses:** Use stop-losses for individual positions **Diversification:** Spread risk across different markets

## Best Practices

* Set maximum position sizes
* Monitor portfolio risk regularly
* Diversify across uncorrelated markets
* Use proper position sizing methods
* Monitor total account equity

## Next Steps

* [**How to Use Cross-Margin**](https://github.com/Polynomial-Protocol/gitbook/blob/master/explanation/how-to/trading.md) - Practical implementation
* [**Risk Management Guide**](https://github.com/Polynomial-Protocol/gitbook/blob/master/explanation/explanation/debt-mechanism.md) - Protect your capital
* [**Multi-Collateral Trading**](https://github.com/Polynomial-Protocol/gitbook/blob/master/explanation/explanation/multi-collateral.md) - Asset diversification


---

# 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://docs.polynomial.fi/explanations/cross-margin.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.
