> 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/10.-staking-rewards-and-economic-participation/10.3-connect-the-wallet-and-complete-the-kyc.md).

# 10.3 Connect the Wallet and complete the KYC

The connection process begins by selecting the wallet integration option, typically MetaMask. Upon selection, a secure prompt appears requesting permission to connect the wallet to the platform.

Once approved, the platform establishes a connection and retrieves:

* the wallet address
* available FreCx balance
* current staking status

**KYC** is essential because all staking operations are executed as blockchain transactions signed by the user’s wallet.

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FMJAPwpeFwotRqhMVXoH5%2Fsec%2010.3.1.png?alt=media&amp;token=0eb7f62e-36e4-407e-bf07-3f8a6ba2210a" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FNIyetlExlppxIEKBV8c6%2Fsec%2010.3.2.png?alt=media&amp;token=7be23cd8-d7b2-48c5-a5e7-c03b79bea656" alt=""><figcaption></figcaption></figure>

<p align="center">KYC Completion Screen</p>

1. Provide your Full Name
2. Enter the email&#x20;
3. Enter the Nationality
4. Organization is Optional
5. Choose the role(Cluster, Sync or Vault). This role cant be changed later. You may have to choose a different wallet address to stake in a different role.&#x20;
6. Share the node location
7. Provide details about your technical expertise of handling the roles. Refer the whitepaper for more details on the requirements to be a node operator.&#x20;

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FLmAVOG9rab7ShQ5npMND%2Fsec%2010.3.3.png?alt=media&amp;token=7e6e7198-e47f-49af-8d88-51992bf0469e" 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/10.-staking-rewards-and-economic-participation/10.3-connect-the-wallet-and-complete-the-kyc.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.
