# 分岔

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

\*\*分岔（Fork）是區塊鏈程式碼被修改後，導致新舊版本平行共處的狀態。\*\*依分岔後新舊版本的相容與否分為硬分岔和軟分岔。

*A "fork," in programming terms, is an open-source code modification.*

分岔的起因是更改開源程式碼，通常更改後會在開發者間造成歧異，導致新舊兩個版本平行共處。

***

#### 相關條目

#### 參考資料


---

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