> For the complete documentation index, see [llms.txt](https://academy.vidt-dao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vidt-dao.com/ecosystem/vidt-dao.md).

# VIDT DAO

{% embed url="<https://www.youtube.com/watch?t=9s&v=UYaZk9huAl0>" %}

## **What's VIDT DAO?**

The VIDT DAO is an open-source platform that provides a foundation of verifiable trust. It leverages blockchain and[ timestamping technology](/timestamping/introduction-to-blockchain-and-timestamping.md) to ensure the veracity of data and documents. The native token of the platform is VIDT, which is integral to the data validation process. Each time a file is timestamped, a VIDT transaction is executed, recording all necessary details into the blockchain.

VIDT also plays a crucial role in the governance of the platform, empowering token holders to propose and vote on strategic decisions concerning business, marketing, and technical developments. Each wallet holding a certain amount of VIDT has one vote, thereby democratizing the decision-making process.

## **How's VIDT DAO structured?**

Several key components work in unison within the [VIDT DAO ecosystem.](/ecosystem/the-ecosystem.md) The Incubator Treasury is a tool that allows the community to influence the strategic and commercial path of VIDT DAO. The Audit Committee is in place to perform sanity checks on submitted DAO proposals to ensure compliance with regulations. Finally, the [Awareness Team](/ecosystem/vidt-dao-community.md), composed of volunteers, disseminates news about VIDT to foster community engagement.

As of January 2025, the total token supply of VIDT is 1,000,000,000, with a circulating supply of 842,320,913 VIDT, representing approximately 84% of the total supply.

<figure><img src="/files/TNDwKhiarZADERnfPi9Q" alt=""><figcaption></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://academy.vidt-dao.com/ecosystem/vidt-dao.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.
