# 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: 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:

```
GET https://academy.vidt-dao.com/timestamping/why-use-blockchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
