> For the complete documentation index, see [llms.txt](https://docs.yakkamon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yakkamon.com/pre-registration/free-mint.md).

# Free Mint

## Free Mint — October 1st

On **October 1st**, a **free mint** goes live on **Ronin**. Mint one and you're holding an exclusive early Yakkamon monster — sealed until Early Access, when you find out which one you got.

{% hint style="danger" %}
**Only 10,000 can be minted.** Once the last one is gone, the free mint closes and these early monsters can no longer be obtained.
{% endhint %}

{% hint style="success" %}
**This is not a race against bots.** The mint runs on a **secure, verified whitelist** — only verified pre-registered trainers can mint, one per trainer. If a wallet isn't on the whitelist, it cannot mint, no matter how fast it is or how much gas it pays.
{% endhint %}

{% hint style="info" %}
**This is not the Trainer Point airdrop.** That's a separate reward — 5,000 monsters given to the top 5,000 trainers on points. The free mint is open to **every** verified pre-registered trainer, whatever your rank. See [the full comparison](/pre-registration/early-access-airdrop.md#the-three-things-people-mix-up).
{% endhint %}

### You won't know what you got until Early Access

When you mint, you're minting **blind**. All 10,000 stay sealed until **Early Access launches** — that's the moment every one of them is revealed and you finally find out which monster you're holding.

Seeded into that supply are **5 Legendary monsters**: the exact same legendary, top-of-the-power-curve creatures handed out in the Trainer Point airdrop. Five mints out of ten thousand. Someone is going to open one.

{% hint style="info" %}
**Mint on October 1st. Find out what you got at Early Access launch.** Everyone is revealed at the same time, so nobody knows what's in the pool until the doors open.
{% endhint %}

### A verified whitelist, not a gas war

We've seen how open mints go. Bots front-run real players, gas spikes, and the people the drop was meant for end up with nothing. We're not running it that way.

* **Whitelist only.** Only wallets on the verified whitelist can mint. Everyone else is blocked at the contract.
* **Verified trainers only.** Your pre-registration account has to be verified to make the list.
* **One per trainer.** No stacking mints across alt accounts or throwaway emails.
* **Multi-accounts and bots are filtered out** before mint day — the same review we apply to [referrals](/pre-registration/early-access-airdrop.md#referral-rules).

{% hint style="warning" %}
**You must be pre-registered and verified to mint.** Sign up and complete verification before October 1st — if you're not on the whitelist, you can't take part.
{% endhint %}

### What you need to know

|            |                                                                   |
| ---------- | ----------------------------------------------------------------- |
| **When**   | October 1st                                                       |
| **Where**  | Ronin — the same network Yakkamon launches on                     |
| **Cost**   | Free. You only pay network gas                                    |
| **Supply** | **10,000 only** — with **5 Legendary monsters** seeded inside     |
| **Who**    | Verified pre-registered trainers on the whitelist — one mint each |
| **Reveal** | At **Early Access launch** — all 10,000 revealed at once          |

### Why mint

* **It's free.** Just cover gas — there's no mint price.
* **You don't need a top rank.** Unlike the airdrop, the mint is open to every verified pre-registered trainer.
* **It's protected.** A verified whitelist keeps bots and multi-accounts out, so you're not competing against scripts.
* **Only 10,000 early monsters.** No restock, no second wave. Once the free mint closes, these particular monsters can't be obtained again.
* **5 Legendaries are in the pool.** The same legendary monsters as the airdrop — hidden somewhere in the 10,000 (see [NFT Airdrop](/pre-registration/legendary-founder-nfts.md)).
* **It earns points.** Minting rewards you with pre-registration points toward your trainer tier and your position on the leaderboard (see [Early Access and Rewards](/pre-registration/early-access-airdrop.md)).
* **You're in before the doors open.** The mint runs a full month ahead of early access — mint holders are the founding trainers.

{% hint style="success" %}
**10,000 spots. Hundreds of thousands of trainers.** Get pre-registered and verified well before October 1st so you're on the whitelist when it opens.
{% endhint %}

{% hint style="info" %}
You'll be able to deposit these monsters into Yakkamon once you gain access to the game.
{% endhint %}

**Pre-register now so you're eligible on October 1st.**


---

# 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.yakkamon.com/pre-registration/free-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.
