# Vesting Schedule Overview

All major token categories are governed by hardcoded, transparent vesting logic, ensuring a gradual release of tokens over time. This helps minimize price volatility and protects the ecosystem from sudden supply shocks.

| Category                | Total Unlock Tokens | TGE Unlock % of Allocated | Vesting Duration | Cliff (Months) | Notes                                    |
| ----------------------- | ------------------- | ------------------------- | ---------------- | -------------- | ---------------------------------------- |
| Presale                 | 250,000,000         | 25%                       | 4 months         | 2              | Linear vesting of remaining 75%          |
| Airdrop & Bonuses       | 50,000,000          | 10%                       | 4 months         | 2              | Vesting designed to prevent fast exits   |
| Ecosystem & Development | 100,000,000         | 20%                       | 6 months         | 1              | Post-launch development funding          |
| Team                    | 0                   | 0%                        | 18 months        | 12             | Full cliff to ensure long-term alignment |
| Marketing               | 50,000,000          | 10%                       | 6 months         | 1              | Supports phased marketing deployment     |
| Liquidity Pool          | 1,000,000,000       | 100%                      | 0                | 0              | Fully released at TGE for market support |
| Locked Treasury         | 0                   | 0%                        | 24 months        | 12             | Strategic reserve                        |
| User Rewards            | 37,500,000          | 15%                       | 12 months        | 2              | Tournament and incentive programs        |

### Vesting Principles

* No early unlocks or discretionary emissions
* All cliffs and schedules enforced by smart contracts
* Team & treasury fully locked for 12 months or more
* Daily or weekly linear vesting post-cliff

This structure ensures long-term value alignment among all stakeholders — from players and investors to developers and the core team<br>


---

# 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.tapzi.io/tokenomics/vesting-schedule-overview.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.
