PHASE 8 • APPEND-ONLY EVIDENCE

PROOF
THAT
PERSISTS.

Every verification snapshot is linked to the previous record with SHA-256. Changing an older record breaks the chain and becomes publicly detectable.

CHAIN STATUSCHECKING
TOTAL RECORDS
FIRST RECORD
LATEST RECORD
INTERVAL5 MIN
ALGORITHMSHA-256

LATEST PROOF

Current chained record

CHECKING
Recorded at
Trust score
Block height
Connected peers
Data files
Source proof hash

CHAIN LINKS

Hash-chain evidence

CHECKING
Previous record hash
Current record hash

The record hash is calculated from the canonical record payload and the previous record hash. This creates a tamper-evident sequence.

PUBLIC HISTORY

Recent proof records

Loading proof ledger…

VERIFICATION

How chain validation works

  1. Read a recordcurl -s https://unlockpool.com/api/v1/ledger?range=latest
  2. Inspect previous_hash

    It must equal the record_hash of the preceding ledger entry.

  3. Recalculate the current hash

    Canonical JSON plus previous_hash is hashed with SHA-256.

  4. Repeat backward

    Any modified or deleted historical record breaks continuity.

PRIVACY

What is intentionally excluded

✓ No individual peer IP addresses
✓ No RPC credentials
✓ No database credentials
✓ No administrative session data
✓ No private filesystem paths in public JSON