How it works

Protocol architecture, data model, and federation mechanics for technical audiences.

Protocol overview

Landblock is built on Polygon PoS (EVM-compatible, chainId 137 mainnet / 80002 Amoy testnet). Smart contracts are written in Solidity using OpenZeppelin and compiled with Foundry. Off-chain evidence is stored on IPFS and Filecoin. Identity uses SpruceID DIDs with zero-knowledge selective disclosure proofs.

Mirror Mode

Mirror Mode is the foundational operating model. A registry publishes signed proofs of its records to the Landblock federation, anchored on Polygon with off-chain evidence stored on IPFS/Filecoin. Landblock stores these as immutable metadata — a mirror of the registry's authoritative state. The registry retains full control over underlying data and disclosure policy.

Conformance tiers

Bitemporal records

Every record in Landblock carries three time dimensions:

Records also carry registryRecordedAt (timestamp from the source registry) and supersedes (reference to prior record for corrections). Storage is append-only — no record deletions.

Trust Context

Cross-registry verification results include a Trust Context:

Federation Liaison Service

Cross-registry queries are routed through a three-tier Federation Liaison Service:

Tiered disclosure

Registries control access to their records through three disclosure levels:

Security