The page behind this dialog is live. Create a free account or sign in and you'll land right back on it.
Event: created · Captured 2026-05-22 23:17:22 UTC
Seal verified. The stored hash matches the hash recomputed from the canonical snapshot content, and the full chain of 1 snapshot for this pick is intact.
What this proves: the published record hasn't been edited since it was sealed (tamper-evident). What it doesn't prove: the seal is anchored internally, not by an outside witness — it attests to integrity since publication, not to independent timestamping.
Hash scheme: SHA-256 of (previous snapshot hash || canonical sorted-keys JSON). Reproduce it yourself: copy the canonical bytes below, prepend the previous hash, and run them through any SHA-256 tool — the digest must equal the stored content hash.
{
"closePrice": null,
"closedAt": null,
"entryDate": "2026-05-22T00:00:00.000Z",
"entryPrice": 610.26,
"event": "created",
"pickId": "cmphjhwts0000jv04mxtvbk5p",
"status": "Active",
"stopLoss": null,
"targetPrice": 900,
"thesis": null,
"ticker": "META"
}Keys are alphabetized; dates are ISO 8601; nulls are explicit. The hash is SHA-256 over (prevHash || "") + (single-line sorted-keys JSON).