# What is Blockchain

**Blockchain** is usually referred to as 'distributed ledger technology' (DLT). It was known in 2008 thanks to **Bitcoin**, the first cryptocurrency to exploit this technology, however the origins of this mechanism date back much earlier: when in 1991 researchers Haber and Stornetta introduced a computationally practical solution to mark digital documents so that they do not could be backdated or tampered with.

The blockchain is a structured database in the form of a chain of blocks, each of which contains a series of information. The blockchain is ideal for data transmission because it provides **immediate, shared and completely transparent information** that is stored in an immutable ledger.                               &#x20;

In blockchain databases, information cannot be changed once the containing block is added to the chain. It is the use of hashes and time stamps that make the chain extremely secure.&#x20;

In addition to possessing the inherent security features of a blockchain database, the decentralized blockchain makes use of a **peer-to-peer network**.                                               Members of this type of network do not need to know or trust each other and each of them gets a copy of the same blockchain ledger. In this sense, there is no main copy (a "master" copy) stored in a centralized place and the task of continuously validating the accuracy of the blockchain is entrusted to the huge amount of copies generated. This decentralization eliminates the need to trust a central authority and at the same time protects the blockchain from hacking attempts. If a hacker tried to alter the blockchain, in fact, he would only modify his own copy. This new altered copy would not match the copies stored on the other computers on the network, and therefore would not be validated.


---

# 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://moneybolt.gitbook.io/moneybolt-whitepaper/introduction/what-is-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.
