> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/gei-kai-fa-zhe-de-zhi-nan/public-chain/ge.md).

# 隔離見證

> **最後更新：2026 年 1 月**

隔離見證是一種技術，通過把佔用大量存儲空間的區塊的數字簽名重新放置到不同的記 錄(也稱為隔離)，使每個區塊能進行更多的交易，以達到擴容的目的。區塊鏈上不僅 記載了每筆轉賬的具體信息，還包括了每筆交易的數字簽名以覈實交易的合法性。礦工 在打包區塊的時候需要用數字簽名來驗證每筆交易，確認無誤之後才會將該筆交易記 錄在區塊里。但對於用戶不需要驗證信息，且每個比特幣記錄大小被限制在 1 兆字節 (MB)，每 10 分鐘記錄一次新的記錄，所以通過隔離見證轉移簽名以擴大區塊空間。

***

#### 相關條目

* [創世區塊](/gei-kai-fa-zhe-de-zhi-nan/public-chain/genesis-block.md)
* [分片](/gei-kai-fa-zhe-de-zhi-nan/public-chain/fen-pian.md)

#### 參考資料


---

# 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://www.0x1.academy/gei-kai-fa-zhe-de-zhi-nan/public-chain/ge.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.
