# Margin Trade

[**Margin Trade**](https://margin.trade) is a non-custodial, onchain perpetuals exchange for **crypto, equities, commodities, and more**.

Trades are matched with a central limit order book and settled onchain. Positions, funding, and liquidations are fully transparent.

### What you need

Before trading, make sure you have:

* An **eligible wallet**
* **USDC** available for collateral
* Access from a **supported jurisdiction**

Wallets may be screened for sanctions or compliance risk. Access may be unavailable in restricted regions, including the U.S.

### Start here

1. Review [Accessing Margin Trade](/getting-started/access.md).
2. Set up [Your Account](/getting-started/account.md).
3. Learn the trading model in [Overview](/trading/overview.md).
4. Check per-market parameters in [Markets](/perps-specs/markets.md).

### Core mechanics

* **Cross margin only:** All open positions share account collateral today. See [Margin](/trading/margin.md).
* **Mark price:** PnL and liquidations use a fair reference price. See [Price Feeds](/trading/price-feeds.md).
* **Funding:** Longs and shorts exchange periodic funding payments. See [Funding](/trading/funding.md).
* **Liquidation controls:** Distressed positions move through liquidation, backstop, and ADL stages. See [Liquidations](/trading/liquidations.md).


---

# 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.margin.trade/margin-trade.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.
