> For the complete documentation index, see [llms.txt](https://mc-markets.gitbook.io/mcmarkets-infohub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mc-markets.gitbook.io/mcmarkets-infohub/faq/trading-and-fees.md).

# Trading & Fees

<details>

<summary><strong>Do I need KYC to trade crypto?</strong></summary>

No. Cryptocurrency spot and perpetual trading is available without KYC.&#x20;

However, trading RWA instruments such as forex, gold, indices, and other traditional assets requires at least **L0 verification**.

</details>

<details>

<summary><strong>Why didn’t my order fill at the expected price?</strong></summary>

Fills use the Quote, which incorporates dynamic Impact Cost based on your order size. This ensures your execution price reflects real liquidity conditions. Check your execution report for details on average fill price and impact cost.

</details>

<details>

<summary><strong>Why didn’t my stop-loss or take-profit trigger when the Last Price reached the target?</strong></summary>

Stop-loss and take-profit orders trigger based on **Mark Price**, not the Last Price of a single trade. Mark Price is a weighted, smoothed fair value that prevents accidental triggers caused by sudden price spikes, protecting your positions.

</details>

<details>

<summary><strong>Where can I view funding rate history?</strong></summary>

You can find it below the trading interface in the **Funding Fee History** section.

</details>

<details>

<summary>What should I do if my order is rejected?</summary>

Common reasons include: insufficient balance, slippage tolerance set too low, or limit price deviating too far from the best available price. When going long, the limit price cannot be set below the current best ask price; when going short, it cannot be set above the current best bid price. Please check your balance and order parameters, then try again. If the problem persists, please contact our support team using the in-platform ticket system providing your Order ID. Our support team will help you investigate.

</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:

```
GET https://mc-markets.gitbook.io/mcmarkets-infohub/faq/trading-and-fees.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.
