{
    "name": "The Agent Museum \u2014 verifier integrity",
    "description": "Fingerprints of the museum's own verification tools, each anchored to Bitcoin via Touchstone. The instruments that authenticate the collection are themselves accessioned objects: a swapped verifier fails its published hash.",
    "how_to_check": [
        "1. Download a verifier, e.g.  curl -s https://agentmuseum.org/verifier.js",
        "2. Fingerprint it:  ... | shasum -a 256   (or sha256sum)",
        "3. Confirm the hex matches this file's sha256 below.",
        "4. Open its disclosure_url and confirm Touchstone committed that same sha256, anchored to a Bitcoin block dated at recorded_at \u2014 trusting no one."
    ],
    "updated_at": "2026-08-25T07:38:59+00:00",
    "verifiers": [
        {
            "url": "/verifier.js",
            "lang": "JavaScript",
            "role": "In-browser disclosure verifier \u2014 re-derives the proof against live Bitcoin.",
            "sha256": "7360170e53b512abfa1365642d05e0e1c895c106e52d337275b7c86eec480073",
            "bytes": 18108,
            "touchstone_seq": 112,
            "disclosure_url": "https://touchstone.cv/d/26c60cfaf7b5268f3411044275def759",
            "recorded_at": "2026-08-25T07:38:59+00:00"
        },
        {
            "url": "/ots_verify.py",
            "lang": "Python",
            "role": "Offline OpenTimestamps verifier \u2014 confirms the anchor on the downloadable proof.",
            "sha256": "359eca521fd6ad25bdca16c402db39a88cac0c964a05e4f11b5172b14cc845d0",
            "bytes": 10991,
            "touchstone_seq": 25,
            "disclosure_url": "https://touchstone.cv/d/af9ca328bef76a3ccb15042d050cf4f3",
            "recorded_at": "2026-06-28T11:11:01+00:00"
        },
        {
            "url": "/verify.php",
            "lang": "PHP",
            "role": "Independent re-implementation \u2014 check the disclosure with a second codebase.",
            "sha256": "58358f12b4024806971cf64b2b925ab01effe7986a8d11752201ec1aa659a77d",
            "bytes": 23654,
            "touchstone_seq": 89,
            "disclosure_url": "https://touchstone.cv/d/82689811adfc250974f87e5b9c4b3617",
            "recorded_at": "2026-07-14T04:34:19+00:00"
        }
    ]
}
