Radical transparency
The F.A.S. public production ledger
Every production event of every lot is cryptographically chained. This page exposes the whole ledger — anyone can download it, recompute it, and check it against the Bitcoin blockchain. No trust required.
…production lots
…chained records
…chain integrity
Merkle root of the entire ledger
One hash that commits to every record ever written. If any historical record changed, this root would change with it.
…
Bitcoin anchoring — OpenTimestamps
The Merkle root is timestamped onto the Bitcoin blockchain through the free OpenTimestamps protocol. The proof can be verified by anyone, with open-source tools, without asking us anything.
…
Verify everything yourself
- Download the full ledger snapshot:
- Recompute each record:
sha256(prevHash + JSON.stringify({lotId, type, ts, data}))must equal the record's hash, and eachprevHashmust equal the previous record's hash. - Sort all event hashes, build the Merkle tree (pairwise sha256, odd leaf duplicated) and compare your root with the one above — then check the .ots proof against Bitcoin.