# Send ERC-20 Token

You can send ERC-20 tokens deployed by using Remix from MetaMask.

You must have pre-registered ERC-20 tokens and the deployed ERC-20 token must be added in MetaMask.

* Deploy ERC-20 Contract Deployment : [Write ERC-20 Contract](/en/tutorial/erc-20-token/write-erc-20-contract.md)
* Add ERC-20 Token: : [ Check ERC-20 Token](/en/tutorial/erc-20-token/check-erc-20-token.md)

We will proceed with the process of sending the ERC-20 token in the order below\..

* Step 1 :  Access MetaMask
* Step 2 : Send Token
* Step 3 : Confirm Token Transfer

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

## Step 1 : Access MetaMask

You must run the MetaMask Extensions that are installed. If you do not have MetaMask Extensions installed, you must go to the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) to download and run MetaMask.

<figure><img src="/files/NMhU2tXE7SSbrut696Ns" alt=""><figcaption><p>Install MetaMask Extension</p></figcaption></figure>

Once MetaMask is running, you can now change the network from Ethereum to WEMIX3.0 Testnet as shown in the picture below.

<figure><img src="/files/D26F5hpNzm72HRqxU5Pv" alt=""><figcaption><p>Connect WEMIX_Testnet</p></figcaption></figure>

## Step 2 : Send Token

Select Custom Token that you have deployed and added.&#x20;

Select 'Send' to display a screen to enter the wallet address to send.&#x20;

Enter the wallet address of the person you want to send the token to.

<figure><img src="/files/ALSJjTKOPbtcKtm3DtZa" alt=""><figcaption><p>Enter the Wallet Address</p></figcaption></figure>

Once you enter your wallet address, make sure it's a token to send, enter the amount, and select 'Next'.

WEMIX has a different fee policy than Ethereum, so press the 'Site suggested' button to change t the Gas Fee.

<figure><img src="/files/8BP4DUXKqdn8g768nEzT" alt=""><figcaption><p>Check Token Amount</p></figcaption></figure>

Selecting 'Advanced' on the screen below allows the user to set 'Max priority fee (GWEI)' and 'Max fee (GWEI)' manually.

<figure><img src="/files/KoAqXIuFfReFOHe3caJh" alt=""><figcaption><p>Set Gas Fee</p></figcaption></figure>

Currently, WEMIX is using a fixed 'Max priority fee (GWEI)' and the value is 100.&#x20;

Max fee is a user-defined value and the minimum value is MaxPriorityFee+BASE\_FEE.&#x20;

BASE\_FEE in WEMIX is variable according to EIP-1559. Therefore, for a transaction to be successfully created, it is recommended to set it as follows.

1. Max base fee (GWEI) = 101
2. Max priority fee (GWEI) = 100&#x20;

Check the check box to keep the value you changed.&#x20;

Completing the Fee setup and selecting 'Save' as shown above, you are ready to send tokens. Token transfer is completed at 'Confirm' after final confirmation.

## Step 3 : Confirm Token Transfer

You can view the Send history on the 'Activity' tab of the MetaMask.&#x20;

Select the Send history you sent to view more information.

<figure><img src="/files/J92gbUtERAouQT1irbR8" alt=""><figcaption><p>Check Send Hisotry</p></figcaption></figure>

The Transaction ID also allows you to verify that the token has been sent in [Testnet Explorer](https://explorer.test.wemix.com/).

Access [Testnet Explorer](https://explorer.test.wemix.com/) and search for the Transaction ID.&#x20;

Below is an example of what Testnet Explorer has seen.

<figure><img src="/files/CGqUveTZbIfvOhIyyRZv" alt=""><figcaption><p>'Send' transaction at WEMIX3.0 Testnet Explorer</p></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://docs.wemix.com/en/tutorial/erc-20-token/send-erc-20-token.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.
