# Crypto addresses explained: formats, networks, and common mistakes

A crypto **address** is where you send funds. It’s similar to a bank account number, but it only works inside a specific **network**. That’s why “address + network” is the combination you should always verify.

## Why networks matter

The same asset name can exist on multiple networks. The recipient can only receive the asset on the network they support. If you send to the wrong network, the transaction can succeed on-chain but the recipient may not be able to access it.

{% hint style="warning" %}
Always match the **network** and the **recipient address**. Addresses are not interchangeable between TON, TRON, and Solana.
{% endhint %}

## Common address types you’ll see

* Wallet-to-wallet addresses for transfers.
* Deposit addresses for services and exchanges.
* Payment links or QR codes that encode an address and other fields.

## The most common mistakes

* Sending on the wrong network.
* Copying a wrong address from a fake source.
* Missing a memo/tag when depositing to a service.
* Reusing an old address without verifying the current payment details.

## A simple “before you send” checklist

* Confirm the network is correct (TON, TRON, Solana).
* Verify the address matches exactly (start and end).
* Confirm the token and amount.
* Include memo/tag if required.

## Related articles

* [Which blockchain is right for you? TON vs TRON vs Solana comparison](/intro/introduction-to-crypto-and-mytonwallet/which-blockchain-is-right-for-you-ton-vs.-tron-comparison.md).
* [What is a memo/tag, and when is it required?](/intro/introduction-to-crypto-and-mytonwallet/what-is-a-memo-tag.md).
* [How to make a transfer?](/intro/transfers/how-to-make-a-transfer.md).
* [How to track a crypto transaction (TXID, status, confirmations)](/intro/transfers/how-to-track-a-crypto-transaction.md).
* [Address Poisoning](/intro/scams/address-poisoning.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.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/crypto-addresses-explained.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.
