# Independent Verification — DALTON_deep

Captured (UTC): 20260702T235837Z · 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 `6f63df769e73beb117408fabbcfbfb6be6788cdb694715cc71df8bc3fe969839` (ok)
- Page 2 `page_02_www_daltoninvestments_com_registration` — Merkle root `cd91fc184d5ad290f6cea6f1c03360dd71acc0d3ac62ef63a41391b6bf4bdfe9` (ok)
- Page 3 `page_03_www_daltoninvestments_com_membership_login` — Merkle root `7dbd061089535257cf36eb249b706c1541e7f2dd7c0b90633131d6f8894836eb` (ok)
- Page 4 `page_04_www_daltoninvestments_com_contact` — Merkle root `8a2de5491a8153042c89b28500f3158720264af0fd8970efd765f8bb279fb88d` (ok)
- Page 5 `page_05_www_daltoninvestments_com_our_firm` — Merkle root `11b90821845aa4afd3c4ec66bb997656e86f3177b578484e70fcf97506b5495a` (ok)
- Page 6 `page_06_www_daltoninvestments_com_our_firm_history` — Merkle root `a2f157000a489bd7d1a2828eaef8069e027d571b4d0b5ffa8cfc77ffff403514` (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.
