# Recovering assets sent wrongly to another EVM-compatible network

This guide helps you to recover the assets sent wrongly to an EVM-compatible address (address begins with 0x) on another network. For eg, Sending BEP20 BUSD on Binance Smart Chain to an Ethereum address.

1. Go to address details and tap on ... on top right, select Export Address Private Key\
   ![](/files/zq2XMFWcaysGJPYk1seb)<br>
2. Follow the steps to retrieve your address private key and keep this to yourself, DO NOT SHARE THIS WITH ANYONE to prevent loss of fund.\
   ![](/files/0am84DxtCyh7tyHCU32i)<br>
3. Back to home screen, then on left menu, tap +\
   ![](/files/l4xDfFaQB1FjZqek8GEU)<br>
4. Select Import Wallet\
   ![](/files/8YN7c5OmEn0p2LvQLMco)<br>
5. Select Address Private Key\
   ![](/files/x3m7dfkLzvziWnWcB7VP)<br>
6. Paste your address private key into Private Key field, and select the token you sent wrongly. For eg, BEP20 USDT.\
   \
   Refer to [this guide](/docs/coinwallet/how-to/add-new-token.md) to add new token if you can't find the token you want.\
   \
   ![](/files/EqZ0RSagvmILWRfG2GW8)<br>
7. Complete the remaining steps and you should be able to find your lost assets.<br>


---

# 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://coinsdo.gitbook.io/docs/coinwallet/how-to/recovering-assets-sent-wrongly-to-another-evm-compatible-network.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.
