# How to recover assets wrongly transferred to the same address on different blockchain?

{% hint style="warning" %}
This is an advanced feature that you need to [turn on Advanced mode](/docs/coinwallet/how-to/what-is-advanced-mode-and-how-to-turn-on.md) in wallet settings.
{% endhint %}

This guide shows you how to recover assets wrongly transferred to another network.

{% hint style="info" %}
This is an example based on ERC20-USDT (Ethereum USDT) assets transferred wrongly to Binance Smart Chain (BSC) address, however, this is applicable across all EVM-Compatible networks.
{% endhint %}

1. Check the derivation path of the address in the asset details popup of the address that you have wrongly given to the sender, and write it down.

<figure><img src="/files/Vf3G9zeJQblmfXF7RhCr" alt="" width="375"><figcaption></figcaption></figure>

2. Go to Add Crypto Asset on the top right menu

<figure><img src="/files/UINxU5q7Klh38XD8niPi" alt="" width="375"><figcaption></figcaption></figure>

3. Select the crypto on the blockchain that you wish to recover

<figure><img src="/files/bDv3UZZ4zktCkyLPDC6q" alt="" width="375"><figcaption></figcaption></figure>

4. Under Advanced Settings, check both the check boxes and insert the derivation path that you have written down in Step 1.

{% hint style="info" %}
**Example**

If the derivation path is m/44/'/9006'/0'/0/0, insert the following

Custom derivation path prefix : m/44/9006'/0'/0/{index}&#x20;

Custom derivation path index : 0\
\
**PLEASE NOTE THAT THIS IS JUST AN EXAMPLE AND YOUR CASE COULD BE VARY.**
{% endhint %}

<figure><img src="/files/j38akXrwGJyEZXI4QZ2a" alt="" width="375"><figcaption></figcaption></figure>

5. Now you should be able to see 2 USDT on different blockchains with the same address.

<figure><img src="/files/GyqkD1nVbMsjxSXVUDU5" alt="" width="375"><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://coinsdo.gitbook.io/docs/coinwallet/faq/how-to-recover-assets-wrongly-transferred-to-the-same-address-on-different-blockchain.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.
