> For the complete documentation index, see [llms.txt](https://docs.swappi.io/swappi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swappi.io/swappi/transferring-assets-to-conflux-espace/from-exchanges/transferring-espace-cfx-from-kucoin-to-metamask.md).

# Transferring eSpace CFX from KuCoin to MetaMask

## Overview

{% hint style="danger" %}
**Note to Binance users and bCFX holders**: Conflux on Binance is listed as wrapped ERC-20 token, it is **not** native CFX. Conflux eSpace and Binance SmartChain use EVM-compatible addresses, but those addresses live in different chains.
{% endhint %}

For clarity's purpose:

* KuCoin lists **eSpace CFX**, the native *currency* of Conflux eSpace.

* Binance lists **wrapped CFX** (or bCFX), an *ERC-20 token* deployed on Binance SmartChain.

* You cannot transfer CFX from KuCoin to a Binance wallet, nor to a wallet that is connected to the Binance SmartChain network.
  * To learn how to transfer your CFX from KuCoin to Conflux eSpace, follow this guide.

* You **cannot** transfer natively bCFX from a Binance SmartChain wallet to an Conflux eSpace wallet, nor to a KuCoin wallet.

* You **cannot** transfer natively eSpace CFX to a Binance account nor to a wallet connected to the Binance SmartChain network.

| From                   |                       | How                                       |
| ---------------------- | --------------------- | ----------------------------------------- |
| KuCoin exchange wallet | Conflux eSpace wallet | ✅ Natively, send to your MetaMask wallet. |

## Prerequisites

{% hint style="info" %}
This tutorial is focused on MetaMask, but you can use any other supported wallet, such as Wallet Connect-based wallets and Ledger devices. \
\
See [Supported Wallets](/swappi/wallets/supported-wallets.md) for more information.
{% endhint %}

* A KuCoin account.
* At least **5 CFX** traded on KuCoin. You can trade using the CFX/USDT market. To learn how to do Spot trading on KuCoin, see: [How to Make a Trade on KuCoin](https://support.kucoin.plus/hc/en-us/sections/4403577442201-Spot-Trading).
* A MetaMask wallet connected to Conflux eSpace. To learn how to connect your MetaMask wallet to Conflux eSpace, see: [Connecting MetaMask to Conflux eSpace](/swappi/getting-started/connecting-your-wallet-to-conflux-espace.md).

## Transferring eSpace CFX from KuCoin to MetaMask

To transfer CFX from KuCoin to you MetaMask account on Conflux eSpace:

1. Go to KuCoin.
2. In KuCoin, go to your wallet and click **Withdraw**.\
   ![](/files/0BbEhZx1gT5Oc3Qkec70)
3. In the Withdraw Crypto search bar, search for "CFX" and click the result.\
   ![](/files/0nyX8D4t7XNbSERpzm0F)
4. In the Wallet Address field, copy your Conflux eSpace account address from MetaMask.\
   ![](/files/1hoLF4txpxVZe9S1q1HG)
5. In the Network select, select **CFX - Conflux (CFX)**.\
   ![](/files/e4Mc7hSsTX9cJYtPirwC)
6. In the CFX Amount field, enter the amount of CFX that you want to transfer.
7. *Optional*: In the Remarks field, add any notes about this transaction.
8. Review the transaction details, the transaction fee and click **Confirm**.
9. In the Tamper-Proofing Confirmation dialog, confirm the withdrawal information and click **Confirm Withdrawal**.\
   ![](/files/MCYpWipAG2FVFETR2oIP)
10. Finally, verify your security details and click .\
    **Note**: The transaction might take a few minutes to process.

![](/files/u2jU0ZEGvS9Juj59sh6u)

You have transferred CFX from KuCoin to your Conflux eSpace account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.swappi.io/swappi/transferring-assets-to-conflux-espace/from-exchanges/transferring-espace-cfx-from-kucoin-to-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
