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.

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:

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.

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

Last updated