# Team Pool

The team pool includes 18% of all tokens (`TODO_TEAM_POOL_TOKENS` CELT tokens) that are dedicated to the core team members such as responsible executives, developers and project managers.

As the project is decentralized the team tokens are the key motivation for the team members to invest their time, finance and energy to the project.

Team tokens are dedicated in a special vesting contract with the following terms:

**The team agreed to set a vesting of 5 years that would start 3 years after the project launch.**

* After 3 years `TODO_TEAM_QUARTERLY_UNLOCK` CELT tokens will be unlocked each quarter for 5 years.
* That means the internal team will not be able to sell any tokens within the first 3 years.
* The full exit of team tokens will not be possible earlier than in 8 years since **`TODO_PROJECT_LAUNCH_DATE`**

## Verify team pool and its ownership

* Team tokens are currently locked in the vesting contract
* Each unlock of the contract will be claimed to multisig contract that has a quorum of 2 out of 3

| Address and link to Polygonscan | Note                          |
| ------------------------------- | ----------------------------- |
| `TODO_TEAM_LOCKUP_CONTRACT`     | Team tokens lockup contract   |
| `TODO_TEAM_MULTISIG_CONTRACT`   | Team tokens multisig contract |
| `TODO_TEAM_MULTISIG_OWNER_1`    | Team tokens multisig owner 1  |
| `TODO_TEAM_MULTISIG_OWNER_2`    | Team tokens multisig owner 2  |
| `TODO_TEAM_MULTISIG_OWNER_3`    | Team tokens 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/team-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.
