# Airdrop Pool

The Airdrop pool represents 21% of total CELT emission (`TODO_AIRDROP_POOL_TOKENS` CELT tokens). The Airdrop pool is split into 3 main sub-allocations:

| Airdrop pool allocation | Share on airdrop pool | Nominal allocation |
| ----------------------- | --------------------- | ------------------ |
| Initial airdrop phase 1 | 21%                   | `TODO` CELT        |
| Initial airdrop phase 2 | 73,5%                 | `TODO` CELT        |
| Secondary airdrop       | 5,5%                  | `TODO` CELT        |

TODO — embed pie chart at `../../public/airdrop-distribution.png`.

## Initial Airdrop Pool Phase 1

* First phase of initial airdrop is available for limited amount of `TODO_PHASE1_USER_LIMIT` early project adopters
* Each user should receive `TODO_PHASE1_PER_USER` CELT token upon accepted registration
* Registration for initial airdrop event is available [HERE](https://github.com/NextGenOrgs/celestium/blob/main/about-celestium/tokenomy/celt-initial-distribution/TODO_AIRDROP_REGISTRATION_URL/README.md)

## Initial Airdrop Pool Phase 2 (predict contest)

* Participants of phase 1 will be the first owners of Celestium PASS - access to Predict contest
* Predict contest is very simple: earn as much tokens as possible on Predict game within 10 days
* Second airdrop tranche will be distributed based on final balances in the end of the predict contest
  * The size of the second tranche will be 3.5 times bigger than the first tranche in total
  * Your particular airdrop size may vary according to your final outstanding balance
  * Rewards generated by conservative staking are counted as Predict contest results!

## Secondary airdrop - community lockup & multiple pools liquidity

* This event aims to get the biggest liquidity locked in Uniswap V3
* 50% of this allocation (`TODO_SECONDARY_AIRDROP_HALF` CELT) is a renumeration of predict contest winners for locking the won tokens as a liquidity in uniswap.
  * Result of this event to be found in [Community Lockup](/tokenomy/liquidity-and-lockups/community-lockup.md)
* Second half (`TODO_SECONDARY_AIRDROP_HALF` CELT) is being swapped for major cryptocurrencies via Uniswap and being supplied as a liquidity in the full range!
  * See the currently available pools and liquidity in [celestium stats](https://github.com/NextGenOrgs/celestium/blob/main/about-celestium/tokenomy/celt-initial-distribution/TODO_STATS_URL/README.md) or in [Liquidity and Lockups](/tokenomy/liquidity-and-lockups.md).


---

# 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://docs.celestium.digital/tokenomy/celt-initial-distribution/airdrop-pool.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.
