# Affiliate Pool

The affiliate pool is the biggest part of the initial distribution. It includes 49% of all issued tokens (`TODO_AFFILIATE_POOL_TOKENS` CELT tokens) and represents the main business engine of the whole project.

* Those tokens have no vesting but are unlocked by users for affiliation of new stakers or bettors only.
* The only way how affiliate pool can be unlocked is through business acquisition.
* Tokens are held on a special contract called Affiliate fund.

**The affiliate pool is used to cover the following (check the affiliate terms)**

* Direct affiliate bonus of 0,5% from all bets and 7% of all stakes.
* 8% weak leg matching bonus which is counted from 100% of all stakes and 1% of all bets

## Relevant links

* See the [Affiliate Contract](/smartcontracts-description/affiliate-contract.md)
* Read the affiliate fund contract: `TODO_AFFILIATE_FUND_CONTRACT_URL`
* Check the [Affiliate Terms](https://celestium-1.gitbook.io/celestium-docs/affiliate-manual/how-to-join-affiliate/affiliate-terms)


---

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