# 交易重發

Solana交易時可能會因為網絡擁堵或礦工費不足等問題導致交易失敗，由於Solana的鏈於交易失敗後沒有回推機制，因此必須透過手動操作重新發送交易。請注意原來交易的資金及礦工費處於凍結狀態，如需進行交易重發必須<mark style="color:green;">**確保帳戶內有足夠的餘額**</mark>，如需協作可隨時透過 <mark style="color:green;">**<support@cregis.io>**</mark> 聯繫我們。

交易重發步驟如下：

1. 當Solana鏈交易發送後5分鐘仍處於待確認狀態，系統會出現"<mark style="color:green;">**重新發送**</mark>"按鈕。<br>

   <figure><img src="/files/X1AdUoFMhBXWC3hBVcTS" alt=""><figcaption></figcaption></figure>
2. 點擊後進入重新發送介面，這裡會顯示交易內容包括礦工費，按確認進行下一步。\ <mark style="color:green;">**請注意原交易資金處於凍結狀感，如帳戶內餘額不足將無法進行下一步。**</mark>\ <br>

   <figure><img src="/files/7nwVYTYyt7ba9EIfiOtt" alt=""><figcaption></figcaption></figure>
3. 按完確認後需進行身份認證。<br>

   <figure><img src="/files/ji1sIurcOboIRog2f0bT" alt=""><figcaption></figcaption></figure>
4. 重發成功會有提示，待交易完成後前一筆交易資金會被解凍<mark style="color:green;">**並且不會扣除礦工費。**</mark>


---

# 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://support.cregis.com/cregis-wallet-guide/zh-tw/wallet_and_transaction/transaction/resend.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.
