← All Talks
Lightning Talk Development and Protocol

AT Transparency Logs: accountable record collections

Filippo Valsorda · @filippo.abyssdomain.expert
Sunday, March 29, 2026
4:30 PM – 4:40 PM PT
Room 2301
Available in-person & via livestream — Stream 3 (Room 2301)

atproto lets us delete and modify records, which for social media is definitely good. But there are cases where you'd like to instead ensure everyone is seeing the same append-only set of records, forever: software releases, for example. That's what tlogs are for! tlogs are the technology that makes Certificate Transparency, the Go Checksum Database, Sigstore and Sigsum possible. atproto gives us everything we need to make a tlog: canonically hashed records and a global mechanism to access them. We can even make the tlog configuration in-protocol, letting multiple tlog operators work like any other AppView.