> 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.md).

# 交易操作

- [交易](https://www.0x1.academy/jiao-yi-cao-zuo/undefined.md): 在區塊鏈世界中，我們把一個數位資產的交換，無論是收取或送出，甚至是使用錢包簽名等動作，都叫做交易（英文：Transaction）。
- [交易手續費](https://www.0x1.academy/jiao-yi-cao-zuo/undefined/shou.md): 交易手續費（英文：Transaction Fee）為付給礦工 - 也就是區塊鏈網路上協助記帳的人的報酬，等同於記帳費。某種程度上，也可以說是給替區塊鏈網路「提供電腦協助記帳的人」的 電力、算力、網路費用補貼。
- [送出交易](https://www.0x1.academy/jiao-yi-cao-zuo/undefined/song-chu.md): 送出交易（英文：Submit Transaction）指的給予區塊鏈系統必要資訊後，對某區塊鏈帳戶或合約互動（包含轉帳、收款、索取、認證等各種動作）。
- [交易哈希](https://www.0x1.academy/jiao-yi-cao-zuo/undefined/ha-xi.md): 交易哈希（Transaction Hash）又稱 TxHash（唸作：踢叉-嘿許），其中的 Tx ，就是交易 Transaction 的縮寫。
- [等待完成交易](https://www.0x1.academy/jiao-yi-cao-zuo/undefined/deng-dai.md): 等待完成交易（英文：Transaction Pending）表示交易需求及內容已經被送上區塊鏈，但還未經過礦工查認驗證，也還沒登錄上鏈（寫入區塊鏈帳本）因此還不能算是交易成功。
- [交易確認](https://www.0x1.academy/jiao-yi-cao-zuo/undefined/undefined-1.md): Confirmation


---

# 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.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.
