A Chain of
Digital Signatures
How Segregated Witness Challenges the Legal Architecture of Bitcoin's Property and Evidentiary Foundations
When Satoshi Nakamoto defined an electronic coin as "a chain of digital signatures," this architectural choice aligned Bitcoin with forty years of cryptographic doctrine holding that digital signatures must be inseparably bound to the documents they authenticate.
Segregated Witness, activated in August 2017, fundamentally restructured this architecture by explicitly treating signatures as "data required to check transaction validity but not required to determine transaction effects." This Article examines the unresolved legal tensions this creates under electronic signature statutes requiring signatures be "attached to or logically associated with" records, evidence authentication frameworks favoring self-contained cryptographic proof, and property law's chain of title doctrine.
While no court has yet adjudicated these questions, the architectural divergence between embedded and segregated signatures creates materially different evidentiary postures that practitioners, regulators, and courts must eventually address. We conclude that Bitcoin's original signature-embedded architecture offers superior alignment with existing legal frameworks, though SegWit's cryptographic commitment mechanism may ultimately satisfy functional equivalence standards under technology-neutral statutes.
Introduction
On the thirty-first day of October, 2008, a pseudonymous cryptographer published nine pages that would reshape the architecture of global finance. But Satoshi Nakamoto's Bitcoin whitepaper was not merely a technical specification—it was a legal architecture disguised as computer science.
"We define an electronic coin as a chain of digital signatures."
This was not metaphor. It was mechanism. The definition's legal significance has been overlooked in the decade-long debate over Bitcoin's scalability. When Segregated Witness's architects wrote that signatures "are only required to validate the blockchain state, not to determine it," they were not merely optimizing data structures—they were redefining the ontological relationship between authorization and ownership in digital property systems.
SegWit's explicit reclassification of signatures as "validation-only" data creates structural tension with legal frameworks requiring signatures be "attached to or logically associated with" the records they authenticate.
Our analysis concludes that while SegWit's architecture may ultimately satisfy functional equivalence standards, Bitcoin's original design offers more robust alignment with existing legal frameworks—a consideration that becomes increasingly material as blockchain evidence enters courtrooms worldwide.
Satoshi's Design: The Signature as Substance
2.1 The Whitepaper's Foundational Definition
The Bitcoin whitepaper's definition of electronic coins merits close textual analysis. In Section 2, titled "Transactions," Satoshi articulated a design philosophy that carries profound legal significance.
"We define an electronic coin as a chain of digital signatures. Each owner transfers the coin to the next by digitally signing a hash of the previous transaction and the public key of the next owner and adding these to the end of the coin. A payee can verify the signatures to verify the chain of ownership."
Three elements carry profound legal significance. First, the coin is defined as signatures, not as something authorized by signatures. This distinction is ontological, not procedural. Second, each transfer involves "adding" the new signature "to the end of the coin," creating an append-only structure. Third, verification of ownership operates through verification of signatures.
2.2 The Original Technical Architecture
In original Bitcoin transactions, this philosophy manifests with elegant precision. Signatures reside in the scriptSig field of transaction inputs. The transaction identifier (TXID) is calculated by double-SHA256 hashing the entire serialized transaction—including these signatures.
This creates an inseparable cryptographic bond: the network's canonical identifier for "what happened" mathematically incorporates the signature bytes that proved authorization. The TXID is not merely a reference to a transaction that was separately validated—it is a commitment to the specific signed instrument that effected the transfer.
Cryptographic Doctrine: Signatures as Legal Instruments
3.1 The Diffie-Hellman Foundation
Satoshi's design philosophy did not emerge from vacuum—it drew upon forty years of cryptographic doctrine that consistently characterized digital signatures as intrinsic legal instruments, not merely validation mechanisms.
"In order to have a purely digital replacement for this paper instrument, each user must be able to produce a message whose authenticity can be checked by anyone, but which could not have been produced by anyone else."
3.2 The RSA Paper's Message-Dependence Requirement
The 1978 RSA paper stated the requirement with even greater precision, and with direct contemplation of judicial proceedings:
"An electronic signature must be message-dependent, as well as signer-dependent. Otherwise the recipient could modify the message before showing the message-signature pair to a judge."
This message-dependence requirement is foundational. The signature must be mathematically bound to specific content such that any modification to the content invalidates the signature—precisely the structure Bitcoin's original architecture implements.
3.3 NIST's Formalization
Origin authentication · Data integrity · Signer non-repudiation
Non-repudiation is the critical property for legal purposes—"a situation where a statement's author cannot successfully dispute its authorship or the validity of an associated contract."
SegWit's Architectural Restructuring
4.1 The BIP141 Specification
Bitcoin Improvement Proposal 141 provides the authoritative technical specification for Segregated Witness. Its language is remarkably candid about the philosophical restructuring involved:
"This BIP defines a new structure called a 'witness' that is committed to blocks separately from the transaction merkle tree. This structure contains data required to check transaction validity but not required to determine transaction effects. In particular, scripts and signatures are moved into this new structure."
4.2 The Dual-Identifier Structure
BIP141 formalizes a dual-identifier structure that creates a critical divergence:
txid (excludes signatures):
[nVersion][txins][txouts][nLockTime]
wtxid (includes signatures):
[nVersion][marker][flag][txins][txouts][witness][nLockTime]
The identifier used to reference UTXOs in subsequent transactions no longer cryptographically binds to the signature bytes. The "chain-of-title pointer" becomes a commitment to effects rather than a commitment to the signed instrument.
Electronic Signature Statutes: The Attachment Question
5.1 The E-SIGN Act Framework
The Electronic Signatures in Global and National Commerce Act (15 U.S.C. § 7001 et seq.) provides the federal framework for electronic signature validity. Section 7006(5) defines "electronic signature" as:
"an electronic sound, symbol, or process, attached to or logically associated with a contract or other record and executed or adopted by a person with the intent to sign the record."
The "attached to or logically associated with" requirement is the central legal question for Bitcoin signature architecture. Pre-SegWit, Bitcoin signatures embedded in the scriptSig unambiguously satisfy "attached to." Post-SegWit, whether signatures satisfy "logically associated with" becomes a fact-intensive inquiry that no court has yet adjudicated.
| Legal Requirement | Original Bitcoin | SegWit |
|---|---|---|
| E-SIGN "attached to or logically associated with" | ✓ Embedded in transaction | ? Separate structure |
| UETA "linked during transmission and storage" | ✓ Same data object | ? Prunable witness |
| UNCITRAL "alterations detectable" | ✓ Single hash | ✓ Via wtxid commitment |
| eIDAS "linked to data signed" | ✓ Direct inclusion | ? Indirect commitment |
Evidentiary Authentication: Proof Structures in Court
6.1 The Authentication Requirement
Federal Rule of Evidence 901(a) establishes the fundamental standard: "To satisfy the requirement of authenticating or identifying an item of evidence, the proponent must produce evidence sufficient to support a finding that the item is what the proponent claims it is."
(1) Authenticate the transaction data through its TXID
(2) Authenticate the witness data through the wTXID
(3) Demonstrate the cryptographic relationship through the coinbase witness commitment
This is not impossible—the witness commitment mechanism provides genuine cryptographic binding—but it introduces complexity and potential attack surface for cross-examination. Each additional step is a point where opposing counsel can probe and where judicial comprehension may falter.
6.2 The Courtroom Shift
Legacy Bitcoin: The math is the witness.
SegWit Bitcoin: The expert becomes the witness explaining why the math should be trusted.
Property Law: Chain of Title and Digital Ownership
7.1 Judicial Recognition of Cryptocurrency as Property
The UK High Court in AA v Persons Unknown [2019] EWHC 3556 (Comm) held definitively:
"I consider that cryptoassets such as Bitcoin are property."
7.2 The Property (Digital Assets etc) Act 2025
The Property (Digital Assets etc) Act 2025, receiving Royal Assent on December 2, 2025, creates statutory recognition for digital assets as a third category of personal property. The Act is technology-neutral—it does not specify how signatures must relate to transaction data, leaving courts to determine whether architectural differences have legal significance.
7.3 The Chain of Title Analogy
"Bitcoin uses a concept that is similar to real estate's chain of title concept. Deeds to real property are recorded in a central repository (e.g., the public records office), which the parties can search to establish title... The Bitcoin blockchain replicates the public records office."
Under SegWit, the canonical identifier (txid) that subsequent transactions reference does not include signatures. The chain-of-title analogy becomes strained: it is as though county recorders accepted deed filings but stored signature pages separately.
Counterarguments: SegWit's Legitimate Benefits
8.1 The Malleability Fix
SegWit solved a genuine technical problem. Transaction malleability—the ability for third parties to modify transaction signatures in ways that change the TXID without invalidating the transaction—created significant operational difficulties. This fix enabled the Lightning Network.
8.2 The Witness Commitment's Cryptographic Soundness
The witness commitment mechanism is cryptographically genuine. Any modification to witness data produces a different witness Merkle root, invalidating the coinbase commitment and ultimately the block. Witness data is not "uncommitted" at the consensus level.
8.3 Eight Years of Operational Success
SegWit activated in August 2017. Over eight years of operation have produced no reported legal challenges to transaction validity based on signature architecture. Major exchanges, custodians, and now spot Bitcoin ETFs all process SegWit transactions. The absence of litigation may reflect market equilibrium rather than legal settlement—but it suggests the architectural concerns may be more theoretical than practical.
Conclusion
When Satoshi Nakamoto defined electronic coins as "a chain of digital signatures," this architectural choice embedded Bitcoin within forty years of cryptographic doctrine treating digital signatures as constitutive legal instruments inseparable from the documents they authenticate.
SegWit's architects made a different choice. BIP141's explicit statement that signatures "are only required to validate the blockchain state, not to determine it" represents a philosophical departure from the original design. The reclassification of signatures as validation artifacts rather than constitutive elements creates structural tension with legal frameworks developed around the premise that signatures must be bound to the records they authenticate.
Bitcoin's original signature-embedded architecture offers superior alignment with existing legal frameworks. Under electronic signature statutes, embedded signatures unambiguously satisfy "attached to" requirements; segregated signatures require fact-intensive analysis of "logical association."
None of this means SegWit transactions are legally invalid. The witness commitment mechanism provides genuine cryptographic binding. Technology-neutral statutes may find functional equivalence satisfied. The strongest statement supportable by current evidence is that embedded signatures provide more robust legal alignment, not that segregated signatures are legally deficient.
The greatest scholarly question in this domain is not whether SegWit "works"—eight years of operation demonstrate functional success—but whether its treatment of signatures as optional validation data rather than constitutive transaction elements creates legal vulnerabilities that embedded-signature architecture would avoid. That question awaits its day in court.
When it arrives, the court will confront what Satoshi understood from the beginning: that the chain of digital signatures is not merely a technical mechanism but a legal architecture, and that the design choices embedded in protocol specifications carry consequences that extend far beyond computer science into the oldest questions of property, evidence, and the law.