# Tokenized Interest（代幣化權益）

在 Market.Cards，每一個市場背後都有一張真實存在的實體卡牌，由平臺進行託管。我們會在區塊鏈上為這張卡牌發行一種與之對應的 ERC-20 代幣，用代幣化的方式來代表這張卡所對應的權益——這就是 Tokenized Interest（代幣化權益），我們在實際產品中多簡稱為Token（代幣）。

簡單來說：

**（1）一張實體卡 → 一個代幣：**&#x6BCF;張上架的卡都對應一種獨立發行的 ERC-20 代幣，代幣的總供應量在智能合約中固定、不可增發。

**（2）代幣是可分割、可交易的：**&#x901A;過代幣化（Tokenized）技術，原本不可分割的一整張稀缺卡，可以被拆成很多份小額份額，讓你用低至 1 美元就能參與，也讓這份權益可以在二級市場自由買賣。

**（3）持有代幣 = 持有這張卡的一份權益：**&#x5728; Market.Cards，你持有的是某個卡牌市場的 Tokenized Interest。它可能給你兩類權利：

* **經濟權利**：參與這個市場的價值變化。
* **治理權利**：對相關卡牌的特定處置事項（如出售）進行投票。

{% hint style="info" %}
**重要說明**

持有 Tokenized Interest，**不等於**你直接實體持有那張卡。它**不必然**代表你：

* 實際佔有底層卡牌；
* 可以自行兌換實體卡；
* 對這張卡享有不受限制的所有權；
* 你的具體權利，以適用的**上架規則、平臺條款和相關法律文件**為準。
  {% endhint %}


---

# 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/market.cards-ru-he-yun-zuo/tokenized-interest-dai-bi-hua-quan-yi.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.
