> For the complete documentation index, see [llms.txt](https://dao-maker-1.gitbook.io/dao-maker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-maker-1.gitbook.io/dao-maker/everything-you-need-to-know/airdrops.md).

# Airdrops

**TLDR of Airdrop:**

1. Deposit your USDT to farm the airdrop. Choose "boost" or "classic", please keep in mind "boost" option will expose you to the DAO token.
2. Once the airdrop period ends, get 100% of your deposit back. (If you choose "boost" you will get DAO back)
3. Once project will have its TGE you will be able to claim your free tokens!

**Airdrops use the same system as public offering uses.**&#x20;

Users can come in and deposit USDT or choose a "Boost" option which will swap their USDT deposit to DAO and increase their airdrop allocation.&#x20;

The difference is that once the airdrop is finished you will get 100% of your contribution back.

If you participated with USDT you will get it back after the airdrop ends automatically to your wallet, if you choose the "boost" option you have to claim your DAO back on the contribution page after the airdrop ends.

Please keep in mind that if you choose the "boost" option it will swap your USDT deposit to DAO and hence expose you to the DAO token. With the "boost" option you will also get back DAO after the airdrop ends. Please keep that in mind.&#x20;

This way we avoid bots participating in the airdrops.&#x20;

**To get more airdrop you should deposit more USDT to show your commitment.**&#x20;

**The calculation system is the same as in Public Offering.**

[Read more here](/dao-maker/everything-you-need-to-know/public-offering-system.md)

KYC is necessary to claim your airdrop however not to participate in the airdrop.


---

# 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://dao-maker-1.gitbook.io/dao-maker/everything-you-need-to-know/airdrops.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.
