# Connecting Your Wallet to eSpace

{% hint style="info" %}
*If you want to use Fluent instead of MetaMask, you can skip this section. Fluent has a connection to Conflux eSpace by default.*&#x20;
{% endhint %}

Now that you installed [MetaMask](https://metamask.io/), let's connect it to Conflux eSpace.&#x20;

To connect MetaMask to Conflux eSpace:&#x20;

1. Open MetaMask.&#x20;
2. Go to the Networks drop-down menu and click **Add Network**. &#x20;

   <figure><img src="/files/QYxbHMPEVwKHBYGeQR54" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/P18ijdQB228zMJgwAboz" alt=""><figcaption></figcaption></figure>
3. In Add a network, enter the following settings:&#x20;

* **Network Name**: Conflux eSpace Mainnet (or Conflux eSpace Testnet)&#x20;
* **New RPC URL**: [https://evm.confluxrpc.com](https://evm.confluxrpc.com/) (or [https://evmtestnet.confluxrpc.com](https://evmtestnet.confluxrpc.com/) for testnet)&#x20;
* **Chain ID**: 1030 (or 71 for testnet)&#x20;
* **Currency Symbol**: CFX&#x20;
* **Block Explorer**: [https://evm.confluxscan.net](https://evm.confluxscan.net/) (or [https://evmtestnet.confluxscan.net](https://evmtestnet.confluxscan.net/) for testnet)&#x20;

&#x20; 4\. Verify that the data you entered is correct and click **Save**.

<figure><img src="/files/mhkJocSgzGFIC2Lrkpwo" alt=""><figcaption></figcaption></figure>

Now, let's go ahead and fund your wallet.


---

# 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.nucleon.network/getting-started/connecting-your-wallet-to-espace.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.
