# From Algorand

You will need the hash of the incomplete bridging transaction **from the Source chain** to use the "Resume Bridging" function. You can retrieve your transaction hash in 1 of 2 ways:&#x20;

{% tabs %}
{% tab title="1. Block Explorer" %}

1. Go to <https://app.dappflow.org/explorer/home>.
2. Ensure that you are on 'Algorand mainnet'.

<figure><img src="/files/IAIWribWvZTbLutEZRTj" alt=""><figcaption><p>Toggle to 'Algorand mainnet'</p></figcaption></figure>

3. Enter and search for your wallet address using the search bar.
4. Under "Transactions", there should be 4 transactions that relate to your bridging.

<figure><img src="/files/IA2wsdHDpyU2QsmLcsb6" alt=""><figcaption><p>4 transactions with one of them transferring to Messina's Algorand escrow address (testnet)</p></figcaption></figure>

5. Copy any one of these "Txn ID"s. This will be your Transaction Hash to resume bridging.

**OR**

1. Go to <https://allo.info/>
2. Enter and search for your wallet address using the search bar.
3. Under "Transactions", there should be 4 or 6 transactions that relate to your bridging.&#x20;

<figure><img src="/files/HFtuZjpLXahTeXrsLHis" alt=""><figcaption><p>Click the "Transactions" tab</p></figcaption></figure>

<figure><img src="/files/8WZcirJEEBiS7dYxmxxM" alt=""><figcaption><p>Find the transactions related to bridging</p></figcaption></figure>

4. Copy any one of these "Txn ID"s. This will be your Transaction Hash to resume bridging.
   {% endtab %}

{% tab title="2. Your Wallet" %}
**Algorand Wallets (Pera Algo, Defly, etc.)**

1. Open your wallet.
2. Under "History"/transaction history, there should be 4 transactions that relate to your bridging. Look for the transaction that is **labelled "Send/Sent"**. Click to expand.

<figure><img src="/files/ekUQBDv9vaiwELdvsGKX" alt="" width="188"><figcaption><p>Example of a Pera Wallet transaction</p></figcaption></figure>

3. Check that the "To" address is **Messina's Algorand escrow address**. *Refer to our updated list of escrow addresses* [*here*](https://messina.one/statistics)*.* If it is correct, click on **"Open in PeraExplorer"**.

<figure><img src="/files/HGLtiOpjAEAU1usfLKk6" alt="" width="188"><figcaption><p>Verify that it was transferred to Messina's Algorand escrow address (testnet)</p></figcaption></figure>

4. Now, you will see the Transaction Overview. Click "**Group".**

<figure><img src="/files/rYdiq7ynaJVBhlTr4R6L" alt="" width="188"><figcaption><p>Click "Group" to find txn hash</p></figcaption></figure>

5. Scroll down to the Transactions section. Find the 2nd transaction and click into it. This will be your Transaction Hash to resume bridging.

<figure><img src="/files/i48Gvw5xh2cU9zLrHzyt" alt="" width="188"><figcaption><p>2nd transaction in the group txn</p></figcaption></figure>

6. Copy the Transaction Hash and use it to resume bridging.

<figure><img src="/files/dxjeHZkcP5INfr2YWf7m" alt="" width="188"><figcaption><p>Copy transaction hash to resume bridging</p></figcaption></figure>
{% endtab %}
{% endtabs %}

Once you have obtained the Source chain **Transaction Hash**, you can proceed to [Resume ](/messina/bridge/how-to-resume-bridging.md)[Bridging](/messina/bridge/how-to-resume-bridging.md).


---

# 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/from-algorand.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.
