# Markets

Use this page as the source of truth for **per-market parameters** such as leverage, price step, amount step, and after-hours clamps.

Conceptual explanations live in [Margin](/trading/margin.md), [Price Feeds](/trading/price-feeds.md), [Funding](/trading/funding.md), and [Liquidations](/trading/liquidations.md).

### **Crypto Perpetuals**

Trade perpetual futures on major crypto assets with deep liquidity and tight spreads.

| Symbol      | Asset Name | Max Leverage | Price Step | Amount Step | After-hours Price Clamp | Status |
| ----------- | ---------- | ------------ | ---------- | ----------- | ----------------------- | ------ |
| **BTC-USD** | Bitcoin    | 20×          | 1          | 0.0001      | 5%                      | Active |
| **ETH-USD** | Ethereum   | 20×          | 0.1        | 0.001       | 5%                      | Active |
| **SOL-USD** | Solana     | 20×          | 0.01       | 0.01        | 5%                      | Active |

Additional assets will be listed over time based on liquidity, volatility, and community demand.

### **Commodities Perpetuals**

Margin Trade also supports commodities, allowing onchain exposure to key global macro assets, with easy ways to leverage up on trades.

<table><thead><tr><th width="118.53125">Symbol</th><th width="150.62109375">Asset Name</th><th>Max Leverage</th><th>Price Step</th><th>Amount Step</th><th>After-hours Price Clamp</th><th>Status</th></tr></thead><tbody><tr><td><strong>XAU-USD</strong></td><td>Gold (Spot Gold Index)</td><td>10x</td><td>0.01</td><td>0.001</td><td>5%</td><td>Active</td></tr><tr><td><strong>XAG-USD</strong> (coming soon)</td><td>Silver (Spot Silver Index)</td><td>10x</td><td>0.01</td><td>0.001</td><td>5%</td><td>Coming Soon</td></tr><tr><td><strong>OIL-USD</strong> (coming soon)</td><td>West Texas Intermediate (WTI) Light Sweet Crude Oil</td><td>10x</td><td>0.01</td><td>0.001</td><td>5%</td><td>Coming Soon</td></tr></tbody></table>

### **Equity Perpetuals (coming soon)**

Margin Trade introduces **24/7 trading** on synthetic equity perps, giving users continuous exposure to global stocks without the limits of traditional market hours.

<table><thead><tr><th width="116.578125">Symbol</th><th width="126.82421875">Asset Name</th><th width="141.05078125">Max Leverage</th><th width="115.109375">Price Step</th><th>Amount Step</th><th>After-hours Price Clamp</th><th>Status</th></tr></thead><tbody><tr><td><strong>MT500-USD</strong></td><td>Margin Trade 500 Index</td><td>10x</td><td>0.01</td><td>0.01</td><td>5%</td><td>Coming Soon</td></tr><tr><td><strong>QQQ-USD</strong></td><td>Invesco QQQ Trust</td><td>10x</td><td>0.01</td><td>0.01</td><td>5%</td><td>Coming Soon</td></tr></tbody></table>

More US equities and ETFs/index funds will be added progressively and based on community demand.


---

# 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/perps-specs/markets.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.
