> For the complete documentation index, see [llms.txt](https://docs.havah.io/havah/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.havah.io/havah/havah-dapps/havah-mitter/faq.md).

# FAQ

**I want to connect Metamask, but it won't connect because another wallet is open.**

> If a wallet that supports the EVM (Ethereum Virtual Machine) ecosystem is already installed, even if you select MetaMask, another EVM-compatible wallet that is installed may connected.
>
> If you want to connect through MetaMask, please disable other EVM-compatible wallets in the Chrome extension and try again.

**When i set the Source chain to Ethereum or Polygon network and try to bridge, it takes too long.**

> If the Source chain of the asset being bridged is Ethereum or Polygon network, a Finality step is required to confirm the transaction's success for a stable bridging to another chain. This process may take approximately 15 to 16 minutes.
>
> You can check the final completed result on the Explorer.

**I bridged the NFT with a wallet that supports the Aptos network, but i can't see the sent NFT in the wallet's NFT list.**

> After completing the bridging of the NFT to a wallet that supports the Aptos network, if you still can't see the NFT in your wallet, please check if the NFT is in the 'Pending' state in the wallet menu. Once approved, the NFT will be displayed in the NFT list.
>
> If you want the NFT to be displayed immediately in the NFT list without any additional settings, please activate the 'Receiving NFTs' option before bridging.

**I can't bridge the Bellygom NFT.**

> The Bellygom NFT on Klaytn has been migrated to the Polygon network, and the existing Bellygom NFT on Klaytn chain is now restricted from being transferred to other blockchains through bridging.
>
> The migration service for the Bellygom NFT on Klaytn has also concluded, so if you wish to proceed with the migration, please contact the Bellygom NFT team for further inquiries.


---

# 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:

```
GET https://docs.havah.io/havah/havah-dapps/havah-mitter/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.
