> For the complete documentation index, see [llms.txt](https://docs.logos.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logos.co/blockchain/get-started/introduction-to-the-logos-blockchain.md).

# Introduction to the Logos Blockchain

#### Learn how Logos provides a private, resilient foundation for decentralised applications.

The Logos Blockchain is the foundational infrastructure of the Logos technology stack. It hosts decentralised applications and social institutions that require high privacy and resilience, gives those applications a common context for interaction, and guarantees they operate correctly and without corruption. Nodes can participate with consumer hardware and any amount of stake.

## The basics

* The Logos Blockchain is designed to decentralised applications and institutions that require high levels of privacy and resilience.
* Nodes can join with typical consumer hardware and any amount of stake, which keeps participation barriers low.
* Logos Blockchain consists of two layers: lightweight, permissionless blockchains called [Zones](/blockchain/concepts/about-zones.md) built on top of a Layer 1 foundation called [Bedrock](/blockchain/concepts/about-bedrock.md). The [Blend Network](/blockchain/concepts/about-the-blend-network.md) service is used to improve the privacy of the network.

## Design principles

The Logos Blockchain was designed around three principles: privacy, neutrality, and resilience.

Privacy means the network protects information about all participants, regardless of their role. At the infrastructure level, nodes can propose blocks with a very low probability of being traced. Logos also gives developers tools to build applications with programmable privacy, so those applications can keep personal data hidden.

Neutrality means activity is handled without compromising the public neutrality of nodes. Nodes can process transactions without having to make their inclusion public.

Resilience means the network stays operational and protects privacy under difficult conditions, including a partitioned internet, heavy censorship, and hostile government action. Running a node is meant to be easy enough to do on a laptop, which attracts more nodes and reduces points of failure. A consensus protocol that prioritises liveness lets the network keep operating in the worst conditions.

## Architecture

The Logos Blockchain is implemented as two blockchain layers. Application execution happens on lightweight, permissionless blockchains called [Zones](/blockchain/concepts/about-zones.md), which are built on a Layer 1 foundation called [Bedrock](/blockchain/concepts/about-bedrock.md). The [Blend Network](/blockchain/concepts/about-the-blend-network.md) service extends Bedrock's privacy properties.

### Bedrock

Bedrock is a large-scale validator network that serves as the foundational layer of the Logos Blockchain. It provides consensus, data availability, and lightweight verification to Zones. Its Private Proof of Stake (PPoS) consensus protocol, [Cryptarchia](/blockchain/concepts/about-cryptarchia.md), keeps block proposers private while staying scalable, resilient, and accessible. Bedrock also enables decentralised sequencing for Zones, token bridging, and inter-Zone messaging.

Running a Bedrock validator node means leaving the Logos node application running in the background, with a low-maintenance approach. This makes it straightforward to contribute to the security, consensus, and interoperability of the network.

### Blend Network

The Blend Network is an opt-in service that provides network-level privacy for consensus. It virtually eliminates the chance of linking a block proposer to the block they propose, so proposers cannot be targeted. Operators who join the Blend Network need more hardware than Bedrock validation alone requires.

### Zones

Applications do not run directly on Bedrock. They run on Layer 2 blockchains called [Zones](/blockchain/concepts/about-zones.md), which define their own state transitions and validity but rely on Bedrock for consensus guarantees. This modular design lets creators customise a chain and maximise properties such as performance.

Zones can run as fully independent sovereign rollups, but Bedrock also enables token bridging and decentralised sequencing. Zones can exchange asynchronous messages through Bedrock, which allows limited interoperability without giving up the advantages of the sovereign rollup model.

The primary example is the [Logos Execution Zone](https://github.com/logos-co/logos-docs/blob/main/docs/blockchain/lez/get-started/introduction-to-the-logos-execution-zone.md), the initial host for the messaging and storage applications of the Logos stack, with support for private token transfers and program execution.


---

# 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://docs.logos.co/blockchain/get-started/introduction-to-the-logos-blockchain.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.
