# Airdrop

**Airdrop Pool**: 40,000 $ADD tokens (4% supply)

**Max User Allocation**: 300 $ADD Tokens

**Lockups**: 25% at airdrop time, remaining 75% vested for 2 weeks

**Distribution**: The distribution will be divided into multiple stages (First stage starts before $ADD launch and ends after launch). The pool can deplete at any stage, and calculations will be based on the following rules:

* 40,000 tokens of $ADD cannot be distributed to fewer than 500 unique users. New stages will continue until a minimum of 500 participants is reached.
* The top 100 users collectively cannot hold more than 15.000 tokens. If the total exceeds this limit, for example, 21.428, which is 30% above the limit, all users will receive 30% fewer tokens.

\
\&#xNAN;***Every individual who*** ***places at least one bet*** during the airdrop contest ***is eligible for the airdrop***, and the airdrop amount is calculated using the following formula:

\
\&#xNAN;***Airdrop amount*** = ((*userBetCount* / *totalBetCount* \* *quantityMultiplier*) + (*userBetVolume* / *totalBetVolume* \* *volumeMultiplier*)) / (*quantityMultiplier* + *volumeMultiplier*) \* *airdropPool*

*userBetCount* - the total number of bets placed by the user

*totalBetCount* - the total number of bets placed by all users

*quantityMultiplier* = 1. This coefficient indicates that the bet volume is 10 times more important than the number of bets.

*userBetVolume* - the total volume of bets placed by the user

*totalBetVolume* - the total volume of bets placed by all users during the airdrop period

*volumeMultiplier* = 10. This coefficient indicates that the bet volume is 10 times more important than the number of bets.

\
\&#xNAN;*Canceled bets by administrators will also be included in all parameters.*

\
Let's take an example for the user Mike:

userBetCount = 6

totalBetCount = 1,000

quantityMultiplier = 1 (Constant)

userBetVolume = 0.74 ETH

totalBetVolume = 400 ETH

volumeMultiplier = 10 (Constant)

\
Mike's airdrop = ((6 / 1,000 \* 1) + (0.74 / 400 \* 10)) / (1 + 10) \* 40,000 = 89.09 tokens

\ <br>


---

# 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://gitbook.addictionbets.com/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.
