# Independent Verification — OTHERS_dalton_glasshouse_beachfront_arroyo_neu

Captured (UTC): 20260702T210032Z · Tool: PROOF 0.1.0 · Methodology: WCAG-EM 1.0

## How to verify this evidence is unaltered
For each page, recompute every artifact's SHA-256 and the Merkle root:

    bun run src/verify.ts <page-folder>/manifest.json

A result of `VERIFIED` means every artifact matches its recorded hash and the Merkle
root is intact. Any tampering exits non-zero and names the altered file.

## Sealed roots
- Page 1 `page_01_www_daltoninvestments_com` — Merkle root `41d3f989b7e6aeadc627cb44c28ff8017d50938014d186474e795ccad81febcc` (ok)
- Page 2 `page_02_glasshousebrands_com` — Merkle root `d4c089a7e834d2684d399204646789922b1a8673c4230fb26895d2fa45477b0f` (ok)
- Page 3 `page_03_beachfrontmgmt_com` — Merkle root `01665890478df8af5f2c1c7a5b5d3bd3474ab3f920e9fd892e9afd57594baf58` (ok)
- Page 4 `page_04_arroyosouthbay_com` — Merkle root `2f8f16847f97be514f66fa9f8311ea1b03dcad5885e551e85808121747100290` (ok)
- Page 5 `page_05_neuins_com` — Merkle root `e1bfe0aed1e1228c8590a43040214740497fd024b4b56f547ad9a73f986f44d4` (ok)

## Timestamp verification
Each page's `manifest.root` was anchored via rfc3161:freetsa.org.
For an RFC-3161 token: `openssl ts -verify -data manifest.root -in manifest.tsr -CAfile <tsa-ca>`.
For OpenTimestamps: `ots verify manifest.root.ots`.

## What is and isn't established
- Establishes: the captured DOM/AX-tree/screenshots/engine-output existed unaltered at the timestamp.
- Does NOT establish (by itself): full WCAG conformance, legal liability, or standing — those require
  the human-tier evaluation and counsel's analysis.
