# How to Trade an RWA Market

This walkthrough covers buying and selling positions on an RWA market from entry to exit. RWA markets are perpetual, so there is no settlement event. You exit by selling back into the orderbook.

## Step 1: Find an RWA Market

Go to Markets and filter for RWAs. Select the asset you want to trade.

Each market shows:

* available tokens
* current prices
* recent trades
* orderbook liquidity

## Step 2: Select an Asset

<figure><img src="/files/8r6eS6dbB8IxnuulZO9u" alt=""><figcaption><p>Token selection inside an RWA market</p></figcaption></figure>

Choose the token you want to trade from the market list.

Examples:

* 1g Fullerene C60 99.5%
* 1g Fullerene C60 99.9%
* 1g Fullerene C70 98%
* 1g Fullerene C70 99.9%

Selecting a token updates the buy and sell panel and the orderbook.

## Step 3: Check the Orderbook

<figure><img src="/files/JzbpMGj36lOzYO6rZEfQ" alt=""><figcaption><p>Order Book</p></figcaption></figure>

Open the orderbook and confirm there is active liquidity.

* Bids are buyers
* Asks are sellers

If no matching orders exist, market orders cannot execute.

## Step 4: Buy the Market

<figure><img src="/files/boYmsWgZs7egRjryMY0Q" alt=""><figcaption><p>Recent Trades</p></figcaption></figure>

Select Buy. Enter the amount of USDM you want to spend. Review estimated shares and execution price and proceed to confirm the trade. If matching sell orders exist, the order executes immediately.

## Step 5: Sell or Hold

Track your position inside Portfolio. If you want to sell:

* select Sell
* enter the amount to sell
* execute against available buyers

If no buyers exist, the order cannot execute until liquidity becomes available.

## Fees and Chain

RWA markets run on MegaETH. Maker fee is 0.20% and taker fee is 0.30%.

{% hint style="info" %}
Always review the Rules section before trading to confirm the specific market parameters for the asset you are trading.
{% endhint %}


---

# Agent Instructions: 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.premarket.xyz/readme/walkthroughs/rwa-market.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.
