> For the complete documentation index, see [llms.txt](https://docs.gridaidefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridaidefi.xyz/introduction/tokenomics.md).

# Tokenomics

## **Token Overview** <a href="#token-overview" id="token-overview"></a>

* Token Symbol: GRID
* Total Supply: 1,000,000,000 GRID Tokens

#### **Token Allocation** <a href="#token-allocation" id="token-allocation"></a>

To support sustainable growth and maintain network stability, GRID tokens are allocated as follows:

* **30%**: **Rewards for GRIDNODE Operators** Distributed to operators of GridNodes as rewards for contributing compute resources to the network.
* **20%**: **System Development and Maintenance** Allocated to ongoing technical development, system upgrades, and platform maintenance to ensure long-term reliability.
* **15%**: **Partnerships and Strategic Alliances** Reserved for collaborations with key industry partners to accelerate network adoption and strengthen Grid AI’s positioning.
* **10%**: **Reserve Fund** Set aside as a contingency fund to manage unforeseen challenges and provide stability during volatile market conditions.
* **15%**: **Public Sale and Fundraising** Made available for early supporters and the public, helping to raise funds for project expansion and network growth.
* **10%**: **Development Team and Advisors** Reserved for the Grid AIdevelopment team and advisors to support ongoing innovation.


---

# 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://docs.gridaidefi.xyz/introduction/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.
