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

# What is Blockchain?

Blockchain is a type of distributed ledger technology. It records data in units called “blocks,” which are linked together in a chain structure to form a secure, tamper-proof, and transparent database. Key features of blockchain include:<br>

* **Distributed Storage:** Every node in the blockchain network holds a complete copy of the data, eliminating the risk of a single point of failure.
* **Decentralization:** There is no central authority managing the data; instead, all participants jointly maintain the network’s security and integrity.
* **Immutability:** Each block contains the cryptographic hash of the previous block, making it easy to detect any unauthorized changes to past data.
* **Transparency:** All transactions on the blockchain are open to participants, fostering trust and accountability.<br>

Thanks to these features, blockchain has found wide-ranging applications in finance, logistics, healthcare, supply chain management, and more.

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

```
GET https://bitroot.gitbook.io/bitroot/bitroot-beginners-guide/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.
