# Trading FAQ

<details>

<summary><strong>Why can I not place a trade?</strong></summary>

The most common reason is an empty orderbook. If there are no matching orders on the other side, your market order will not execute. Try placing a limit order at your target price and waiting for a counterparty.

</details>

<details>

<summary><strong>Why is my execution price different from what I saw?</strong></summary>

Your order matched the best available liquidity at the time of execution, which may have changed since you saw the displayed price. This is called slippage and is more common in thinner markets.

</details>

<details>

<summary><strong>Why did the price move after I traded?</strong></summary>

Your trade consumed liquidity from the orderbook and changed the available orders. Larger trades have more price impact than smaller ones.

</details>

<details>

<summary><strong>Can I cancel an order?</strong></summary>

Yes. You can cancel an open order directly from the UI or through the smart contracts if you prefer to interact onchain.

</details>

<details>

<summary><strong>What is the difference between a market order and a limit order?</strong></summary>

A market order executes immediately against the best available orders in the book. A limit order only executes at your specified price and is not guaranteed to fill.

</details>

<details>

<summary><strong>What are maker and taker fees?</strong></summary>

Each market has a maker fee paid by the order placer and a taker fee paid by the order matcher. Fee rates vary by market type.

| Market Type                     | Maker           | Taker           |
| ------------------------------- | --------------- | --------------- |
| Pre TGE / Pre IPO               | 0.05%           | 0.10%           |
| Options                         | 0.15%           | 0.40%           |
| RWA                             | 0.20%           | 0.30%           |
| Prediction Markets / Yield Farm | To be confirmed | To be confirmed |

</details>

<details>

<summary><strong>Can I short a market?</strong></summary>

No. You can only sell positions you already hold. There is no short selling on Premarket.

</details>

<details>

<summary><strong>What happens if there is no liquidity when I want to exit?</strong></summary>

You will not be able to sell your position before expiry. For markets with settlement, hold to expiry and your position will be resolved automatically based on the final outcome. For RWA markets there is no settlement, so the only exit is to wait for a buyer.

</details>


---

# 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/quick-help/faq/trading.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.
