# 关于不同公链的代币转账

EVM是以太坊虚拟机链的简称，是与以太坊虚拟机（EVM）兼容的区块链网络，如以太坊、BNB Chain、Polygon、Arbitrum等公链。

由于跨链的需求不断增加，因此不同公链上会出现同一种资产，比如USDT在ETH、BSC、Polygon、Arbitrum等公链都可流通，虽然不同公链可以使用相同的地址来收取资产，但是他们之间的资产不可以直接相互转账。

![](/files/-MbGceZ-NHAzpZS1HcNI)

**注意点：**&#x20;

1.不同公链之间不可以直接相互转账，比如以太坊上的USDT无法直接转账到其他EVM链上。&#x20;

2.交易所提币，要注意选择提币网络。例如从币安提币到BSC钱包（币安智能链），就必须选择BEP20或者BSC选项，否则无法到账。

#### **如果使用错误网络进行提币，或者转错链可以使用下面两种方式找回。**

[**方法1：钱包同步找回**](/cn/transfer-tutorial/about-public-chain-transfer/wallet-sync.md)

[**方法2：密钥导入找回**](/cn/transfer-tutorial/about-public-chain-transfer/import.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://help.tokenpocket.pro/cn/transfer-tutorial/about-public-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.
