Quiz Entry - updated: 2026.07.30
What is off-chain storage?
A pattern that keeps bulky data off-chain but writes only its hash (a fixed-size fingerprint) on-chain, so anyone can detect tampering while avoiding costly on-chain storage.
Re-hash the data later and compare against the anchored hash: a match proves integrity. The catch is that the chain can detect a change but cannot recover or prevent the loss of the off-chain data itself.