> For the complete documentation index, see [llms.txt](https://web3-coin.gitbook.io/welcome-to-web3-coin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-coin.gitbook.io/welcome-to-web3-coin/fundamentals/tokenomics.md).

# Tokenomics

<figure><img src="/files/JdRLt2VDBwhxbYMiTRem" alt=""><figcaption></figcaption></figure>

## %40 Strategic Pool

Represents 4 billion W3Bs reserved for burning. These W3Bs will be dynamically & manually burned over two years.

## %5 Strategic Sale

Represents 500 million W3Bs reserved for sale.

| **%1 Seed Sale 1**  | 250 days linear vesting      |
| ------------------- | ---------------------------- |
| **%1 Seed Sale 2**  | 250 days linear vesting      |
| **%1 Private Sale** | 10 days cliff / 100% release |
| **%2 Public Sale**  | 100 days linear vesting      |

## %55 Other

Represents the amount of W3B allocated to support the Web3Coin ecosystem, miners in the Proof of Web3 consensus mechanism, and investors.

| **%5 Liquidity Pool** | Only for market making                           |
| --------------------- | ------------------------------------------------ |
| **%8 Marketing Pool** | 6 months cliff / 500 days linear vesting         |
| **%2 Airdrop Pool**   | 500 days linear vesting starting from 01.01.2024 |
| **%5 Stake Pool**     | 1.000 days linear vesting                        |
| **%5 Rewards Pool**   | 5.000 days linear vesting                        |
| **%10 Miner Pool**    | 2.000 days linear vesting                        |
| **%19 Team Pool**     | 24 months cliff / 1.000 days linear vesting      |
| **%1 Charity Pool**   | 1.000 days linear vesting                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://web3-coin.gitbook.io/welcome-to-web3-coin/fundamentals/tokenomics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
