# Vesting, Allocation, and Token Emission

Effective vesting schedules and token emission strategies shape token availability, market stability, and long-term project success.

### Vesting Mechanics:

* Linear Vesting: Tokens distributed evenly over a defined period.
* Exponential Vesting: Gradually increasing token distribution, rewarding long-term holders.
* Cliff Periods: Delayed initial distribution to prevent immediate selling pressure.

Poorly structured vesting can harm ecosystem stability through early token dumping and decreased community trust.

### Clear Vesting and Emission Guidelines:

* Team: No unlock at TGE, 6-12 month cliff, followed by linear vesting over 12-24 months.
* Liquidity and Public Round: 100% unlocked at TGE to ensure adequate initial market liquidity.
* Pre-TGE Investors: Typically negotiable. A best-practice structure involves a small initial unlock at TGE (around 2.5%), followed by a 3-month cliff and a 12-month linear vesting schedule. Slight variations within ±2% unlock or ±1-3 months cliff are acceptable.
* Treasury: Small initial unlock (5-10%) at TGE, no cliff, and linear vesting over 36-48 months. Demonstrates long-term project longevity.
* Pool Rewards: Unlock schedules depend on reward purposes. Airdrops typically unlock immediately with subsequent claim-period vesting, while staking rewards align with the staking period.

### Token Emission Strategies:

* Fixed Emission Schedules: Predictable and stable, suitable for well-defined ecosystems.
* Variable Emission Schedules: Adjust token release dynamically in response to market conditions, utility demands, or governance decisions.

Balancing emission and vesting with demand mechanics prevents excessive inflation, maintains token value, and ensures sustainable market growth.

Vesting and emission terms should adjust according to market sentiment. Bullish markets allow more aggressive schedules, while bearish markets might necessitate generous 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://playbook.tokenise.tech/module-2-tokenomics-mechanics/vesting-allocation-and-token-emission.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.
