> For the complete documentation index, see [llms.txt](https://docs.zofinance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zofinance.io/trade-on-zo/start-trading/market-hours.md).

# Market Hours

### Crypto Market

Crypto Symbols are available 24/7.

### LP Mint & Redeem Hours

USDZ is subject to market hours to support equity and commodity trading. Hence it will follow Equity & ETF Market Hours for native minting and redeeming.

USDZ is also available on [FullSail](https://app.fullsail.finance/liquidity/0x64292b3a6c8da6fb28d1f1a3e347434b5a4b57057a0b89c043e95ee8770ac69c), for off market-hour trading.

### Equity & ETF Market

### 📈 US Market Trading Hours (America/New\_York)

| Day       | Trading Hours |
| --------- | ------------- |
| Monday    | 09:30 – 16:00 |
| Tuesday   | 09:30 – 16:00 |
| Wednesday | 09:30 – 16:00 |
| Thursday  | 09:30 – 16:00 |
| Friday    | 09:30 – 16:00 |
| Saturday  | Closed        |
| Sunday    | Closed        |

### 🚫 Market Holidays / Closures

| Date (MM/DD) | Status | Typical Holiday            |
| ------------ | ------ | -------------------------- |
| 01/01        | Closed | New Year’s Day             |
| 01/19        | Closed | Martin Luther King Jr. Day |
| 02/16        | Closed | Presidents’ Day            |
| 04/03        | Closed | Good Friday                |
| 05/25        | Closed | Memorial Day               |
| 06/19        | Closed | Juneteenth                 |

### Commodity Market

XAU/USD, XAG/USD, XPT/USD, XPD/USD

The market is open **Sunday evening through Friday afternoon** with a **daily maintenance break from 5:00–6:00 PM ET** on weekdays.\
The market **closes at 5:00 PM ET on Fridays**, remains **closed on Saturdays**, and **reopens Sunday at 6:00 PM ET**.\
On major U.S. holidays, the market closes early and reopens in the evening.

#### 📍 Time Zone

America/New\_York (ET)

#### 📅 Regular Weekly Market Hours

| Day           | Market Hours                               |
| ------------- | ------------------------------------------ |
| **Monday**    | 12:00 AM – 5:00 PM, **6:00 PM – 12:00 AM** |
| **Tuesday**   | 12:00 AM – 5:00 PM, **6:00 PM – 12:00 AM** |
| **Wednesday** | 12:00 AM – 5:00 PM, **6:00 PM – 12:00 AM** |
| **Thursday**  | 12:00 AM – 5:00 PM, **6:00 PM – 12:00 AM** |
| **Friday**    | 12:00 AM – 5:00 PM                         |
| **Saturday**  | **Closed all day**                         |
| **Sunday**    | **6:00 PM – 12:00 AM**                     |

#### 🎉 Holiday & Special-Date Schedule Overrides

| Date                                | Market Hours                               |
| ----------------------------------- | ------------------------------------------ |
| **Nov 27 (Thanksgiving)**           | 12:00 AM – 2:30 PM, **6:00 PM – 12:00 AM** |
| **Nov 28 (Day after Thanksgiving)** | 12:00 AM – 2:45 PM                         |
| **Dec 24 (Christmas Eve)**          | 12:00 AM – 1:45 PM                         |
| **Dec 25 (Christmas Day)**          | **6:00 PM – 12:00 AM**                     |
| **Dec 31 (New Year’s Eve)**         | 12:00 AM – 5:00 PM                         |
| **Jan 1 (New Year’s Day)**          | **6:00 PM – 12:00 AM**                     |


---

# 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.zofinance.io/trade-on-zo/start-trading/market-hours.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.
