# How to Send Tokens

## The key thing to remember about Polkadot ecosystem tokens

Being a user of the Polkadot ecosystem means that there are lots of different types of **token standards** that you should be familiar with.

The most common user mistake in the Polkadot ecosystem is sending tokens to an exchange from the incorrect chain. For example, if you send DOT tokens from the Statemint parachain to a **centralized exchange** (CEX), it is <mark style="color:red;">very unlikely</mark> that you will receive your DOT tokens on the exchange.

This is because the CEX has configured their wallet to only show you DOT tokens which have been received on the Polkadot relay chain. In reality, the CEX has indeed received your DOT tokens, and they will actually be in your account (on the Statemint parachain), but it will likely take you a long time to convince the CEX to investigate your issue.

{% hint style="warning" %}
So, **please ensure you are sending tokens to the correct network**.
{% endhint %}

For this reason, Nova Wallet has a **built-in feature** which only allows you to send tokens from a network to an account address configured for that network.

{% hint style="info" %}
There are also token standards such as **Moonbeam's XC-20** standard. It is important to note, that much like the previous example, if you send an XC-20 asset, such as XC-DOT to a CEX, you are <mark style="color:red;">unlikely</mark> to receive that token in your CEX account.
{% endhint %}

{% content-ref url="/pages/Keg7onCdv4PXLE7GIGoi" %}
[Send Tokens](/nova-wallet-wiki/asset-management/how-to-send-tokens/send-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/g2DmSZJHR48nLjLyCKlF" %}
[Send Tokens Cross-Chain](/nova-wallet-wiki/asset-management/how-to-send-tokens/send-tokens-cross-chain.md)
{% endcontent-ref %}


---

# 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.novawallet.io/nova-wallet-wiki/asset-management/how-to-send-tokens.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.
