This document discusses version stamps, which are fields that change each time underlying data is updated. They are used to check for data changes in NoSQL databases that lack transactions. Various methods for creating version stamps are described, including counters, GUIDs, hashes, and timestamps. The best approach may be a composite stamp using multiple methods to leverage their advantages and avoid single points of failure. Version stamps can enable consistency when reading and updating data.