# Market 相關問題

### 1. **Market 是什麼？**&#x20;

Market 是 MintBox 發行結束之後，用戶之間買賣 Tokenized Interest 的二級市場。

每張卡牌都有自己獨立的市場。你在 Market 中買賣的，不是實體卡牌本身，而是這張卡牌對應的 Tokenized Interest，也就是你在這個卡牌市場中的倉位。

### **2. Market.Cards 不收平臺交易手續費，那交易成本在哪裡？**

Market.Cards 目前不向用戶單獨收取平臺交易手續費。但這並不代表交易完全沒有成本。

二級市場交易中可能存在買賣價差（Spread）。簡單說，買方願意支付的價格，和賣方願意接受的價格之間，通常會有一段空間。平臺或流動性提供方可能從這段價差中形成二級市場交易收入。

### **3. Limit Order（限價單）和 Market Order（市價單）有什麼區別？**&#x20;

Limit Order（限價單）是你自己設定價格的訂單。買入時，你設定願意接受的最高買入價；賣出時，你設定願意接受的最低賣出價。只有市場上出現符合你價格條件的對手方時，訂單才會成交。

Market Order（市價單）更適合你想盡快買入或賣出的時候。在 Market.Cards，市價單本質上是一種自動定價的限價單：系統會根據當前訂單簿深度和你的交易數量，估算一個可能成交的價格，並由你確認後提交。

### **4. 市價單是不是一定會立刻成交？**&#x20;

不一定。市價單希望儘快成交，但不保證一定完整成交。

如果訂單簿在你確認下單的瞬間發生變化，可能出現部分成交、無法成交，或剩餘部分過期 / 被取消。最終成交價不會高於你確認的買入價格，也不會低於你確認的賣出價格，具體以頁面顯示和平臺規則為準。


---

# 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.market.cards/documentation/zh-tw/chang-jian-wen-ti-faq/market-xiang-guan-wen-ti.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.
