Mutable value chains are sequences of immutable values which can be stored in a Key-Value store (KVS) or Distributed hash table (DHT). Mutable value chains solve the “variable update problem” using sequences of values to represent changes to a variable. Each new value assigned to a variable is represented by adding a new value to the sequence. I’ll assume you know a little about DHTs and Key-Value