> For the complete documentation index, see [llms.txt](https://dreamerfinance.gitbook.io/dreamerfinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dreamerfinance.gitbook.io/dreamerfinance/2.-the-foundation-of-technology/2.1-public-chain/2.1.1-bitcoin-blockchain.md).

# 2.1.1 Bitcoin Blockchain

Bitcoin is the first application to use the blockchain, and blockchain technology is the bottom layer of the decentralized ledger developed from the study of Bitcoin. In layman's terms, in the internet world, we cannot complete a transaction without a third party. For example, if I buy something from someone but I don't know them, and also they don't know me, if I paid the money but they didn'tship it and I could do nothing about it In this case, electronic malls and third-party payments were born, such as Amazon and eBay, which are centralized transaction models. The blockchain solves the problem of trust through technical means. Without the need for a third party, you can verify each other through the mode of the data block, so as to achieve the purpose of being unable to tamper with and unable to commita crime.

However, at present, since the Bitcoin blockchain has no virtual machine and has not introduced a Turing-complete mechanism, its scalability is poor, making it extremely difficult to develop applications in it Although the introduction of the Lightning Network has made the Bitcoin blockchain more possible, it still cannot keep up with the increasing demand for applications.


---

# 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://dreamerfinance.gitbook.io/dreamerfinance/2.-the-foundation-of-technology/2.1-public-chain/2.1.1-bitcoin-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.
