> For the complete documentation index, see [llms.txt](https://cruxdecussata.gitbook.io/xchain-introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cruxdecussata.gitbook.io/xchain-introduction/xchain-introduction.md).

# ⛓️ XChain Introduction

XChain is a next-generation Layer-2 blockchain infrastructure designed to support scalable, private, and application-specific execution on top of existing blockchain networks. Built to address the limitations of traditional Layer-2 models, XChain introduces a **Parallel Subnetwork architecture** that enables high throughput, modular deployment, and enhanced privacy without compromising security or decentralization.

Rather than relying on a single shared execution environment, XChain allows multiple subnetworks to operate in parallel—each optimized for specific use cases such as messaging, payments, data transmission, or decentralized applications. This architecture reduces congestion, lowers transaction costs, and enables predictable performance at scale.

XChain is designed to be:

* **Scalable** — parallel execution across independent subnetworks
* **Flexible** — customizable environments for different applications
* **Private by design** — privacy-preserving communication and transaction flow
* **Decentralized** — supported by independent node operators

At its core, XChain serves as the foundational infrastructure for applications like **XMessenger**, while remaining open for broader ecosystem development.

This section provides an overview of XChain’s architecture, how it works, the role of nodes and operators, and how privacy is integrated into the network.

***


---

# 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:

```
GET https://cruxdecussata.gitbook.io/xchain-introduction/xchain-introduction.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.
