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

# Airdrop Campaign

BloxHood has allocated **5% of the total token supply** to community and ecosystem growth.

The allocation is split across three stages, each designed to reward different types of early participation and ecosystem activity.

### Pre-TGE Airdrop

**1% of total supply**

The first allocation is dedicated to early supporters who interact with BloxHood before the Token Generation Event.

This allocation is intended to reward the people who discovered BloxHood early, participated in the pre-launch campaign, and helped build initial awareness around the project.

Details of eligibility and distribution will be announced before TGE.

### TGE Ecosystem Airdrops

**2% of total supply**

At TGE, BloxHood will allocate tokens to selected communities and projects within the Robinhood Chain ecosystem.

Specific partner communities and distribution mechanics will be announced separately.

### Community Tasks Pool

**2% of total supply**

The remaining allocation will be reserved for a long-term community task pool.

These tokens may be distributed through future campaigns, quests, collaborations, content initiatives, community competitions, and other activities that contribute to the growth of the BloxHood ecosystem.

The community task pool will not be distributed at TGE and will be used over time as the BloxHood ecosystem develops.

### Total Airdrop Allocation

| Campaign               | Allocation |
| ---------------------- | ---------: |
| Pre-TGE Airdrop        |         1% |
| TGE Ecosystem Airdrops |         2% |
| Community Tasks Pool   |         2% |
| **Total**              |     **5%** |

The exact eligibility criteria, wallet requirements, claim mechanics, and distribution dates may vary between campaigns and will be announced through official BloxHood channels.


---

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