# 概述

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 與 Referral Earnings 的區別」會講的 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-tw/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.
