Network Working Group L.J. Reilly
Internet-Draft Independent
Intended status: Informational September 2025
Expires: 24 March 2026
Reilly EternaMark (REM) Protocol - Dual-Layer Digital Permanence Using
DOI Archiving and Blockchain Timestamping
draft-reilly-rem-protocol-00
Abstract
The Reilly EternaMark (REM) Protocol defines a dual-layer method for
digital permanence through the integration of Digital Object
Identifiers (DOIs) and blockchain timestamping. The protocol ensures
digital artifacts are permanently identifiable, immutable, and
verifiable for both present and future use.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on 5 March 2026.
Copyright Notice
Copyright (c) 2025 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents (https://trustee.ietf.org/
license-info) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights
and restrictions with respect to this document. Code Components
extracted from this document must include Revised BSD License text as
described in Section 4.e of the Trust Legal Provisions and are
provided without warranty as described in the Revised BSD License.
Reilly Expires 24 March 2026 [Page 1]
Internet-Draft REM Protocol September 2025
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 2
3. Protocol Overview . . . . . . . . . . . . . . . . . . . . . . 2
4. Specification . . . . . . . . . . . . . . . . . . . . . . . . 3
5. Security Considerations . . . . . . . . . . . . . . . . . . . 3
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 3
7. Applications . . . . . . . . . . . . . . . . . . . . . . . . 3
8. Informative References . . . . . . . . . . . . . . . . . . . 3
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 4
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 4
1. Introduction
Existing digital preservation methods are centralized and vulnerable
to alteration, corruption, or loss. The REM Protocol addresses these
issues by combining DOI persistence with blockchain immutability.
DOI ensures discoverability, persistence, and interoperability.
Blockchain timestamping ensures immutability and tamper-proof
verification. This creates a dual-layer permanence system suitable
for academia, compliance, intellectual property, and AI data
governance.
2. Terminology
DOI: Digital Object Identifier, a globally unique and resolvable
identifier.
Timestamp: A blockchain-anchored proof of existence and creation
time.
Artifact: Any digital object (paper, dataset, contract, etc.)
preserved via REM Protocol.
3. Protocol Overview
The REM Protocol consists of four steps:
1. Hashing — Compute SHA-256 hash of the digital artifact. Example:
02439f01ba0b805ba3011aaeb2783ffb096c1c6ad847876e75...
2. Blockchain Timestamping — Submit the hash to a blockchain
timestamping service. Example: Bitcoin block 914168 attests
existence as of 2025-09-10 EST.
Reilly Expires 24 March 2026 [Page 2]
Internet-Draft REM Protocol September 2025
3. DOI Assignment — Register the artifact with a DOI system (e.g.,
Zenodo). Example: https://zenodo.org/records/17096230
4. Archival Integration — Publish DOI, blockchain TXID, and hash
together as the permanent record.
4. Specification
Inputs: Digital artifact.
Process: SHA-256 hash -> Blockchain timestamp -> DOI registration ->
Publication.
Outputs: A permanent, verifiable record consisting of: DOI
(discoverability), Blockchain TXID (immutability), Hash (integrity
proof).
5. Security Considerations
Integrity: Provided by SHA-256 hashing.
Immutability: Guaranteed by blockchain consensus.
Persistence: Ensured by DOI federation and global resolution.
6. IANA Considerations
This document has no IANA actions.
7. Applications
Academic publishing and research archiving.
Compliance (finance, healthcare, logistics).
Intellectual property (true prior art, permanent alternative to
patents).
AI and ML datasets (trustworthy sources).
8. Informative References
[ISO-26324]
International DOI Foundation, "DOI Handbook (ISO 26324)",
2012, .
[RFC9162] Todd, P., "OpenTimestamps Proofs", RFC 9162, 2021,
.
Reilly Expires 24 March 2026 [Page 3]
Internet-Draft REM Protocol September 2025
[ZenodoStandards]
CERN/Zenodo, "Zenodo Archiving Standards", 2025,
.
Author's Address
Lawrence John Reilly Jr.
Email: lawrencejohnreilly@gmail.com
Author's Address
Lawrence John Reilly Jr.
Independent
Email: lawrencejohnreilly@gmail.com
Reilly Expires 24 March 2026 [Page 4]