Sierpinski Chain logoSierpinski Chain

Hierarchical tetrahedral consensus

Millions of transactions per second. Sub-second finality.

Sierpinski Chain is built on a different consensus structure: recursive 4-node tetrahedra that execute in parallel, aggregate upward, and deliver deterministic settlement without inheriting the scaling limits of flat validator networks.

This is not a roadmap claim dressed up as marketing. It is an architectural thesis: throughput scales geometrically, communication stays efficient, and security strengthens as the network grows.

Deterministic settlementRecursive BFTFractal throughputLow-latency executionFormal verificationDeveloper tooling

The platform

A blockchain architecture designed around structure, not patchwork scaling.

Most systems try to optimize one consensus loop. Sierpinski Chain changes the shape of the system so local consensus is fast, aggregation is hierarchical, and global scaling is no longer constrained by one monolithic coordination surface.

Consensus

Parallel tetrahedra replace one global bottleneck.

Sierpinski Chain reaches agreement inside compact 4-node groups, then aggregates results upward. The structure changes the scaling behavior of consensus itself instead of squeezing marginal gains out of a flat validator set.

Performance

Throughput grows geometrically with each layer.

Capacity scales as 4^L. That means tens of thousands of TPS at lower levels, 1,000,000+ TPS around L=5, and multi-million TPS projections as the network deepens.

Networking

Communication stays logarithmic as the network expands.

Traditional BFT systems suffer quadratic message growth. Sierpinski Chain targets O(log N) per node with a small connection set, avoiding the collapse that typically appears as validator count increases.

Security

Safety improves with scale instead of degrading under it.

The architecture preserves Byzantine fault tolerance, tolerates roughly one-third malicious participation, and drives failure probability down exponentially as the recursive structure grows.

What makes it different

This is not horizontal scaling by another name.

Other chains typically scale with bigger machines, fewer validators, more layers, or more complex batching. Sierpinski Chain scales by geometry: a fractal consensus layout where work expands exponentially while coordination cost grows logarithmically.

Not batching

Capacity does not come from hiding congestion behind larger blocks or delayed settlement windows.

Not centralizing

The model avoids the usual trade of pushing performance into fewer validators or heavier machines.

Not off-loading

The intent is to keep high-frequency activity on-chain rather than forcing core use cases into external systems.

Proof and performance

Fast enough for infrastructure workloads. Structured enough to defend mathematically.

The project materials model finality in the 20-200 millisecond range, throughput growth across recursive levels, and an exponential reduction in failure probability at scale. The point is not isolated speed claims. The point is a system where speed, communication efficiency, and Byzantine safety are aligned by design.

Why it is fast

Thousands of local consensus groups can execute in parallel. Finality emerges hierarchically rather than waiting on one network-wide round.

Why it remains efficient

Each node only needs a bounded communication surface. Growth in total network size does not imply growth in dense peer-to-peer chatter.

Why it matters

This changes the kinds of products that can run directly on-chain: systems that need both speed and deterministic trust guarantees.

Research material

Review the performance modeling document.

The PDF summarizes the scaling model, message complexity claims, and projected operating envelope behind the site narrative.

Download PDF

HTC protocol paper

A brief overview of the hierarchical tetrahedral consensus paper.

The HTC protocol paper explains the underlying consensus structure behind Sierpinski Chain. It frames the network as recursively composed 4-node tetrahedra, shows how local Byzantine agreement rolls upward into global finality, and motivates why the system can target both high throughput and low coordination overhead at the same time.

Core idea

The HTC paper describes hierarchical tetrahedral consensus as a recursive coordination model where compact Byzantine-tolerant groups finalize locally and aggregate those results into network-wide settlement.

Why it matters

The protocol is designed to separate throughput growth from the communication blow-up that limits conventional BFT systems, making the performance story an outcome of topology rather than a trade against safety.

What the paper covers

It provides the protocol framing for recursive finality, communication complexity, and the security assumptions that underpin the broader Sierpinski Chain architecture.

Protocol reference

Read the HTC protocol paper.

The PDF in `docs/htc_protocol.pdf` is now linked directly from the website for readers who want the protocol-level explanation behind the marketing claims.

Download PDF

Real-world impact

What becomes practical once million-TPS throughput is the baseline assumption.

Adaptive speed versus security

Low-risk transactions can target minimal confirmation depth. Higher-value activity can opt into deeper validation. One system, different assurance profiles.

Workloads the architecture unlocks

  • Instant payment rails for applications that cannot queue settlement.
  • Order-book style systems that need deterministic on-chain speed.
  • IoT and machine-generated transaction streams at infrastructure scale.
  • High-volume applications that cannot tolerate reorg anxiety or probabilistic finality.

Delivery status

Built well beyond the whitepaper stage.

The repository already contains the mathematical work, core consensus components, transport layers, RPC surfaces, wallet flows, and contract foundations. The remaining work is focused on productionization and ecosystem expansion.

Available now

Consensus core and execution foundations

Core Zig protocol modules, recursive finality, networking layers, smart contract execution, RPC integrations, wallet SDK flows, and formal verification work are already implemented in the repository.

Current focus

Production hardening

Public testnet readiness, additional RPC integrations, observability, security hardening, and production daemon boundaries remain the primary path to launch.

Expansion

Developer and ecosystem surface

Explorer flows, broader SDK coverage, wallet hardening, contract templates, and higher-level application tooling extend the chain into a full platform.

Developer flow

Start locally with nodes, wallet operations, and RPC calls.

The current developer surface includes local node startup, wallet tooling, RPC access, WebSocket support, and TypeScript packages across the stack. The site is marketing-led, but the product direction remains implementation-first.

sierpinski node --id 0 --nodes 4sierpinski testnet-local --nodes 4sierpinski wallet newsierpinski rpc getBalance --address <name>.sp

The shift

From optimizing consensus algorithms to redesigning consensus structure.

If a system needs on-chain scale without waiting for probabilistic settlement or off-chain escape hatches, Sierpinski Chain is the architecture to evaluate.