# Airdrop

**Overview**

30% of the total $KOKO supply — **266,666,664 tokens** — is allocated to the community airdrop. Half of this pool is reserved for presale participants. The other half is distributed through the Kairoku World quest system.

The quest system is live inside the Koko Telegram bot. Any holder or community member can participate — no SOL required.

**How to Join**

1. Open Telegram and search **@KokoKairokuBot**
2. Send `/join`
3. Pass the anti-bot check
4. Your task dashboard appears with your personal referral link
5. Complete tasks to earn points
6. Points convert to $KOKO at TGE

**Tasks & Points**

| Task                     | Points | Notes                   |
| ------------------------ | ------ | ----------------------- |
| Join Telegram group      | 500    | One-time                |
| Follow @KokoKairoku on X | 500    | One-time                |
| Retweet launch post      | 300    | One-time                |
| Answer lore question     | 250    | One-time                |
| Daily check-in           | 100    | Every 24 hours          |
| Refer a friend           | 1,000  | Per referral, unlimited |

**Referral System**

Every participant gets a unique referral link generated by Koko:

```
https://t.me/KokoKairokuBot?start=KOKOXXX
```

When someone joins using your link:

* They are registered under you automatically
* You earn **1,000 points** immediately
* There is no limit on referrals — the more villagers you bring, the more you earn

Check your referral count and points anytime with `/points`.

**Points to $KOKO Conversion**

Points convert to $KOKO at TGE using a proportional model:

* Total quest pool: **133,333,332 $KOKO**
* Your share = (your points ÷ total points across all users) × quest pool

**Example:**

* Total points across all users: 3,000,000
* Your points: 5,000
* Your share: 5,000 ÷ 3,000,000 × 133,333,332 = **\~222,222 $KOKO**

The more active the community, the more competitive the pool. Early participants and top referrers earn the most.

***

**Leaderboard**

The top villagers by points are tracked live inside the bot. Send `/leaderboard` to see the current standings.

Top 3 at TGE snapshot will receive bonus allocations:

* **🥇 1st place** — 2x multiplier on quest allocation
* **🥈 2nd place** — 1.5x multiplier
* **🥉 3rd place** — 1.25x multiplier

**Commands Reference**

| Command        | Action                               |
| -------------- | ------------------------------------ |
| `/join`        | Register and get your task dashboard |
| `/points`      | View your balance and referral count |
| `/leaderboard` | Top 10 villagers                     |
| `/checkin`     | Daily check-in for 100 points        |

***

**Important Notes**

* Points are non-transferable
* One account per Telegram user
* Airdrop snapshot taken 4th of May
* Tokens distributed 1st of may
* Koko bot is the only official airdrop system — no external websites


---

# 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://kairokuworld.gitbook.io/kairokuworld-docs/token/airdrop.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.
