# Market 相关问题

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

Market 是 MintBox 发行结束之后，用户之间买卖 Tokenized Interest 的二级市场。

每张卡牌都有自己独立的市场。你在 Market 中买卖的，不是实体卡牌本身，而是这张卡牌对应的 Tokenized Interest，也就是你在这个卡牌市场中的仓位。

### **2. Market.Cards 不收平台交易手续费，那交易成本在哪里？**&#x20;

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