Token Distribution Example

Let's imagine an example project called XYZ Token, which uses BlastUP Launchpad.

For simplicity, let's say they are selling 1,000,000 tokens.

  • Basic Tiers (Tiers 1-3) will receive 20% of the total token allocation, which is 200,000 tokens.

  • Premium Tiers (Tiers 4-6) will receive 80% of the total token allocation, which is 800,000 tokens.

FIRST ROUND

Token Distribution for Basic Tiers

The total token allocation is 200,000 tokens.

  • Tier 1: Bronze - 1600 participants with a pool weight of 10

  • Tier 2: Silver - 800 participants with a pool weight of 25

  • Tier 3: Gold - 200 participants with a pool weight of 65

The total weight of all participants: (1600 * 10) + (800 * 25) + (200 * 65) = 49,000

The number of tokens allocated to each "share" is 200,000 / 49,000 = ~4

The formula for the number of tokens allocated to a tier is:

Number of users in tier * Number of shares * Tier pool weight
  • Tier 1: Bronze - 1600 * 4 * 10 = 65,306 tokens

  • Tier 2: Silver - 800 * 4 * 25 = 81,633 tokens

  • Tier 3: Gold - 200 * 4 * 65 = 53,061 tokens

The formula for the amount of tokens a user in a tier can purchase is:

Number of tokens in tier / Number of users in tier
  • Tier 1: Bronze - Each user can purchase 65,306/1600 = 41 tokens

  • Tier 2: Silver - Each user can purchase 81,633/800 = 102 tokens

  • Tier 3: Gold - Each user can purchase 53,061/200 = 265 tokens

Token Distribution for Premium Tiers

The total token allocation is 800,000 tokens.

  • Tier 4: Titanium - 100 participants with a pool weight of 10

  • Tier 5: Platinum - 25 participants with a pool weight of 25

  • Tier 6: Diamond - 5 participants with a pool weight of 65

The total weight of all participants: (100 * 10) + (25 * 25) + (5 * 65) = 1,950

The number of tokens allocated to each "share" is 800,000 / 1,950 = 410

The formula for the number of tokens allocated to a tier is:

Number of users in tier * Number of shares * Tier pool weight
  • Tier 4: Titanium - 100 * 410 * 10 = 410,256 tokens

  • Tier 5: Platinum - 25 * 410 * 25 = 256,410 tokens

  • Tier 6: Diamond - 5 * 410 * 66 = 133,333 tokens

The formula for the amount of tokens a user in a tier can purchase is:

Number of tokens in tier / Number of users in tier
  • Tier 4: Titanium - Each user can purchase 410,256/100 = 4,103 tokens

  • Tier 5: Platinum - Each user can purchase 256,410/25 = 10,256 tokens

  • Tier 6: Diamond - Each user can purchase 133,333/5 = 26,667 tokens

SECOND ROUND - FCFS

In the second round, unsold tokens from the first round become available on a "first come, first served" basis only for Premium Tiers (Titanium, Platinum, Diamond).

This round remains open until all tokens are sold, usually lasting for about half an hour. The IDO ends when all tokens are sold.

Last updated