# 基礎術語

* **Card（卡牌）**：現實世界中的實體收藏卡（如球星卡、TCG 卡等），是平臺上所交易權益背後對應的實物資產。
* **Card Collection（卡牌合集）**：在同一次 MintBox 中共同打包發行的一組卡牌。
* **Tokenized Interest（代幣化權益）**：代表「某個由卡支撐的市場中的一份權益」的區塊鏈代幣（ERC-20），通過鏈上代幣化把實物卡牌映射上鍊。持有它並不必然代表你實際佔有或擁有那張實體卡，具體權利以上架規則與法律文件為準（見「Market.Cards 如何運作」中的「Tokenized Interest（代幣化權益）」與「風險披露」中的「Tokenized Interest 不等於實體佔有」）。


---

# 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/shu-yu-biao/ji-chu-shu-yu.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.
