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