> For the complete documentation index, see [llms.txt](https://docs.afx.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.afx.xyz/trading-rules/supported-assets.md).

# Supported Assets

AFX supports USDC-margined linear perpetual contracts on the AFX Layer 1 network. All contracts are quoted and settled in USDC.

## Source of Truth

The available markets, symbol codes, precision, leverage limits, fee rates, funding intervals, and risk tiers can change as new markets are listed or parameters are updated.

Always query the live product metadata before trading:

```
GET /info/public/product-meta
```

Use the response to resolve:

| Field             | Meaning                                                |
| ----------------- | ------------------------------------------------------ |
| `symbol`          | Trading pair, such as `BTCUSDC`                        |
| `code`            | Numeric symbol code used by API order endpoints        |
| `listStatus`      | Current listing status                                 |
| `maxLeverage`     | Highest leverage available before risk-tier reductions |
| `marginTableId`   | Risk table used for leverage and maintenance margin    |
| `tickSize`        | Minimum price increment                                |
| `stepSize`        | Minimum quantity increment                             |
| `minOrderValue`   | Minimum notional order value                           |
| `fundingInterval` | Funding interval in seconds                            |

## Example Listed Markets

The following examples reflect the live metadata shape, but they are not a complete market list. Query `product-meta` for the current values before placing orders.

| Symbol  | Symbol Code | Base Asset | Max Leverage | Funding Interval | Settlement |
| ------- | ----------- | ---------- | ------------ | ---------------- | ---------- |
| BTCUSDC | 1           | BTC        | 100x         | 4 hours          | USDC       |
| ETHUSDC | 2           | ETH        | 100x         | 4 hours          | USDC       |
| XAUUSDC | 3           | XAU        | 25x          | 4 hours          | USDC       |
| CLUSDC  | 4           | CL         | 25x          | 4 hours          | USDC       |
| SOLUSDC | 5           | SOL        | 25x          | 4 hours          | USDC       |
| XRPUSDC | 6           | XRP        | 25x          | 4 hours          | USDC       |

## Oracle Price Sources

Each trading pair derives its Oracle Price from external market prices with protection rules designed to reduce manipulation risk. Source venues and weights may vary by market type.

For details on how the Oracle Price is calculated and protected, see [Oracle Price](/trading-rules/oracle-price.md).


---

# 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:

```
GET https://docs.afx.xyz/trading-rules/supported-assets.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.
