> For the complete documentation index, see [llms.txt](https://booost-1.gitbook.io/booost-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://booost-1.gitbook.io/booost-whitepaper/booost-airdrop-guide.md).

# BOOOST Airdrop Guide

#### 1. Introduction

BYL is the official in-app reward point of the BOOOST app. Users can earn BYL through everyday activities such as walking, driving, and completing daily missions. Holding NFTs further increases earning power. This guide covers the four ways to earn BYL.

**$HPP Airdrop**

The amount of $HPP allocated in the airdrop is determined by the number of BYL points held. The more BYL you accumulate, the larger your $HPP allocation.

#### 2. [Walking Mode](https://booost-1.gitbook.io/booost-whitepaper/walk-mode)

* Who can join:
  * Everyone. Walking Mode does not require an NFT.<br>
* How to join:&#x20;
  * See the image below.

<figure><img src="/files/BuTxW6X9RgWcMNF7we6R" alt=""><figcaption></figcaption></figure>

* How to earn more: Level up your Avatar to increase rewards.

<figure><img src="/files/4Onbx5CVF2sW49ht5JCa" alt=""><figcaption></figcaption></figure>

* Reward criteria: Rewards vary based on walking time and Avatar level.

#### 3. [Driving Mode](https://booost-1.gitbook.io/booost-whitepaper/drive-mode)

* Who can join: Everyone. Both NFT holders and non-holders can participate.
* How to start: See the image below.

<figure><img src="/files/k9aF7pHQOd14hOyLQ1B1" alt=""><figcaption></figcaption></figure>

* How to earn more: Level up your Vehicle, or join with an [NFT (Digital Vehicle)](https://opensea.io/collection/booost-digital-vehicle).

<figure><img src="/files/aoSt2gtxVJUE0BdtzYqU" alt=""><figcaption></figcaption></figure>

* Reward criteria: Rewards vary based on driving time, Vehicle rarity, and Vehicle level.

#### 4. Daily Missions

Complete simple missions every day to earn BYL. Each mission pays 10 BYL.

<figure><img src="/files/GECfD2PvT89FFBj20qDl" alt=""><figcaption></figcaption></figure>

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Mission</strong></td><td><strong>Reward</strong></td><td><strong>Requirement</strong></td></tr><tr><td>Refer Friends</td><td>+10 BYL / referral</td><td>Claimable once the referred sign-up is verified</td></tr><tr><td>Daily Login</td><td>+10 BYL</td><td>Log in to the app daily</td></tr><tr><td>Self Check-in</td><td>+10 BYL</td><td>Check in on your own</td></tr><tr><td>Group Check-in</td><td>+10 BYL</td><td>Add a friend and tag them (required)</td></tr><tr><td>Send Messages</td><td>+10 BYL</td><td>Send a message</td></tr><tr><td>Share Walking Receipt</td><td>+10 BYL</td><td>Share your walking receipt</td></tr><tr><td>Share Driving Receipt</td><td>+10 BYL</td><td>Share your driving receipt</td></tr></tbody></table>

#### 5. Holding NFTs (Earning Power Enforcement)

<figure><img src="/files/kWXkLsg5zss1nXogoSMz" alt=""><figcaption></figcaption></figure>

5-1. [TZRKT](https://booost-1.gitbook.io/booost-whitepaper/tzrkt-and-digital-vehicle)

* Utility: Burn a TZRKT on [BOOOSTATION](https://booost-1.gitbook.io/booost-whitepaper/booostation) to receive a Digital Vehicle for free.
* Reward: Holders receive additional BYL daily.<br>

5-2. [Digital Vehicle](https://booost-1.gitbook.io/booost-whitepaper/drive-mode/vehicles)

Digital Vehicles are used in Driving Mode; higher rarity means higher rewards.

| **Rarity** | **Supply** | **Effect**                       |
| ---------- | ---------- | -------------------------------- |
| Common     | 90%        | Reward boost by rarity           |
| Uncommon   | 9%         | Reward boost by rarity           |
| Rare       | 1%         | Reward boost by rarity (highest) |

\ <br>


---

# 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://booost-1.gitbook.io/booost-whitepaper/booost-airdrop-guide.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.
