> For the complete documentation index, see [llms.txt](https://docs.synfutures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synfutures.com/rwa-trading/how-rwa-trading-works.md).

# How RWA Trading Works?

When you trade tokenized stocks on SynFutures, your order is filled through dedicated liquidity support connected to Anchored’s issuance and redemption infrastructure.

The flow works like this:

1. **You place a buy or sell order** for a tokenized stock on SynFutures.
2. **A market maker sources liquidity through Anchored** and helps execute the trade against 1:1 backed tokenized stocks.
3. **When the order is filled,** you receive the tokenized stock when buying, or USDC when selling, directly in your wallet.

This is not pool-based liquidity. Instead, dedicated market makers act as the execution layer between SynFutures users and Anchored’s tokenized stock infrastructure, helping provide a smoother trading experience backed by real underlying assets.

{% hint style="info" %}
**Note:** RWA Trading with Anchored’s dedicated execution and liquidity support is only available through the official RWA Trading section on SynFutures. Tokenized stocks traded elsewhere may not have the same execution mechanism, liquidity depth, or reserve-backed settlement flow.
{% endhint %}

#### Trading Hours <a href="#trading-hours" id="trading-hours"></a>

Because tokenized stocks are tied to the underlying US stock market, RWA Trading follows a **24/5 schedule** (Monday through Friday) across four sessions:

<table><thead><tr><th width="249">Session</th><th>Hour (ET)</th><th>Description</th></tr></thead><tbody><tr><td><strong>Overnight</strong></td><td>8:00 PM – 4:00 AM</td><td>Extended hours trading</td></tr><tr><td><strong>Pre-market</strong></td><td>4:00 AM – 9:30 AM</td><td>Early session before market open</td></tr><tr><td><strong>Regular</strong></td><td>9:30 AM – 4:00 PM</td><td>Standard US market hours</td></tr><tr><td><strong>After-hours</strong></td><td>4:00 PM – 8:00 PM</td><td>Post-close trading</td></tr></tbody></table>

**Market closures:**

* All US federal holidays (New Year's Day, MLK Jr. Day, Presidents' Day, Good Friday, Memorial Day, Juneteenth, Independence Day, Labor Day, Thanksgiving, Christmas)
* Weekends (Saturday and Sunday)
* Early closures on the trading day before certain holidays

> Orders placed while the market is closed will not be filled until the next trading session opens.

The team is proactively working with the Anchored team and its market maker network to expand stock trading to 24/7.

#### Order Types <a href="#order-types" id="order-types"></a>

RWA Trading on SynFutures supports familiar order types for trading tokenized stocks:

* **Market Order** — Available during the regular US market session. It executes immediately at the best available price, so users can buy or sell right away.
* **Limit Order** — Can be placed at any time, but only executes during supported trading sessions. It lets users set the price at which they want to buy or sell, and the order only fills when the market reaches that price. This is useful when the market is closed or when users want a specific entry or exit point.


---

# 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.synfutures.com/rwa-trading/how-rwa-trading-works.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.
