# Getting Started

## 1.Choosing a Wallet

To get started with Private Finance, the first thing you’ll need is to set up a wallet that supports Conflux eSpace. We recommend using one of the supported wallets for interacting with Private Finance.

Supported Wallets

Private Finance currently supports [MetaMask](https://metamask.io/), [Fluent Wallet](https://fluentwallet.com/), [Wallet Connect](https://walletconnect.com/), and [Token Pocket](https://www.tokenpocket.pro/).

You can also user your Ledger device with Private Finance through MetaMask or Wallet Connect. Refer to Using Your Ledger Hardware Wallet with Private Finance to learn how.

## 2.Connecting Your Wallet to Conflux eSpace

If you want to use Fluent instead of MetaMask, you can skip this section. Fluent has a connection to Conflux eSpace by default.

&#x20;Now that you installed , let's connect it to Conflux eSpace.

To connect MetaMask to Conflux eSpace: Open [MetaMask](https://metamask.io/). Go to the Networks drop-down menu and click Add Network.

<figure><img src="/files/ELAmGRIJDzNjNerPW6ps" alt=""><figcaption><p>add network</p></figcaption></figure>

In Add a network, enter the following settings:

Network Name: Conflux eSpace Mainnet (or Conflux eSpace Testnet)

New RPC URL: **<https://evm.confluxrpc.com>** (or **<https://evmtestnet.confluxrpc.com>** for testnet)

Chain ID: 1030 (or 71 for testnet)

Currency Symbol: CFX

Block Explorer: **<https://evm.confluxscan.net>** (or **<https://evmtestnet.confluxscan.net>** for testnet)

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

<figure><img src="/files/7lPCheyuScUvTvZkMV6D" alt=""><figcaption><p>add and save</p></figcaption></figure>

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

## 3.Getting CFX in Conflux eSpace

CFX is the native currency in Conflux eSpace. To use Private Finance, you'll need CFX to pay for gas transactions.

To use Private Finance, you'll first need to fund your eSpace wallet with CFX in order to pay for gas transactions.

There are multiple ways to get in CFX in Conflux eSpace:

&#x20;   . Transferring eSpace CFX from KuCoin to MetaMask

&#x20;   . Transferring eSpace CFX from Gate.io to MetaMask

&#x20;   . Bridging Assets From Conflux Core with Multichain

Once you fund your wallet, you can proceed to bridge other assets to Conflux eSpace.


---

# 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://private-finance.gitbook.io/private-finance/getting-started.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.
