# How To Resume Bridging

In the event that the bridging process is interrupted, there is a method to resume where you left off.&#x20;

To resume bridging, you need to have:

* A pending/bridged transaction on the source chain.
* The corresponding hash for that transaction.

If a transaction hash was not generated, it means no tokens/NFTs have been bridged.

## Resuming Bridging Transaction

1. If you still have your session page open, copy the transaction hash on screen. If your session has closed and you need help retrieving your transaction hash, learn how to do so depending on your source chain - [From EVM](/messina/bridge/how-to-resume-bridging/from-evm.md) or [From Algorand](/messina/bridge/how-to-resume-bridging/from-algorand.md).

<figure><img src="/files/4TtV8bi7kDNe7oV1i0th" alt=""><figcaption></figcaption></figure>

2. Once you have obtained your transaction hash, proceed back to the [Bridge](https://messina.one/bridge) or [NFT Bridge](https://messina.one/nft_bridge) page and click "Resume Bridging".

<figure><img src="/files/Idz4t18ETFmsxBRkk5an" alt=""><figcaption></figcaption></figure>

3. On the Resume Bridging screen, select the Source chain of the bridge transaction you want to resume and input the transaction hash obtained.

<figure><img src="/files/kbK2dbAvx3gBCDo15m46" alt=""><figcaption></figcaption></figure>

4. Then, select the Destination chain and press "Connect Wallet" to resume this transaction.

<figure><img src="/files/yoOPwGGUNdR01wRMGLAj" alt=""><figcaption></figcaption></figure>

***Please note that you can claim on behalf by using a different wallet from the one you specified as the original receiver. Assets will still be the transferred to the original Destination wallet.***

5. Once that is done, press the "Resume Transaction" button and you will be directed to the claim page to complete the bridging transaction.

<figure><img src="/files/9yVRS8uz5zw8yBkgZeYd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LRDo4Eeg7J0nbViCFi28" alt=""><figcaption></figcaption></figure>


---

# 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://messinaone.gitbook.io/messina/bridge/how-to-resume-bridging.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.
