# NMT Cross-chain transfer

Cross-chain transfer is an important application of blockchain technology, which can help users interoperate assets on different blockchains, thus achieving cross-chain transfer of assets. The premise of cross-chain is that the same asset exists on both public chains. For example, users can transfer the Token of Chain A to Chain B through cross-chain operation to achieve asset transfer and circulation.

We now support cross-chain transfers between Binance Chain and NetMind Chain, as well as between Ethereum Chain and NetMind Chain. If users need to cross-chain between Binance Chain and Ethereum Chain, they need to first cross-chain from Binance Chain to NetMind Chain, and then from NetMind Chain to Ethereum Chain, and vice versa.

1. Click on the "Fund" menu on the left
2. Click "Cross-chain transfer" in the drop-down menu.

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

{% hint style="info" %}
If you want to cross-chain transfer NMT from Binance Chain or Ethereum Chain to NetMind Chain, you need to switch the network of your wallet in MetaMask to BSC Network or Ethereum Network; conversely, you need to switch to NetMind Network.
{% endhint %}

3. Click \[Cross-chain transfer]
4. Jump to the cross-chain transfer page.
5. Choose the receiving network.
6. Enter the number and address of Tokens to be transferred, and click "Confirm".

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

7. Click "Confirm" to confirm the amount, GAS, and receiving address to be transferred for the second time.

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

8. Complete the confirmation operation in the MetaMask wallet pop-up window.
9. Complete cross-chain transfer after waiting for block confirmation.

<figure><img src="/files/GKgoqIciBH9wbrbQ0kr3" 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://netmind-power.gitbook.io/netmind-power-documentation/web3-related/nmt-cross-chain-transfer.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.
