# Network, Address, Tag/Memo Explanation

A successful transfer relies on three pillars. Getting any of them wrong can lead to permanent asset loss.

* **Network:** The transport path (e.g., ERC20, TRC20, BEP20). You must ensure the sending and receiving platforms are using the exact same network.
* **Address:** This is the unique wallet address provided by the receiving platform (where you want the funds to go). Always copy and paste this, never type it manually. Crypto addresses are long strings of random characters; typing even a single letter wrong will result in your funds being sent to a non-existent wallet or someone else's wallet, where they are lost forever.
* **Tag/Memo:**&#x20;
  * Some blockchains (such as XRP, EOS, XLM, and TON) utilize a shared address. This means the receiving platform (typically a Centralized Exchange/wallet, like Cwallet) uses a single main address to receive funds for all its users.
  * Because the address is shared, the Memo/Tag acts as the unique identifier used to route the funds specifically to your individual account within that platform.
  * If you omit or enter an incorrect Memo/Tag, the funds will successfully arrive at the platform's main address, but they cannot be credited to your account. This often results in the funds being unrecoverable or requiring a complex retrieval process.


---

# 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://docs.cwallet.com/crypto-deposit-and-withdraw/common-issues/network-address-tag-memo-explanation.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.
