Research

A protocol that is also a research programme

Lineage is a research project as much as a layer-one protocol. The work is published as open working papers on Zenodo under CC BY 4.0, newest first, covering market computation, consensus, and world state.

Abstract

Lineage proposes Universal Turing Market Machines (UTMMs): a framework for blockchain-based markets in which market policy is a programmable, adaptive object. Transaction history is treated as an epistemic substrate, with deterministic feature extraction, evaluation of policies in a constrained space, and improvement via bounded search, all while remaining within classical computability limits.

The flagship whitepaper, Universal Turing Market Machines (UTMMs), is archived on Zenodo and anchors the reading list below. Surrounding papers develop the consensus layer that defends these adaptive algorithms, the world-state model that carries context in a UTXO setting, and the currency design that aims for low volatility without external collateral.

Research themes

The published work clusters into a few recurring questions. First, how a market can compute: how to express market policy as an object that adapts at runtime rather than being fully fixed at design time, and how to keep that adaptation deterministic and verifiable inside consensus.

Second, how that computation is defended: the Dynamic Proof of Weighted Work (DPoWW) family of papers studies a Nakamoto-style design that can move between fully distributed and semi-decentralized modes for throughput, reverting to full distribution when fault conditions require it, including parallelized Merkle-tree validation to scale miner workloads.

Third, how markets evolve: framing self-organizing market process through Hayek’s spontaneous order and Ashby’s law of requisite variety, with adaptive resource-coordinated organisms (ARCOs) combining sensory inputs, ledger signalling, and actuators. World state is carried in a UTXO setting using monad-style composition to limit side effects, while coin scripts stay non-Turing complete for value movement.

Research pillars

Three lines of inquiry

01

Universal Turing Market Machines

UTMMs frame market policy as a programmable, adaptive object. Transaction history becomes an epistemic substrate: deterministic operators extract features, policies are evaluated in a constrained space, and bounded search improves them, without leaving classical computability.

02

Prime Radiant Consensus

The Dynamic Proof of Weighted Work (DPoWW) papers describe a Nakamoto-style consensus that shifts between fully distributed and semi-decentralized modes for throughput, reverting under fault conditions, with parallelized Merkle-tree validation to scale miner workloads.

03

Adaptive Market Evolution

Self-organizing market process modelled through Hayek’s spontaneous order and Ashby’s law of requisite variety. Adaptive resource-coordinated organisms (ARCOs) combine sensory inputs, ledger signalling, and actuators so markets adapt at runtime rather than only at design time.

Publications

Papers and whitepapers on Zenodo

Open working papers, reverse chronological order, newest first. Each links to its Zenodo record.

Universal Turing Market Machines (UTMMs)

24 Mar 2026 · 19203176

Sets out UTMMs as a framework for blockchain-based markets in which market policy is a programmable, adaptive object: transaction history as an epistemic substrate, deterministic feature extraction, evaluation of policies in a constrained space, and improvement via bounded search, while remaining within classical computability limits.

Toward a Universal Turing Market Machine: Autonomous, Neuromorphic Market Infrastructure

1 Dec 2025 · 17777930

Introduces the Universal Turing Market Machine and ARCOs (adaptive resource-coordinated organisms): a neuromorphic-style market layer that combines sensory inputs, ledger signalling, and actuators, framed with Hayek’s spontaneous order and Ashby’s law of requisite variety for self-organizing market process.

Smart Market White Paper

25 Jun 2025 · 15737849

Describes consensus-defended adaptive algorithms: systems in which “intelligence” is expressed through adaptation at runtime, rather than requiring it to be fully fixed at design time.

Parallelized Merkle-Tree Validation in Proof-of-Work Mining

24 Jun 2025 · 15730748

On the DPoWW consensus model, how to parallelise validation payloads to scale miner throughput, including a deterministic treatment of fragmented Merkle coverage and a Steiner-triple style tradeoff between payload size and miner count for fault tolerance.

Dynamic Proof of Weighted Work

24 Jun 2025 · 15730321

Introduces a Nakamoto-style design that can move between a fully distributed mode and a semi-decentralized one for higher throughput, reverting to full distribution when fault conditions require it. Switching between pure proof-of-work and a hash rate-validated mode analogous to proof-of-stake, with suitable hash and parallelization choices for broader workloads.

A Computational Model for World-State based contracts in UTXO PoW-Style Blockchains

7 May 2025 · 15360914

Proposes a way to carry world state in a UTXO setting using monad-style composition to limit side effects: more expressive, context-sensitive operation on data (item) transactions, with coin scripts kept safe and non-Turing complete for value movement.

Peer-to-peer electronic cash revisited

2 May 2025 · 15324203

Revisits electronic cash design to aim for low volatility without relying on external collateral or game-theoretic levers, from the perspective of peer-to-peer currency design.

Fremen Forum

The Fremen Forum is the public place for protocol, consensus, and economic-design discussion. Open threads, not a help desk for a single app, with room for working-group style debate and ideas from the wider community.

Bring questions about UTMMs, DPoWW, and ongoing Lineage research. The conversation is open to everyone, and contributions feed back into the published work.

Build on it

Move the research into code

If the research is useful to you, the implementation is open for review and contribution.