# What is a memo/tag, and when is it required?

Sometimes a service gives you two things to receive crypto: an **address** and a **memo/tag**. If you forget the memo/tag, the transfer can arrive on-chain but not be credited to your account automatically.

## Why memo/tag exists

Some platforms reuse one deposit address for many users. The memo/tag is the extra identifier that tells the platform “which user this deposit belongs to”.

## When you must include it

You usually need a memo/tag when:

* You are depositing to an exchange or custodial service.
* The service shows a separate memo/tag field during deposit.
* The service explicitly says “memo required”, “tag required”, or similar.

## What happens if you omit it

The transaction can still succeed on the blockchain, but the service may not know who to credit. Recovery is sometimes possible, but it can take time, require support, and may include extra verification.

{% hint style="warning" %}
If the recipient asks for a memo/tag, always include it before confirming the transfer.
{% endhint %}

## How to avoid mistakes

* Copy the memo/tag exactly as shown.
* Double-check the network and recipient details (TON, TRON, Solana).
* If you are unsure, ask the recipient service which details are required.

## Related articles

* [What if I forgot to include a memo?](/intro/frequently-asked-questions/what-if-i-forgot-to-include-a-memo.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).


---

# 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/what-is-a-memo-tag.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.
