# Overview

MintBox is the mechanism for the first public issuance of Tokenized Interest. After a card or Card Collection is tokenized on Market.Cards, it may be opened for participation through MintBox. You participate with USDC (a stablecoin pegged 1:1 to the US dollar — think of it as dollars on-chain; see "Getting Started" for how to get it). The platform allocates Tokenized Interest to winning users through a public, verifiable draw mechanism; any non-winning portion of USDC becomes available to claim after results are published, and must be claimed manually by the user.

We designed this mechanism as a combination of **Box + Ticket + Draw Factor**, so that every allocation does three things:

* **Open**: all card information, valuation, and participation parameters for the MintBox are disclosed before it begins.
* **Transparent**: which Tokenized Interest, and how much of it, is in each Box can be looked up by Box number before the MintBox begins.
* **Verifiable**: the Draw Factor that determines the draw is generated from the public Binance BTC/USDC spot price at a specified moment, and anyone can recompute the result.

**A note on odds:** **the more USDC you commit, the more Tickets you get — but every Ticket has the same odds of winning.** Spending more won't buy you better odds. The only way to raise a single Ticket's odds is by inviting friends — see "MintBox Lucky Digit vs. Referral Earnings" for details.

Each MintBox goes through four phases in order:

{% stepper %}
{% step %}

### Preview

The platform discloses all key information for the MintBox, including card and Box details, valuation parameters, draw rules, and allocation rules, so you can understand it and prepare to participate.
{% endstep %}

{% step %}

### Participation

You commit USDC. For every full Box Price committed, you receive 1 Ticket. You can also invite others to join this MintBox to earn Lucky Digits, which improve the winning odds of your own Tickets (see "MintBox Lucky Digit vs. Referral Earnings").
{% endstep %}

{% step %}

### Result

After the commitment period closes, the platform uses the publicly generated Draw Factor to determine each Ticket's hits and ranking, and publishes each user's allocation result. You can claim the Tokenized Interest you were allocated, along with the USDC corresponding to any non-winning portion.
{% endstep %}

{% step %}

### Trading

Tokenized Interest enters the secondary market and becomes open for trading. You can freely buy and sell it (see "Market (Secondary-Market Trading)").
{% endstep %}
{% endstepper %}

In addition, each MintBox has a Target Raise. If total commitments do not reach that target by the end of the participation period, all committed USDC will be fully refunded.


---

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