# Transfer Tokens

#### **Overview**

Transferring tokens on the Blast Chain Mainnet using Metamask is a straightforward process. This guide will walk you through the steps needed to send tokens efficiently and securely.

#### **Sending Tokens Using Metamask**

Follow these steps to transfer tokens within the Blast Chain Mainnet:

**1. Open Your Metamask Wallet**

* Ensure your Metamask is set to the Blast Chain Mainnet. This should have been configured when you first connected to the Blast network.

**2. Initiate the Transfer**

* Click the **Send** button on the main page of your Metamask wallet.
* Enter the recipient's address into the address field. Be sure to double-check the address to prevent any errors.

**3. Select the Token and Amount**

* Choose the token you wish to send from the **Asset** dropdown menu.
* Type in the amount you want to transfer. Make sure you have enough balance for both the token amount and the transaction fees in OWCT.

**4. Confirm the Transaction**

* After entering the details, click **Next** to review the transaction summary.
* Review the transaction fees and total amount being sent. When ready, click **Confirm** to execute the transfer.

**5. Check Transaction Status**

* Once submitted, you can monitor the transaction in the **Activity** tab of your Metamask wallet.
* The transaction status will update once it's successfully processed on the network.

> **Tips for a Successful Transaction**
>
> * **Sufficient Fees**: Always ensure that you have enough OWCT in your wallet to cover the network fees.
> * **Address Accuracy**: Verify the recipient's address. Sending to an incorrect address may result in irreversible loss of tokens.
> * **Network Activity**: Transaction times can vary based on the network's activity. During high traffic periods, transactions may take longer to 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.blastchain.org/getting-started/user-guide/transfer-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.
