> 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/timestamping/why-use-blockchain.md).

# Why use blockchain?

<figure><img src="/files/f60r7oQMuan76TIFyrfN" alt=""><figcaption></figcaption></figure>

Blockchain technology is chosen for many reasons, but its key features of being unchangeable (immutable), open (transparent), and secure are the most important when it comes to timestamping. When you have a [timestamp](/timestamping/introduction-to-blockchain-and-timestamping.md) and you want to store it somewhere, it's crucial that it can't be messed with.&#x20;

If you used a normal database, you'd have to trust the person who owns the database not to change anything. But with a blockchain, things are different - once something is recorded on the blockchain, it can't be changed. Every transaction is kept on the chain forever, and this includes timestamps.

## **Web3**

Trust isn't the only reason why [VIDT DAO](/ecosystem/vidt-dao.md) uses blockchain technology for timestamping. Web3 offers a lot of advantages when it comes to integration. It's like open-source software, meaning anyone can easily add it to their existing systems without needing special customizations.&#x20;

The way you interact with the [blockchain](/timestamping/why-use-blockchain.md), like getting a [timestamp](/timestamping/introduction-to-blockchain-and-timestamping.md), is well-defined and the same for anyone who wants to integrate it. This means it's a very versatile and accessible technology for a variety of applications.

<br>


---

# 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/timestamping/why-use-blockchain.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.
