> 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/song-chu.md).

# 送出交易

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

**送出交易（英文：Submit Transaction）是指給予區塊鏈系統必要資訊後，對某區塊鏈帳戶或合約互動（包含轉帳、收款、索取、認證等各種動作）。**

對於單純的區塊鏈數位資產轉帳而言，送出交易即是在電子錢包裡填入要進行交易的「[錢包地址](/bao-guan-ni-de-jia-mi-zi-chan/address.md)」、「[交易手續費](/jiao-yi-cao-zuo/undefined/shou.md)」、和「交易金額」後，發出一筆款項。

### 送出交易 vs 已送出交易

**發起交易後，錢包軟體便會顯示「已送出交易（Transaction Submitted）」這代表區塊鏈已經收到請求**，如果沒有意外，區塊鏈系統就會回覆「交易哈希」也就是交易編號，接著等待區塊鏈礦工將這筆交易記錄驗證之後進行打包上鏈的工作。

###

***

#### 相關條目

* [交易手續費](/jiao-yi-cao-zuo/undefined/shou.md)
* [交易哈希](/jiao-yi-cao-zuo/undefined/ha-xi.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/song-chu.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.
