# Transfers Between Wallets

### Transfer using Metamask

Transferring BCX to other wallets estimated cost automatically set by Metamask is roughly around 0.000032 BCX with Medium priority.

![](/files/wvOYhrJkiZ448Wjp6kJM)

Setting Metamask to High priority sending will increase the cost to 0.000042 BCX. Though you can also manually change the gas price by clicking the Advanced Options if needed.

![](/files/KZHEq7PF4tKpTLiApx0U)

### Transfer between Metamask and Keplr

Keplr Wallet allows you to have 2 types of address, one that starts with blockx and the other starts with 0x. In order to transfer from Metamask to Keplr, you'll have to use the 0x address. Click on the Copy Address at the upper section of your Keplr wallet then copy the right destination address. BCX tokens transferred to either of the address will reflect on your account accumulatively.

<figure><img src="/files/8oF68u2TskgFnhSqryym" alt="" width="530"><figcaption></figcaption></figure>

This basically means that if you want to transfer tokens from your Metamask or other EVM wallets like Trust Wallet going to your Keplr Wallet, just paste the EVM Address in your Keplr account and paste it as a recipient in your EVM wallet such as Metamask.


---

# 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.blockxnet.com/introduction/wallet-and-accounts/transfers-between-wallets.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.
