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

# 7. Tokenomics

**Grebe Coin (GRT)** is the native utility token of the **Grebe Ecosystem**, serving as the foundation for transactions, rewards, governance, and platform utilities across **GrebeChain** , Social Media platform (**Fanverse**), and **Grebe Hybrid Swap**.

#### 🔹 Token Overview

* **Token Symbol**: GRT
* **Total Supply**: 6,000,000,0 GRT
* **Blockchain**: GrebeChain (EVM-Compatible, PoA Consensus)

| Category                       | Allocation (%) | Allocation (GRT) |
| ------------------------------ | -------------- | ---------------- |
| Liquidity & Swap Pools         | 28%            | 16,800,000 GRT   |
| Gaming Rewards & NFTs          | 16.5%          | 9,900,000 GRT    |
| Social Media Incentives        | 8%             | 4,800,000 GRT    |
| Development & Ecosystem Growth | 20.5%          | 12,300,000 GRT   |
| Team & Marketing               | 5%             | 3,000,000 GRT    |
| Staking Rewards                | 15%            | 9,000,000 GRT    |
| Reserve Fund                   | 7%             | 4,200,000 GRT    |

**⏳ Vesting Schedule**

* **Team & Advisors**: 12-month cliff, 36-month linear vesting
* **Public Sale**: Partial unlock at TGE (Token Generation Event), rest linearly vested over 6 months
* **Ecosystem Rewards**: Released in alignment with platform activity and milestones
* **Liquidity**: Locked for a minimum of 12 months

***

**🔥 Deflationary Mechanics**

* **Buyback & Burn Program**: A portion of platform fees will be used to buy back and burn GRT from the market, reducing supply over time.
* **Swap Fee Burns**: Part of the transaction fees on Grebe Hybrid Swap will be automatically burned.


---

# 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://grebes-organization.gitbook.io/grebe.world/7.-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.
