Organisations should avoid placing directly identifiable personal data on immutable ledgers unless they can reliably disassociate the person from the record. A practical approach is to store only what is necessary, keep sensitive data off-chain where possible, and use revocation or nullification mechanisms for links that identify a person. Governance must also define who can respond to erasure requests and how compliance is evidenced.
Why This Matters for Security Teams
Blockchain design collides with GDPR because erasure rights assume data can be removed or rendered inaccessible, while many ledger designs assume records should remain tamper-evident and durable. That does not make GDPR impossible to meet, but it does mean organisations need a privacy architecture, not just a storage choice. The practical risk is simple: if personal data, identifiers, or linkable metadata land on-chain, erasure becomes a governance problem that cannot be solved by technical deletion alone. The legal baseline remains the EU General Data Protection Regulation (GDPR), so teams need to design for minimisation, unlinkability, and accountability from the start.
NHIMG research on the Ultimate Guide to NHIs shows why this matters operationally: identity controls fail when secrets, references, or access paths are fragmented across systems. In blockchain environments, that fragmentation is often amplified by smart contracts, node replicas, backups, and analytics pipelines. In practice, many security teams encounter GDPR erasure failures only after a customer complaint or regulator inquiry has already surfaced immutable records that were never meant to be permanent.
How It Works in Practice
The safest pattern is to keep directly identifying personal data off-chain whenever possible and use the ledger only for integrity proofs, workflow evidence, or pointers. If the blockchain must reference a person, the reference should be a revocable token, pseudonymous identifier, or encrypted pointer whose practical value can be neutralised without rewriting the chain. That approach aligns better with the GDPR principle of data minimisation and with current guidance that erasure can be satisfied by removing access, disassociating identifiers, or making personal data no longer reasonably accessible, depending on the architecture and facts of the case.
In practice, teams usually combine several controls:
- Store personal data in an off-chain system that supports deletion, retention limits, and audit logging.
- Place only hashes, commitments, or references on-chain, and assess whether those still count as personal data if they can be linked back.
- Use key destruction, re-encryption, or tombstoning to make off-chain records inaccessible when erasure is required.
- Define a data map so legal, privacy, and engineering teams know which ledger entries, replicas, caches, and backups may still contain personal data.
- Document how compliance will be evidenced, especially where the record itself cannot be deleted but can be rendered non-identifying.
This is where the DeepSeek breach is a useful cautionary example: once identifiers, secrets, or sensitive references are broadly exposed, governance has to deal with persistence across environments rather than a single database row. Security teams should also consult the GDPR text itself, because the legal test is not whether deletion is convenient but whether the organisation can actually stop further processing of the person’s data. These controls tend to break down when the chain is public and replicated across ungoverned third-party nodes because practical deletion and downstream assurance become impossible to guarantee.
Common Variations and Edge Cases
Tighter privacy controls often increase operational complexity, requiring organisations to balance ledger integrity against the cost of maintaining off-chain privacy tooling and evidence trails. That tradeoff is especially visible in permissioned chains, consortium networks, and public blockchains, where the right answer is not always the same.
Current guidance suggests a few edge cases need special handling. First, hashes are not automatically anonymous; if a hash or token can be linked to an individual with reasonable effort, it may still be personal data. Second, “erasure” may be satisfied by effective pseudonymisation or irreversible key destruction in some architectures, but there is no universal standard for this yet, so legal assessment matters. Third, backups and node copies complicate deletion requests because removal from the primary system does not necessarily remove all replicas at once. Fourth, smart contracts can hard-code personal data fields or business logic that outlives the need for the data, so contract design should avoid identity storage entirely where possible.
For high-risk use cases, organisations should treat blockchain as an audit and coordination layer, not as the system of record for personal data. That keeps erasure workflows realistic and allows privacy teams to prove that personal data has been removed, neutralised, or disconnected in the systems that can actually change.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0 and NIST AI RMF set the technical controls, while EU AI Act define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.DS-1 | Data management is central when ledger records must be minimised or rendered inaccessible. |
| NIST AI RMF | MAP 2.1 | Mapping data and context is necessary to know where personal data persists on-chain or off-chain. |
| EU AI Act | Not a direct fit for GDPR erasure, but useful where blockchain supports AI systems handling personal data. |
Classify blockchain data flows and apply retention, disposal, and minimisation controls to all personal data copies.
Related resources from NHI Mgmt Group
- Why does data minimization matter when organisations handle personal data in multiple systems?
- How should organisations implement decentralized identity for age or attribute verification without exposing unnecessary personal data?
- What breaks when identity systems ask for more personal data than the transaction actually needs?
- How should organisations operationalize GDPR access and erasure requests through identity systems?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 26, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org