# 概述

MintBox 是 Tokenized Interest 进行首次公开发行的机制。一张卡牌或一组卡牌（Card Collection）在 Market.Cards 完成代币化后，会通过 MintBox 向用户开放认购。

你用 USDC（一种与美元 1:1 挂钩的稳定币，可理解为「链上的美元」；具体解释见「新手上手指南」章节）参与认购，平台依据一套公开、可验证的抽选机制，把 Tokenized Interest 分配给中签用户；没有中签的部分，对应 USDC 会在结果公布后进入可 claim（领取）状态，由你手动 claim（领取）。

我们把这套机制设计成「**Box（认购单位）＋ Ticket（抽选凭证）＋ Draw Factor（抽选因子）**」的组合，目的是让每一次分配都做到三件事：

* **公开**：所有和本次 MintBox 相关的卡牌信息、估值与认购参数，都会在开始前对外公布；
* **透明**：每个 Box 里装的是哪种、多少 Tokenized Interest，MintBox 开始前就能按 Box 编号查到；
* **可验证**：决定开奖的 Draw Factor 由公开的 Binance BTC/USDC 现货价格在指定时刻生成，任何人都能自己复算结果。

关于「中签概率」，**你认购得越多，拿到的 Ticket 就越多，但每一张 Ticket 的中签概率都一样——多花钱不会让你买到更高的命中率。** 唯一能提升单张 Ticket 命中率的方式，是邀请朋友参与（也就是后文会讲的 MintBox Lucky Digit）。

每一次 MintBox，都会依次经过四个阶段：

{% stepper %}
{% step %}

### **Preview（预热阶段）**

平台公开本次 MintBox 的全部关键信息（卡牌与 Box 详情、估值参数、抽选与分配规则等），让你充分了解、准备认购。
{% endstep %}

{% step %}

### **Participation（认购阶段）**

你用 USDC 认购，每认购满 1 个 Box 的价格，就获得 1 张 Ticket；也可以通过邀请别人参与本次 MintBox，获得 Lucky Digit，来提升自己名下 Ticket 的中签机会（详见「MintBox Lucky Digit 与 Referral Earnings 的区别」章节）。
{% endstep %}

{% step %}

### **Result（结果公布）**

认购通道关闭后，平台依据公开生成的 Draw Factor，确定每张 Ticket 的命中和排名，并公布每位用户的分配结果；你可以 claim（领取）已分到的 Tokenized Interest，以及未中签部分对应的 USDC。
{% endstep %}

{% step %}

### **Trading（开放交易）**

Tokenized Interest 进入二级市场开放交易，你可以自由买卖（详见「Market（二级市场交易）」章节）。
{% endstep %}
{% endstepper %}

另外，每一场 MintBox 都会设一个募集目标（Target Raise）。如果认购结束时没有达到这个目标，所有人投入的 USDC 会全额退款。


---

# 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/mintbox-shou-ci-gong-kai-fa-xing/gai-shu.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.
