# 市場類型與機制

- [交易基礎知識](https://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi.md): ForeGate 預測市場提供兩種核心交易：價格預測與事件預測。了解兩種模式的機制對於掌握交易時機與管理風險至關重要。
- [訂單簿市場（Order Book）](https://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi/ding-dan-bo-shi-chang-order-book.md): 系統採用訂單簿模式來匹配用戶之間的訂單
- [AMM 市場 (Automated Market Maker)](https://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi/amm-shi-chang-automated-market-maker.md)
- [共享模式市場(Pari-Mutuel)](https://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-ji-chu-zhi-shi/gong-xiang-mo-shi-shi-chang-parimutuel.md)
- [交易費用說明](https://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi/jiao-yi-fei-yong-shuo-ming.md): ForeGate 平台根據不同市場模式採用相應的收費規則，具體說明如下


---

# 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://foregate.gitbook.io/foregate-docs/zh-tw/shi-chang-lei-xing-yu-ji-zhi.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.
