# Cross-Margin Accounts

## LODE’s Cross-Margin Account System

LODE leverages a cross-margin account system, where your entire portfolio acts as collateral for multiple positions. Traders deposit USDC as stablecoin collateral, providing a secure and stable foundation for trading.

## **Advantages of Cross-Margin Accounts**

* **Capital Efficiency**: By using your entire portfolio as collateral, you can open more positions with less capital upfront, enhancing trading flexibility.
* **Risk Offset**: Profits from one position can offset losses in another, potentially reducing the likelihood of liquidation.
* **Lower Margin Requirements**: Cross-margin accounts typically have lower margin requirements compared to isolated margin accounts, as risk is spread across the entire portfolio.

## **Risks and Considerations**

* **Total Account Liquidation**: The most significant risk is that if your account's equity balance drops below the maintenance margin, LODE will liquidate ALL positions in the account, not just the losing ones. This can result in a total loss of your held positions.
* **Complex Risk Management**: Managing a cross-margin account requires a good understanding of overall portfolio risk, as adverse market movements can affect your total collateral value.

## **Account Management at LODE**

LODE provides a streamlined interface for monitoring and managing open positions, with automated calculations for margin and uPNL. This simplifies trading by offering a clear view of your portfolio's risk and performance.

{% hint style="info" %}
LODE may offer isolated margin in the future. For now, traders can create multiple sub-accounts to isolate trades. Please note that collateral cannot be transferred between these sub-accounts.
{% endhint %}


---

# 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.lode.trade/the-trading-hub/trading-on-the-hub/cross-margin-accounts.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.
