# Partners Pool

## What is it?

The partners pool is the motivation of Partners to bring users to games and staking in different platforms and markets. Partners are remunerated according to their [Partner Tariff Terms](https://celestium-1.gitbook.io/celestium-docs/for-partners/faq-and-terms/partner-tariff-terms) from partner pool for the following transactions:

* Stake to dynamic or conservative staking
* Bet to the lotto games (dynamic games)

*In case of conservative games, the partners are paid directly from the winning fees.*

**To understand this we recommend to read** [Partner Contract Explained](https://celestium-1.gitbook.io/celestium-docs/for-partners/about-partner-contract/partner-contract-explained)

## More information about partners pool:

* Partners pool has no vesting as tokens have to be available just in time when the partner brings the user to the game and to staking.
* Partners pool is held in the [Core](/smartcontracts-description/core.md) contract as the partner claims its revenue directly from there.
* The 6% from total emission (`TODO_PARTNERS_POOL_TOKENS` CELT tokens) that is on the core contract cannot be withdrawn by any party
  * The only option how to get those tokens into circulation is when Partner brings a new volume to games or new stakers.
  * Each unlock of partners tokens brings new demand to the market. Therefore we can say that those tokens are backed by business.

## Verify the pool

* Partner's pool is the CORE contract.
* Consensus and ownership of the core contract can be verified in [Celestium Governance](/celestium-governance/celestium-governance.md).
* Core contract link: `TODO_CORE_CONTRACT_ADDRESS`


---

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