# Allocation, Vesting & Deflationary Mechanisms

{% hint style="info" %}
**GitBook tip:** your product docs aren't just a reference of all your features, use them to encourage folks to perform certain actions and discover the value in your product.
{% endhint %}

Token allocation is the process of distributing tokens among stakeholders and initiatives within a project, aiming to promote growth and sustainability. It involves designating portions for Ecosystem Rewards, Community Airdrops, Development Funds, and more, aligning with long-term goals and incentivizing community and team contributions. Proper allocation supports the project's vision and ecosystem development.\
\
Below is the intended Allocation of $BURN

| Category               | % Allocation | Vesting Schedule               |
| ---------------------- | ------------ | ------------------------------ |
| Ecosystem Rewards      | 35%          | Monthly over 4 years           |
| Community Airdrop      | 10%          | Instant (Retroactive)          |
| Development Fund       | 20%          | 1-year lock + 36-month vesting |
| Team & Advisors        | 15%          | 1-year cliff + 4-year vesting  |
| DAO Treasury           | 10%          | Controlled by multi-sig DAO    |
| Liquidity Provision    | 5%           | Locked for 2+ years            |
| Strategic Partnerships | 5%           | 6-month lock, linear vesting   |
|                        |              |                                |

## Deflationary Mechanisms

Deflationary mechanisms are integral in managing the token supply and ensuring the long-term viability of the ecosystem. Below, we outline several approaches implemented to maintain a balanced token economy.

### 6.1 Micro-Burns

Micro-burns are a subtle yet effective method to regulate the token supply by implementing small-scale burning processes. Each burn link is capable of deducting anywhere between 0.01 and 0.10 $BURN tokens. During interactions with smart contracts, these tokens are automatically burned as part of the transaction process, steadily decreasing the circulating supply and potentially increasing the token's value over time.

### 6.2 Early Exit Fees

The early exit fees mechanism serves as a deterrent against premature unstaking. If users choose to unstake their tokens earlier than the prescribed duration, a small percentage of their tokens is subject to burning. This approach not only helps in stabilizing the token supply by discouraging hasty withdrawals but also incentivizes longer-term participation and commitment within the network. This strategic burn further aids in controlling token inflation while rewarding patience among stakeholders.

### 6.3 Governance Tax

In order to preserve the integrity and reliability of the voting process within the governance model, a governance tax is applied. Participating in voting requires either locking a small number of tokens temporarily or burning them completely. This requirement serves as a preventive measure against spam voting, ensuring that only bona fide, well-thought-out votes are cast. By imposing this nominal token lock or burn, the governance process is safeguarded, thereby enhancing its effectiveness and trustworthiness


---

# 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.burnrchat.io/fundamentals/allocation-vesting-and-deflationary-mechanisms.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.
