> For the complete documentation index, see [llms.txt](https://docs.baumai.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baumai.xyz/baum-deed-deck/mint.md).

# Mint

How Deed Deck Brokers are minted — the STABLE whitelist mint and the public mint.

The Deed Deck minted in two phases: a whitelist mint paid in STABLE, then a public mint paid in ETH for every Broker the whitelist didn't take.

## Public mint

* **Price:** 0.03 ETH per Broker.
* **Supply:** every Broker not minted in the whitelist mint. These go out through the public mint, not the [vault](/baum-deed-deck/vault.md).
* **Window:** opened when the whitelist mint closed on September 21, and stays open for 30 days.
* **Where:** [baumai.xyz](https://baumai.xyz) or [OpenSea](https://opensea.io/collection/baum-deed-deck).

Every Broker wallet is seeded at mint with 0.01 USDX, 0.01 mUSDX, and 1 BAUM — see [Starting balance](#starting-balance).

## Whitelist mint (STABLE)

### Cost

**100,000 STABLE per Broker.** On receipt, 50% is burned and 50% goes to the STABLE treasury.

### Eligibility

Either of:

* Wallets on the STABLE leaderboard with more than 100 points at announcement, or
* Wallets that held more than 10,000 STABLE on average over any 24-hour period in September.

### Commit

* Opened **September 10**.
* Reservations were made by sending STABLE to the mint address, first come, first served.
* There was **no per-wallet limit**.
* Closed **September 16**.

### Claim

Whitelist claims opened **September 18**.

### Reserving in quantity

Reserving several Brokers in one commit improves the roll and the wallet:

| Brokers reserved in one commit | Odds of Uncommon or Rare | Stable Points boost on the wallet |
| ------------------------------ | ------------------------ | --------------------------------- |
| 1                              | base                     | —                                 |
| 3                              | +50%                     | +10%, permanent                   |
| 5                              | +100%                    | +20%, permanent                   |

See [Multiplier Attribute](/baum-deed-deck/traits.md#multiplier-attribute) for base odds.

## Starting balance

Every Broker wallet is seeded at mint with:

* 0.01 USDX
* 0.01 mUSDX
* 1 BAUM


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.baumai.xyz/baum-deed-deck/mint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
