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

# Airdrop

An airdrop is a marketing strategy employed by blockchain projects to distribute free tokens or coins to a large number of wallet addresses. It can increase visibility, generate buzz, and attract attention to a project, especially during its early stages. By distributing tokens widely, projects aim to stimulate network effects, encouraging greater adoption and usage of their platforms or services.

**2.** **Community Building**: One of the primary goals of airdrops is to attract and engage a wider audience within the cryptocurrency community. By distributing tokens to potential users, projects foster a sense of belonging and loyalty among participants. This community-building aspect is crucial for launching and promoting new cryptocurrency projects.

**3.** **Token Distribution**: Airdrops offer a fair and inclusive means of distributing tokens, ensuring broader ownership and decentralization of the project’s ecosystem. This widespread distribution is vital for the decentralization and security of the network.

**4. User Incentivization**: By rewarding existing users and attracting new ones, airdrops encourage continued engagement and word-of-mouth promotion. They serve as a way to thank early supporters and loyal community members, creating a positive feedback loop of engagement and growth.

The Airdrop feature can satisfy 4 major needs: `TGE`, `Long Term Incentives`, `Contest Rewards`, and `Vampire Attack`.

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


---

# 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://taskoncommunitys-organization.gitbook.io/guide-book/tools/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.
