> 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/early-access-airdrop.md).

# Early Access Airdrop

## Pre-registration Rewards

Pre-registration is open now. Sign up with just an email to claim a **Monster Pack**, then earn **points** to climb the trainer tiers. The more points you earn, the higher your trainer number, and the better your rewards at launch.

### Earning points

You earn points by taking part in the community and getting ready for launch. For example:

* **Daily nurture** - tap your egg each day, with bonuses for keeping a streak.
* **Quests** - link your Discord and Twitter, post weekly, and contribute in the community.
* **Refer friends** - earn points for each friend who signs up.
* **Free mint** - mint the Genesis Monster on Ronin (see Free Mint).
* **Early $FLOWER deposits** - deposit $FLOWER to convert it into points. Bigger deposits earn exponentially more, and $FLOWER can be spent in-game or withdrawn once you have game access.

### Reward track

As your points grow, you unlock rewards along the track:

| Points | Reward                                       |
| ------ | -------------------------------------------- |
| Start  | Platinum Monster Pack (gems + in-game items) |
| 100    | NFT raffle ticket x1                         |
| 250    | Reserve your trainer username                |
| 400    | Care package                                 |
| 600    | NFT raffle tickets x5                        |
| 800    | Bonus monster egg                            |
| 1,000  | Early access - Tier I                        |

### Genesis Drop - November 1st

On **November 1st**, trainer numbers and tiers are revealed. Your rank decides which **Genesis egg** you receive and which early-access wave you join. Higher tiers enter the game first.

| Rank           | Genesis egg     | Early access   |
| -------------- | --------------- | -------------- |
| 1 - 100        | Legendary Egg A | Wave 1 - Nov 1 |
| 101 - 500      | Legendary Egg B | Wave 1 - Nov 1 |
| 501 - 1,000    | Legendary Egg C | Wave 1 - Nov 1 |
| 1,001 - 5,000  | Rare Egg A      | Wave 2 - Nov 3 |
| 5,001 - 20,000 | Early access    | Wave 3 - Nov 5 |
| 20,001+        | Early access    | Wave 4 - Nov 8 |

The very top trainers also receive the Legendary NFT Monster drop.


---

# 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/early-access-airdrop.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.
