DSR Knowledge LibraryReusable design knowledge and grounded research support
HomeLibraryChatChat accessGive feedback ↗

DSR Knowledge Library

Research prototype · Native Open Knowledge Format

LibraryChatChat accessMethod and limitationsPrivacy noteEvaluation survey ↗
Library/DP - Principles for designing data-protection-compliant (forgetting) blockchains

Design Principle

DP - Principles for designing data-protection-compliant (forgetting) blockchains

The derived guidance for data-protection-compliant blockchains includes:

Design PrincipleOpen source resource ↗
OverviewLinked conceptsRelationshipsGraphRaw metadata

01

Overview

Producer metadata and the represented concept document.

Concept identity

design-knowledge/forgetting-blockchain-gdpr-dp
Open concept record
Producer label
DP
Source paper
Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility
Timestamp
2026-07-16T00:00:00+00:00
Bundle path
design-knowledge/forgetting-blockchain-gdpr-dp.md
blockchain-architecturedata-deletiondesign-principleforgetting-blockchain-gdprgdpr-privacyright-to-erasure

Design principle DP: Principles for designing data-protection-compliant (forgetting) blockchains

The derived guidance for data-protection-compliant blockchains includes: combine an existing technique (state pruning) with a custom function to delete logs and other traces while enabling logging of predefined transactions in the persistent EVM state; keep durable data in the smart-contract state (via explicit logging) rather than in transactions, since transactions are transient; because the original genesis block no longer exists after deletion, bootstrap new or resynchronizing nodes from a recent block obtained and cross-checked from multiple trusted sources; set the data-deletion time to a reasonably long period (e.g., seven days) to accommodate node downtime; and restrict the approach to permissioned/restricted environments where financial and legal incentives (e.g., auditing) discourage participants from archiving deleted data, since network-wide deletion cannot be technically enforced.

Source paper

This design principle is proposed by Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility (Simon Farshid, Andreas Reitz, 2019).

Citations

[1] Simon Farshid, Andreas Reitz. Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility. HICSS 52 (2019). https://hdl.handle.net/10125/59571 (opens in a new tab) [2] Source document: Design of a forgetting blockchain.pdf

02

Linked concepts

Concepts connected by incoming or outgoing native Markdown links.

Paper

Paper1
Paper
papers/forgetting-blockchain-gdpr

Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility

The paper builds a proof-of-concept 'forgetting' blockchain that maintains most key blockchain features while deleting old data to support GDPR, and derives principles for designing data-protection-compliant blockchains.

blockchainblockchain-architecturedata-deletiondesign-science-research+3

03

Relationships

Directed links from Markdown. Heading context is displayed as derived metadata, not as a formal OKF predicate.

Outgoing links

1
  • →

    Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility

    Paper
    Source
    DP - Principles for designing data-protection-compliant (forgetting) blockchains
    Target
    Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility
    Link label
    Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility
    Status
    Resolved

    Derived heading context: Source paper

Incoming backlinks

1
  • ←

    Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility

    Paper
    Source
    Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility
    Target
    DP - Principles for designing data-protection-compliant (forgetting) blockchains
    Link label
    Design principle DP: Principles for designing data-protection-compliant (forgetting) blockchains
    Status
    Resolved

    Derived heading context: Design knowledge

04

Local graph

One-hop by default, with an optional bounded two-hop view. Nodes are concept files and arrows are Markdown links.

Knowledge graph

2 of 2 concepts · 2 directed relationships

Concept types
Press enter or space to select a node.You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.
Design PrincipleSeed

DP - Principles for designing data-protection-compliant (forgetting) blockchains

Bundle identity

Concept ID
design-knowledge/forgetting-blockchain-gdpr-dp
Markdown path
design-knowledge/forgetting-blockchain-gdpr-dp.md
Producer label
DP
Native type
design-principle

Markdown summary

Design principle DP: Principles for designing data-protection-compliant (forgetting) blockchains The derived guidance for data-protection-compliant blockchains includes: combine an existing technique (state pruning) with a custom function to delete logs and other traces while enabling logging of predefined transactions in the persistent EVM state; keep durable data in the smart-contract state (via explicit logging) rather than in transactions, since transactions are transient; because the original genesis block no longer exists after deletion, bootstrap new or resynchronizing nodes from a recent block obtained and cross-checked from multiple trusted sources; set the data-deletion time to a…

Tags

  • blockchain-architecture
  • data-deletion
  • design-principle
  • forgetting-blockchain-gdpr
  • gdpr-privacy
  • right-to-erasure
This bounded preview contains only client-safe native OKF metadata.

05

Raw metadata

The complete producer frontmatter, serialized without server paths or runtime data.

Show producer frontmatter+
{
  "type": "design-principle",
  "title": "DP - Principles for designing data-protection-compliant (forgetting) blockchains",
  "description": "The derived guidance for data-protection-compliant blockchains includes:",
  "resource": "https://hdl.handle.net/10125/59571",
  "source_paper": "Design of a forgetting blockchain: A possible way to accomplish GDPR compatibility",
  "label": "DP",
  "tags": [
    "forgetting-blockchain-gdpr",
    "design-principle",
    "gdpr-privacy",
    "blockchain-architecture",
    "data-deletion",
    "right-to-erasure"
  ],
  "timestamp": "2026-07-16T00:00:00+00:00"
}