Table of Contents

Immutable Data Object

Go up to Terms and Definitions

Discussion

An Immutable Data Object preserves each committed state without altering that state in place.

After a state becomes committed, an authorized change creates a successor state rather than replacing, overwriting, or modifying the committed state. The predecessor state remains independently identifiable and verifiable.

An Immutable Data Object can preserve relationships among successive states. These relationships can establish:

Immutability applies to an established state of a Data Object. Immutability does not require the real-world subject represented by the Data Object to remain unchanged.

For example, an asset can change ownership. An Immutable Data Object can represent the change by creating a successor ownership state while preserving the preceding ownership state.

An implementation can protect an Immutable Data Object through one or more mechanisms, including:

The concept does not require a particular protection mechanism.

Definition

data object that preserves each committed state without in-place alteration

Source

Adapted from:

The definition preserves the DIDO-RA principle that recorded data cannot be changed while distinguishing in-place alteration from the creation of a successor state.

Note

An Immutable Data Object is not necessarily a Distributed Immutable Data Object (DIDO).

An Immutable Data Object becomes a DIDO when multiple networked Nodes maintain its committed states through a shared state-agreement mechanism.

Immutability does not mean that:

A correction to an Immutable Data Object creates a successor state that identifies or supersedes the incorrect state. The correction does not overwrite the incorrect state.

Immutability and retention address different concerns:

Immutability and confidentiality also address different concerns. An Immutable Data Object can remain encrypted or access-controlled.

Example

An Immutable Data Object records that an asset belongs to Party A.

A later authorized transfer assigns the asset to Party B. The transfer creates a successor state identifying Party B as the owner and referencing the preceding Party A state.

The system preserves the Party A state without alteration. The two states and their relationship provide a verifiable history of the ownership change.


© 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc.