# Wormhole Bridge FAQ

## Q: How can I check my transaction? <a href="#i-have-sent-tokens-to-chain---my-tokens-did-not-arrive-in-my-target-wallet-but-have-left-my-origin-w" id="i-have-sent-tokens-to-chain---my-tokens-did-not-arrive-in-my-target-wallet-but-have-left-my-origin-w"></a>

### **Wormhole explorer** <a href="#wormhole-explorer" id="wormhole-explorer"></a>

On the bridge status page. You can see a link which will take you to your transaction on the Wormhole Explorer.

<figure><img src="/files/0dbfPptKkh3CSgRx0WaR" alt=""><figcaption></figcaption></figure>

There are 3 status for your bridge process: In Progress - Pending Redeem - Completed

<figure><img src="/files/DlkVLUEevQawaFO87H4K" alt=""><figcaption><p>In Progress</p></figcaption></figure>

<figure><img src="/files/9KdxhP3CyhTic5H8Th9D" alt=""><figcaption><p>Pending Redeem</p></figcaption></figure>

<figure><img src="/files/CquauIonlPAsmSC9hxXT" alt=""><figcaption><p>Completed</p></figcaption></figure>

The find redeem option is an alternative method that you can follow to complete your destination chain transaction. You can use this method in the case that the wormhole bridge stalls or fails to update your bridge transactions’s status.

## Q: I have sent tokens to \<chain> - my tokens did not arrive in my target wallet, but have left my origin wallet. What do I do?[​](https://portalbridge.com/docs/faqs/troubleshooting#i-have-sent-tokens-to-chain---my-tokens-did-not-arrive-in-my-target-wallet-but-have-left-my-origin-wallet-what-do-i-do) <a href="#i-have-sent-tokens-to-chain---my-tokens-did-not-arrive-in-my-target-wallet-but-have-left-my-origin-w" id="i-have-sent-tokens-to-chain---my-tokens-did-not-arrive-in-my-target-wallet-but-have-left-my-origin-w"></a>

You either a) need to redeem them, or, if redeeming was already successful, b) add them to your wallet:

### **a) Redeeming:**

* Go to <https://portalbridge.com/#/redeem> or click "Resume Transaction" on MicroSwap bridge page

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

* You need to enter your source chain and the corresponding transaction id (which you can find in your wallet, or with your address in the blockchains explorer)

<figure><img src="/files/qwENvwCvLF7tOJtwpvaP" alt=""><figcaption><p>Portal Bridge Page</p></figcaption></figure>

<figure><img src="/files/4d61SAuB3g1BAJaPZi90" alt=""><figcaption><p>MicroSwap page</p></figcaption></figure>

* Click Recover
* Click Redeem and accept the wallet approval

### **b) Add them to your wallet:**

#### **Metamask:**[**​**](https://portalbridge.com/docs/faqs/troubleshooting#metamask)

* In the Metamask assets tab, click import tokens
* The contract address can be found in the relevant block explorer transaction and clicking the token name. When you click the token name, it will open a new window and the contract address is on the right-hand side in the profile summary.
* You’ll also need a symbol - this can be anything you want to recognize the token as.
* Click add custom token

See the video tutorial - How to add a token into your Metamask wallet [here.](https://portalbridge.com/docs/video-tutorials/how-to-manually-add-tokens-to-your-wallet#metamask)

## I bridged X token but cannot swap it now. No DEX has liquid markets,[​](https://portalbridge.com/docs/faqs/troubleshooting#i-bridged-x-token-but-cannot-swap-it-now-no-dex-has-liquid-markets) <a href="#i-bridged-x-token-but-cannot-swap-it-now-no-dex-has-liquid-markets" id="i-bridged-x-token-but-cannot-swap-it-now-no-dex-has-liquid-markets"></a>

You bridged a token, which has no liquidity on the target chain. You will need to use Portal bridge to bridge this one back. You can do this by pasting the token contract address (which you can find in your wallet or with your address in the blockchains explorer) into the Portal “select a token” search field.

You can find a comprehensive overview of liquid markets [here](https://portalbridge.com/docs/faqs/liquid-markets).

#### **How can I redeem my tokens on the target chain?**[**​**](https://portalbridge.com/docs/faqs/troubleshooting#how-can-i-redeem-my-tokens-on-the-target-chain)

If you've accidentally refreshed the page during the transfer process or did not redeem your tokens, you can follow the tutorial [here](https://portalbridge.com/docs/tutorials/how-to-use-recovery-workflow).


---

# 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://docs.mummy.finance/wormhole-bridge/wormhole-bridge-faq.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.
