> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/perpetuals/architecture/market-specifications/24-7-tokenized-and-crypto-markets.md).

# 24/7 Tokenized & Crypto Markets

These instruments reference crypto-native or tokenized assets with continuous on-chain pricing. Markets are open **24 hours a day, 7 days a week** with no session breaks or weekend closures.

### Instrument Specifications

| Market      | Ticker        | Settlement | Max Leverage | MMR  | Liq. Leverage | Margin Mode | Contract Size |
| ----------- | ------------- | ---------- | ------------ | ---- | ------------- | ----------- | ------------- |
| Bitcoin     | BTC/USD:USDC  | USDC       | 20×          | 2.5% | 40×           | Isolated    | 0.000000001   |
| Ethereum    | ETH/USD:USDC  | USDC       | 20×          | 2.5% | 40×           | Isolated    | 0.0000001     |
| Solana      | SOL/USD:USDC  | USDC       | 10×          | 5%   | 20×           | Isolated    | 0.00001       |
| Sui         | SUI/USD:USDC  | USDC       | 10×          | 5%   | 20×           | Isolated    | 0.00001       |
| Tether Gold | XAUT/USD:USDC | USDC       | 20×          | 2.5% | 40×           | Isolated    | 0.0000001     |
| Hyperliquid | HYPE/USD:USDC | USDC       | 5×           | 10%  | 10×           | Isolated    | 0.00001       |
| Monad       | MON/USD:USDC  | USDC       | 5×           | 10%  | 10×           | Isolated    | 0.000001      |
| Zcash       | ZEC/USD:USDC  | USDC       | 10×          | 5%   | 20×           | Isolated    | 0.00001       |
| BNB         | BNB/USD:USDC  | USDC       | 5×           | 10%  | 10×           | Isolated    | 0.00001       |

**MMR** (Maintenance Margin Ratio) is the minimum margin a position must hold to avoid liquidation. Once effective leverage exceeds **Liq. Leverage** (1 / MMR), the position becomes eligible for partial liquidation — only the amount needed to restore it to max initial leverage is closed, not the whole position. See [Margin](/perpetuals/architecture/margin.md) and [Liquidations](/perpetuals/architecture/liquidations.md) for details. Parameters are governance-configurable with an on-chain time delay.

### About XAUT/USD

**XAUT/USD** references [Tether Gold (XAUT)](https://gold.tether.to/), a tokenized gold product backed 1:1 by physical gold held in Swiss vaults. Because XAUT is an ERC-20 token with continuous on-chain liquidity, its oracle feed is always available — making it a 24/7 market despite tracking the price of a physical commodity.

This is a key distinction from raw commodity perpetuals like XAG/USD (Silver), which follow exchange session hours because their oracle feeds reflect real-world commodity exchange pricing.


---

# 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.aftermath.finance/perpetuals/architecture/market-specifications/24-7-tokenized-and-crypto-markets.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.
