> 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.2-creating-a-new-wallet.md).

# 4.2 Creating a New Wallet

After installation, the wallet must be initialized. This involves generating a new cryptographic identity.

When MetaMask is opened for the first time, the user is prompted to create a new wallet. This process requires setting a secure password, which protects local access to the wallet on the device. However, the most critical step is the generation of the Secret Recovery Phrase.

The Secret Recovery Phrase is a sequence of words that represents the underlying private key. This phrase is the only method to recover access to the wallet in case of device loss or reset. It must be stored securely and never shared under any circumstances.

Once the phrase is recorded and confirmed, the wallet becomes fully functional, and a public address is generated. This address will be used for all interactions on the FreCx network.

&#x20;                                      Wallet creation screen

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2F5mKQuuWYm5M7dDAsoP7K%2FWallet%20creation%20screen.jpg?alt=media&amp;token=98a4c7da-eb94-47d5-932d-5cf859275542" alt=""><figcaption></figcaption></figure>

<p align="center">                             Secret Recovery Phrase display screen</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FbqjNbK2KZHVw0zjAOXL2%2FSecret%20Recovery%20Phrase%20display%20screen.jpg?alt=media&amp;token=05b2e2f9-aace-44f0-915b-93a1f06c1be4" alt=""><figcaption></figcaption></figure>

<p align="center">                     Wallet dashboard after successful setup</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FpRVM3jZgmYWF7eB4n4sa%2FWallet%20dashboard%20after%20successful%20setup.jpg?alt=media&amp;token=01f0f911-cc2a-48e9-bdb3-5186d505eb29" 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.2-creating-a-new-wallet.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.
