> 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/faq.md).

# FAQ

<details>

<summary><strong>What tokenized stocks and ETFs are available on SynFutures?</strong></summary>

SynFutures currently supports 58 major US-listed tokenized stocks and ETFs, including **TSLA, AAPL, MSTR, AMZN, COIN, HOOD,** and more. Each asset is backed 1:1 by the underlying shares held through regulated custody infrastructure, with more tokenized assets to be added over time.

</details>

<details>

<summary><strong>Do I need to interact with Anchored directly?</strong></summary>

No. You trade entirely through the SynFutures interface. The market maker network handles all interaction with Anchored in the background.

</details>

<details>

<summary><strong>Are my tokenized stocks really backed 1:1?</strong></summary>

Yes. Every tokenized stock issued by Anchored is backed by the actual underlying stock, held in a segregated brokerage account and verified by [Accountable](https://accountable.capital/), an independent auditor, every 24 hours. Users can check the proof-of-reserves [data](https://accountable.anchored.finance/) for independent verification.

</details>

<details>

<summary><strong>What happens to my order if the market is closed?</strong></summary>

**Market Orders** can only be placed and executed during regular US market hours. They are not available during market closures, including weekends and US market holidays.

**Limit Orders** can be placed at any time, but they will only be executed during regular market hours or supported extended trading hours, when pricing and liquidity are available.

</details>

<details>

<summary><strong>Can I transfer my tokenized stocks to another wallet?</strong></summary>

Yes. Tokenized stocks are standard ERC-20 tokens and can be freely transferred to any compatible wallet on Ethereum.

</details>

<details>

<summary><strong>How are dividends paid?</strong></summary>

When dividends are supported for a tokenized stock, eligible cash dividends may be distributed as USDC directly to holders’ wallets. This happens automatically, with no claim or action required, while availability and timing depend on the specific tokenized asset.

</details>

<details>

<summary><strong>Are there any fees?</strong></summary>

These are the fees associated with RWA trading:

Deposit fee: 0 bps\
Withdrawal fee: 21 bps\
Buy Order Fee: 11 bps\
Sell Order Fee: 1 bps

</details>

<details>

<summary><strong>Do I need to complete KYC?</strong></summary>

No. RWA Trading on SynFutures does not require KYC.

</details>

<details>

<summary><strong>Where can I learn more about how tokenized stocks work?</strong></summary>

Users can find additional details about each tokenized stock at the bottom of its trading page on SynFutures. Further information is also available through our partner’s page: [anchored.finance](https://anchored.finance).

</details>

<details>

<summary><strong>Does SynFutures custody my assets?</strong></summary>

Your tokenized stocks are ERC-20 tokens held in your non-custodial wallet, giving you direct control over your assets.

</details>

<details>

<summary><strong>What is mUSD?</strong></summary>

mUSD is a 1:1 USD-backed accounting unit that reflects users’ available purchasing power for RWA Trading on SynFutures. It is required to buy and sell tokenized stocks within the RWA trading experience. mUSD represents credit available exclusively for RWA Trading and is not a cryptocurrency, stablecoin, or transferable virtual asset.

</details>

<details>

<summary><strong>Have RWAs on SynFures been audited?</strong></summary>

Yes. Anchored, SynFutures’ partner for RWA Trading, has completed a smart contract audit with [Sherlock](https://sherlock.xyz/). The audit report is now available and can be [reviewed](https://sherlock-files.ams3.digitaloceanspaces.com/reports/2026.04.02%20-%20Final%20-%20Anchored%20Collaborative%20Audit%20Report%201775117748.pdf) here.

</details>

<details>

<summary><strong>What are the trading hours for RWAs on SynFutures?</strong></summary>

RWA Trading follows a 24/5 schedule from Sunday evening to Friday evening, based on Eastern Time (ET):

**Overnight Session:** 8:00 PM – 4:00 AM ET\
**Pre-Market Session:** 4:00 AM – 9:30 AM ET\
**Regular Market Session:** 9:30 AM – 4:00 PM ET\
**After-Hours Session:** 4:00 PM – 8:00 PM ET

The overnight session follows the NYSE holiday calendar. If US markets are fully closed for a holiday, the overnight session immediately before that holiday will not run. For example, the overnight session is closed on the Wednesday evening before US Thanksgiving and resumes on Thursday evening at 8:00 PM ET.

On US market half-days, the overnight session still runs as usual from 8:00 PM to 4:00 AM ET, even if regular or after-hours trading closes early. For example, on the Friday after US Thanksgiving, the overnight session runs as usual, but the after-hours session does not.

</details>

<details>

<summary><strong>Can I redeem my tokenized stock for the underlying asset?</strong></summary>

Tokenized stocks can only be redeemed for USDC.

</details>

<details>

<summary><strong>How is the price of the tokenized stock determined?</strong></summary>

SynFutures RWA Trading is supported by institutional-grade liquidity and execution through Anchored’s partner and market maker network. Pricing and liquidity are sourced by Anchored’s partners, who work with brokerage firms to support reliable execution for tokenized stock trades.

</details>

<details>

<summary><strong>Does RWA trading use a liquidity pool?</strong></summary>

No. SynFutures RWA Trading uses a dedicated market maker network for liquidity and execution. Market makers source pricing and liquidity from NASDAQ and traditional financial markets.

</details>

<details>

<summary><strong>Are there any restricted regions for RWA trading?</strong></summary>

RWA Trading is unavailable in certain restricted jurisdictions, including the United States, China, and the Philippines.

</details>

<details>

<summary><strong>How to add the tokenized stock to my wallet?</strong></summary>

1. Find the tokenized stock on SynFutures and click the **Add to Wallet** icon beside it.
2. If supported, the token may be imported automatically into your wallet.
3. If auto-import does not work, hover over the icon to copy the token’s onchain address.
4. Paste the address into your wallet’s **Add Custom Token** flow and follow your wallet’s instructions.

</details>


---

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