> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/4.-wallet-and-network-access/4.3-adding-the-frecx-network.md).

# 4.3 Adding the FreCx Network

By default, MetaMask is configured to connect to the Ethereum network. To interact with FreCx, the network must be manually added using its configuration parameters.

This process begins by accessing the network selection dropdown within the wallet interface. From there, the user selects the option to add a custom network. The FreCx network details are then entered, including the RPC endpoint and Chain ID.

For the FreCx mainnet, the configuration is as follows:

* <sup>RPC URL:</sup> [<sup>https://rpc.frequencychain.org</sup>](https://rpc.frequencychain.org)
* <sup>*Chain ID: 5296290*</sup>

For the FreCx testnet, the configuration is:

* <sup>RPC URL:</sup> [<sup>https://testrpc.frequencychain.org</sup>](https://testrpc.frequencychain.org)
* <sup>*Chain ID: 5296291*</sup>

Once these details are saved, the wallet establishes a connection with the FreCx network. The user can now switch between networks and begin interacting with applications deployed on FreCx.

<p align="center">                   Add custom network form with FreCx details</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FZC4cCsp0d9jXP58nIvvT%2FSec4.2.png?alt=media&amp;token=91451eec-c079-450e-b99a-4ebc2c3e0da5" alt=""><figcaption></figcaption></figure>

<p align="center">                  Wallet connected to FreCx network</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FfLBCLNZLNhWDl3n2w1R4%2FWallet%20connected%20to%20FreCx%20network.jpg?alt=media&amp;token=a2571ab7-13b9-4151-b7ae-9293634156a0" alt=""><figcaption></figcaption></figure>


---

# 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.frequencychain.org/4.-wallet-and-network-access/4.3-adding-the-frecx-network.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.
