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

# Token Utility

VGT powers the decentralized management of the Vingt.io platform, serving multiple functions across various protocols and features. Below are the key use cases for VGT:

**Ecosystem Transactions & AI Utility**: VGT is the primary currency for ecosystem transactions, enabling access to AI Smart Agents. Users pay fees in VGT to leverage predictive analytics, portfolio optimization, and personalized investment insights, enhancing their trading strategies.

**Protocol Governance**: VGT holders participate in decentralized governance by voting on protocol upgrades, new features, and platform decisions. This ensures that user interests shape the platform’s evolution.

**Access to Premium Features**: VGT holders unlock premium services, including advanced trading tools, early-stage project access, and VIP events, offering an enhanced user experience and exclusive rewards.

**Community Incentives**: VGT rewards users for engaging in community-driven initiatives, such as referrals, content creation, and educational efforts. This fosters active participation and strengthens the ecosystem by encouraging collaboration and growth.

<figure><img src="/files/FLSbEfrLSG4ZA9FSRrvP" alt=""><figcaption><p>VGT - Governance And Utility Token</p></figcaption></figure>


---

# 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://vingt-io.gitbook.io/vingt.io/tokenomics/token-utility.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.
