Transparency
The registry only ever grows. Nothing is edited, nothing is back-dated, and you do not have to take our word for it. Once a day we publish a digest that commits to every gift ever signed, and each digest is chained to the one before it.
Latest checkpoint
- Date
- 2026-08-29
- Digest
- 769cdb9446135e5cbeab6a212c2b8f77cb146bc7e61ac428b0d6c3a2ed125a4b
- Previous digest
- 63bed706d3ce5c0919ff94006564ab3ac74b50f354a4c684d0a50dbc167da8f4
- Gifts committed
- 6
- Entries in the chain right now
- 7
Recent checkpoints
- 2026-08-29 769cdb9446135e5cbeab6a212c2b8f77cb146bc7e61ac428b0d6c3a2ed125a4b 6
- 2026-08-28 63bed706d3ce5c0919ff94006564ab3ac74b50f354a4c684d0a50dbc167da8f4 5
- 2026-08-27 24cbc5fcb550afb42dc29f2243b4095eb4fd52556b7ce33750cb5bad0743227a 5
- 2026-08-26 05ba68fe2fcc22f5b49850058cf4b2c7b312819709106344c52f30c960f4409d 5
- 2026-08-25 061381f08ab6a99b3ca4a0ef4ebdea69370de04ad6d63f3db334ba5aa83324ef 4
- 2026-08-24 56523ef985622deb6e7aba2304a80fb80082cd3f79a1b47e26e6d1d2e5aafe7f 4
- 2026-08-23 0d47ee417f36285ba9860e808882395eb21618300f168f06cf48ea6646678c6d 4
- 2026-08-22 605d74153abff398c7380c3b0abbb39da98205a6d2fed4d5b232264749654e88 4
- 2026-08-21 6ccea4643b32f72171b2227d6406ba679480fedfd3c1b7c49dd2537836363de9 4
- 2026-08-20 b33abf7511500169875b9c24bf58bc198a64349567da9f55a4d7a98bc15ae2f6 4
- 2026-08-19 c2043e58b0dab6dfaf7340dd2a2f08c2bcb91509070ba6e1df5e6c3da70fa56a 4
- 2026-08-11 0f96eecd3659599cecbaf46341f42cc08022b82582bc30a896b6ba6d2a7275a9 4
- 2026-08-10 8465277118f4334596cf51725d00151e043376fe8fa1934cd9a235010c1891cd 4
- 2026-08-09 7b2f0a0d25b1fc382234b9c3416c9dd3cfe09c7ea091a3c90cd839349cb70cf7 4
- 2026-08-08 8b15a69fe5d53de98bd188b4f5232281e5d21ffc37dee0d992cee35cd88dc0aa 4
- 2026-08-07 5ac43cac459ed48887f391430314edfd4acd437769cc91cb9ad454b81c555232 4
- 2026-08-06 025d3fc0981cdcf6dcb35b23463cf2de5ae7790fac04cf2aabfe63d3a48a15b5 4
- 2026-08-05 12033657fa8b3114966cedf70fbf1b39b25f6c51c723b831425ef1248a227c4e 4
- 2026-08-04 447d19ca8cab7d836c356e35e71f409e43352993f51e2c1e22999f9b1cffb3c3 4
- 2026-08-03 6498b4a817ee9da585256964dd29f46d273b7dc9c104a77eacec78451b814d75 4
- 2026-08-02 bc803531592564df9f137fa25e2cadf622585f13d12f21f9844595d8dcebd9c5 4
- 2026-08-01 165cc786b19df84c42575dc0113e8be6999751db8d23a912846ba933b58d1731 4
Check it yourself
Here is the exact recipe, so you can recompute any digest without us.
- Build one line per entry: the gift id, the serial number and the signature, joined by the unit separator byte 0x1F.
- Start with the previous digest (an empty string for the very first checkpoint), add a newline, then add every line in chain order, each one newline terminated.
- Take the SHA-256 of those bytes as UTF-8. The lowercase hex digest is the checkpoint.
- To reproduce an older checkpoint, use only the first N entries, where N is that checkpoint's gift count. The chain order only ever grows, so that prefix is exactly what the digest was cut over.
Chain order is the moment of signing, then the gift id. A gift enters the chain when it is signed and never moves again.
Every gift that was ever signed takes part, whatever its status is now. A revoked or withdrawn certificate keeps contributing its id, serial and signature, so closing an account can never rewrite history.
A checkpoint carries no personal data. It commits to gift ids, serial numbers and signatures, all of which are already public.