> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-cn/wallet_and_transaction/transaction/resend.md).

# 交易重发

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/4OavK1Wk66MSbl7n8Y4A" alt=""><figcaption></figcaption></figure>
2. 点击后进入重新发送界面，此处会显示交易内容包括矿工费，点击“确认”进入下一步。\ <mark style="color:green;">**请注意，原交易资金处于冻结状态，如账户余额不足将无法进行下一步操作。**</mark><br>

   <figure><img src="/files/2RsJ4YPnBlRU4SOXRGpP" alt=""><figcaption></figcaption></figure>
3. 点击确认后需要完成身份认证。\ <br>

   <figure><img src="/files/FyGyJpFyfm9oaBrazL1K" alt=""><figcaption></figcaption></figure>
4. 重发成功后会有提示，待交易完成后，前一笔交易的资金会被解冻，<mark style="color:green;">**且不会扣除矿工费。**</mark>


---

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