> 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/jiao-yi-cao-zuo/undefined/deng-dai.md).

# 等待完成交易

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

**等待完成交易（英文：Transaction Pending）是指交易需求及內容已經被送上區塊鏈，但還未經過礦工查認驗證，也還沒登錄上鏈（寫入**[**區塊鏈帳本**](/cong-wu-wu-jiao-huan-dao-shu-wei-huo-bi/ledger.md)**）因此還不能算是交易成功。**

等待完成交易表示這筆交易已排上隊伍，等待有緣或被你提供的交易手續費吸引的礦工（某台運行區塊鏈結點的電腦）來幫你驗證。到了這一步，多半只要等待就好，但若是餘額無誤，也沒有[雙花問題](/ren-shi-feng-xian-bao-hu-zi-chan/double-spending.md)，基本上只要等待一段時間，就會被確認。

### 等待完成的交易有可能失敗嗎？

有可能。

在以太坊區塊鏈上，因為存在「智能合約」這種東西，且有「Gas 限制」的設計，有時候 Pending 一段時間之後，區塊鏈會回傳錯誤或失敗，原因可能在於用來付給礦工的 Gas 不夠用了，或是演算交易的「智能合約程式」有錯誤。雖然機率很低，但偶爾還是會發生。

***

#### 相關條目

* [交易手續費](/jiao-yi-cao-zuo/undefined/shou.md)
* [送出交易](/jiao-yi-cao-zuo/undefined/song-chu.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, and the optional `goal` query parameter:

```
GET https://www.0x1.academy/jiao-yi-cao-zuo/undefined/deng-dai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
