> 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/1.-introduction-to-frequency-x-chain-frecx-developer-documentation.md).

# 1. Introduction to Frequency X Chain (FreCx) Developer Documentation

FreCx (Frequency ChainX) is a purpose built Layer 1 blockchain platform designed specifically for the renewable energy economy. FRECx provides a scalable, energy optimized infrastructure that enables the tokenization of renewable energy assets, decentralized coordination of physical infrastructure, and programmable financial mechanisms for sustainable markets. At its core, FreCx implements the Solid Split Proof of Stake (S2PoS) consensus mechanism, which is designed for long term economic sustainability, predictable emission dynamics, and strong network security at large scale participation. The network uses specialized node roles Cluster, Sync, and Vault nodes to deliver robust coordination, data integrity, and secure asset management while remaining compatible with evolving regulatory and compliance requirements

(FreCx) is designed to support decentralized applications, real-world infrastructure systems, and intelligent automation through integrated AI and data layers. It combines EVM compatibility, a role-based consensus architecture (S2PoS), and a deterministic economic model, enabling developers to build scalable and reliable applications that extend beyond traditional blockchain use cases.

FreCx follows a structured strategic framework in which protocol infrastructure, renewable energy markets, developer innovation, and global partnerships evolve together.

<figure><img src="/files/Y55Y5N5qelBBebL3j244" 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/1.-introduction-to-frequency-x-chain-frecx-developer-documentation.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.
