# Bonus Pool

The Bonus Pool contains 6% (`TODO_BONUS_POOL_TOKENS` CELT) of all CELT tokens. Those are dedicated to stimulating the market.

* The Bonus Pool lies in the vesting contract for 5 years.
* Vesting allows to unlock approx. `TODO_BONUS_QUARTERLY_UNLOCK` CELT tokens a quarter since **`TODO_PROJECT_LAUNCH_DATE`**
* The Bonus Pool has no exact purpose of the usage but is designed to be used for project benefit
  * Usage can be welcome bonuses, special affiliate or partner bonuses or liquidity support
  * Usage of the Bonus Pool will be announced.

## Bonus pool consensus

Bonus pool is owned by multisig with quorum of 2 out of 3 [Multisignature (multisig) Principle](/celestium-governance/celestium-governance.md)

| Address and link to Polygonscan | Note                    |
| ------------------------------- | ----------------------- |
| `TODO_BONUS_POOL_CONTRACT`      | Bonus pool contract     |
| `TODO_BONUS_POOL_OWNER`         | Owner of the bonus pool |
| `TODO_BONUS_MULTISIG_OWNER_1`   | Multisig owner 1        |
| `TODO_BONUS_MULTISIG_OWNER_2`   | Multisig owner 2        |
| `TODO_BONUS_MULTISIG_OWNER_3`   | Multisig owner 3        |


---

# 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/bonus-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.
