> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/coinwallet/how-to/recovering-assets-sent-wrongly-to-another-evm-compatible-network.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://coinsdo.gitbook.io/docs/coinwallet/how-to/recovering-assets-sent-wrongly-to-another-evm-compatible-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
