> For the complete documentation index, see [llms.txt](https://pliangroup.gitbook.io/plian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pliangroup.gitbook.io/plian/faq/cross-chain-transactions.md).

# Cross-Chain Transactions

## How to recover an abnormal cross-chain transaction?

Because of the consensus, some people may get an issue with stuck cross-chain transactions. Here is the detailed operation to help you make the transaction successful.

Open PIWallet, go to “ Wallet ” tab, find the transaction record and click “detail”.

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover0.png)

### Situation1

Click “Check ”, if it returns “Successful transaction” on the page, it means this transaction is successful now. You can refresh the balance on main chain again.

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover1.png)

### Situation 2

If you click “check” and it returns “Failed Transaction”, it means you need to resend PI to recover this transaction. Please click “Resend” directly.&#x20;

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover2.png)

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover3.png)

Input your account’s password.

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover4.png)

Confirm the transaction info and click “Resend transaction”.

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover5.png)

If it returns with one transaction hash, it means the resend was successful. You can check the balance within 2 minutes. If it returns “Error” like the picture below, please click “Detail” of the first transaction record and make a copy of the transaction hash. Then send this Tx hash & your address to PCHAIN Team ([op@pchain.org](mailto:op%40pchain.org)). PCHAIN team will help you make this transaction successful in 1\~2 business day(s).

![](https://pchaindoc.readthedocs.io/en/latest/_images/recover6.png)


---

# 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://pliangroup.gitbook.io/plian/faq/cross-chain-transactions.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.
