> 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/legendary-founder-nfts.md).

# NFT Airdrop

## The Monster NFT Airdrop

When early access opens, **5,000 Monster NFTs** will be airdropped to the **top 5,000 trainers on the points leaderboard**.

{% hint style="danger" %}
**This is not first come, first served.** Monster NFTs are awarded on **points**, not on how early you signed up. Signing up does not reserve one — you have to earn your rank and hold it until the leaderboard locks.
{% endhint %}

There is no sale. No second window. No way to buy in later. The **only** way to receive one is to finish pre-registration inside the **top 5,000 trainers** on the points leaderboard — and the top **1,000** trainers receive a **Legendary Monster NFT**, the rarest tier we will ever mint.

Once the leaderboard locks, this airdrop is closed for good.

{% hint style="success" %}
**Late to pre-registration? You are not locked out.** The leaderboard is points-based, so a trainer who signs up today and grinds daily can pass someone who signed up on day one and stopped showing up.
{% endhint %}

### Who gets what

| Leaderboard rank (by points) | Airdrop                      |
| ---------------------------- | ---------------------------- |
| 1 - 1,000                    | **Legendary** Monster NFT    |
| 1,001 - 5,000                | Monster NFT                  |
| 5,001+                       | Not eligible for the airdrop |

### How this differs from your egg and the free mint

There are **three separate rewards**, and people mix them up constantly. The counter ticking up on pre-registration is the **Monster Egg** counter — it has nothing to do with this airdrop.

|                        | 🥚 **Monster Egg**                   | 🎁 **Trainer Point airdrop** | 🆓 **Ronin free mint**                    |
| ---------------------- | ------------------------------------ | ---------------------------- | ----------------------------------------- |
| **How you get it**     | Just sign up                         | Finish top 5,000 on points   | Mint it on October 1st                    |
| **How many**           | Up to 500,000                        | 5,000                        | 10,000                                    |
| **Decided by**         | Sign-up order                        | Your points rank             | Verified whitelist — one mint per trainer |
| **Is it an NFT?**      | **No**                               | Yes                          | Yes                                       |
| **Need a wallet?**     | **No**                               | Yes                          | Yes                                       |
| **How it reaches you** | Appears on your farm when you log in | Airdropped at early access   | Minted to your wallet on October 1st      |

{% hint style="info" %}
**You can have all three, and one doesn't affect another.** Missing out on a Platinum egg does not hurt your airdrop chances — every trainer, whatever egg they claimed, competes for the same 5,000 Monster NFTs on points alone. Signing up first buys you a better egg; it buys you nothing on the leaderboard.
{% endhint %}

## Why they matter

These are some of the **strongest monsters in the game** — handed out for free, purely as a thank-you for your support in the lead-up to launch.

* **Genuinely powerful.** These monsters sit at the top end of the power curve. They aren't cosmetic collectibles; they're an edge you carry into the game from day one.
* **Fully tradable.** They're yours. Hold them, build around them, or trade them on-chain.
* **Specialised.** Some are built for **battle**. Some are built for **gathering**. Others excel at different corners of the game entirely. And some are simply stronger than others.

## 👀 The Reveal Event

Here's the part worth waiting for: **you won't know what you got until launch.**

At early access launch we're running a **live Reveal Event** — a moment where every airdropped monster **and every one of the 10,000** [**free mint**](/pre-registration/free-mint.md) **monsters** is unwrapped at once, and trainers finally see which creature they've been holding. Some trainers will walk away with a top-tier battler. Some will unwrap a gathering monster that quietly prints resources for months. A rare few will reveal something the rest of the world spends the season trying to trade for.

Watch the reveal. Then find out where you landed.

## How to secure your place

Every point counts, and rank is everything.

* **Nurture daily** — tap your egg every day and hold your streak.
* **Complete quests** — link Discord and Twitter, post weekly, show up in the community.
* **Refer friends** — every signup pushes you further up the board.
* **Free mint** — minting the Monster NFT on Ronin earns points toward your rank (see [Free Mint](/pre-registration/free-mint.md)).
* **Deposit early $FLOWER** — bigger deposits earn exponentially more points, and you keep the $FLOWER either way (see [$FLOWER Deposits](/pre-registration/flower-deposits.md)).

The board is live and moving. Every day you wait, someone else climbs past you — and every day you show up, you climb past someone who didn't.

**Pre-register, earn points, and climb into the top 5,000.**


---

# 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/legendary-founder-nfts.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.
