Verify

Verified on Base

This article has not changed since Vitahash recorded it on the Base blockchain. Everything below can be checked without taking our word for any of it.

Stamp ID
STAMP-2026-0816-4XIH2Q5H
Content hash
72e8a1bbafa625294225fb94ebd9bd0986760afefd87fb45f1698cea320a9e1f
Day recorded
2026-08-17
Articles recorded that day
4
Attestation UID
0x9e47a29be979826e2285de276195c80bb27a27ddbd72fe56408918e16c961177
View on EAS
Transaction
0x722f251ef51cc2eebe1e57a489d05c8406da12bbe7da0193abe922f5e8bbb5f3
View on Basescan
Stamped
17 Aug 2026

Recorded on Base Sepolia using canonicalization v1 and record format v1.

How this article reaches the blockchain

It was combined with the other 3 articles published that day, one step at a time, until the whole day became a single value. That one value is what Vitahash wrote to the blockchain. Change a single character of this article and the starting value below changes, so none of the steps would land on the recorded one.

Starting value for this article
0xc2f31926f2daeb46d11fb3a971323288dddefd3254f5dd8015edebc64f0097e2

Built from this article's content hash and its stamp ID, as sha256(0x00 || sha256(utf8(stampId)) || contentHash).

  1. Step 1, combined with the value before it
    0x746c8317ffd2a3dcde9d8ba1fe47c3a0dc61192b715b85f5f764e79d446778ee
    0x445ff2ee9a399c3c08666010d1655c20ddaeaf04d4f54b4e21a1ef5baa5bcd7e
  2. Step 2, combined with the value after it
    0xcadc8689e5b8a53d52f885a21d6fb2571b694d48e85b8b0ba9645f9e67240cc7
    0xefc3539a51055d08f914159a81c083e866d01fdff7c3901b7c0ba1fe65289356

    This is the value for the whole day.

Value these steps arrive at
0xefc3539a51055d08f914159a81c083e866d01fdff7c3901b7c0ba1fe65289356

What the blockchain says

Two values, reached two different ways. The one above was worked out from this article. The one below was read back from the record on Base.

Worked out from this article
0xefc3539a51055d08f914159a81c083e866d01fdff7c3901b7c0ba1fe65289356
Read from Base
0xefc3539a51055d08f914159a81c083e866d01fdff7c3901b7c0ba1fe65289356
Read it yourself on EAS

They are the same value, so this article was published that day with exactly the text above.

Check it yourself

Every number on this page came from Vitahash. Copy the article's exact text below and check it against the hash above, using any SHA-256 tool.

{"abstract":"Cardiology Doesn't Need Another Gatekeeper but It Needs a Board Built for the AI Era","authors":[{"identity":"cardiovitahash","position":1,"role":"solo","weight":1.0000}],"body":{"content":[{"content":[{"text":"When the America…

Copy this text, paste it into any SHA-256 tool, and compare the result with the hash shown above. If the two match, this is exactly what Vitahash recorded.

For a technical reader: the terminal route
  1. 1. Hash the article yourself

    This downloads the exact text Vitahash hashed, in the exact form it hashed it, and hashes it again on your machine. Nothing Vitahash wrote runs here.

    curl -s "https://api.vitahash.org/api/verify/STAMP-2026-0816-4XIH2Q5H/canonical" | shasum -a 256

    Should print 72e8a1bbafa625294225fb94ebd9bd0986760afefd87fb45f1698cea320a9e1f

  2. 2. Build this article's starting value

    The stamp ID is folded in with the hash, so one article's record can never stand in for another's.

    STAMP=STAMP-2026-0816-4XIH2Q5H CONTENT=72e8a1bbafa625294225fb94ebd9bd0986760afefd87fb45f1698cea320a9e1f DIGEST=$(printf '%s' "$STAMP" | shasum -a 256 | cut -d' ' -f1) printf '00%s%s' "$DIGEST" "$CONTENT" | xxd -r -p | shasum -a 256

    Should print c2f31926f2daeb46d11fb3a971323288dddefd3254f5dd8015edebc64f0097e2

  3. 3. Combine step 1

    The published value goes first, then the value you have.

    printf '01%s%s' "746c8317ffd2a3dcde9d8ba1fe47c3a0dc61192b715b85f5f764e79d446778ee" "c2f31926f2daeb46d11fb3a971323288dddefd3254f5dd8015edebc64f0097e2" | xxd -r -p | shasum -a 256

    Should print 445ff2ee9a399c3c08666010d1655c20ddaeaf04d4f54b4e21a1ef5baa5bcd7e

  4. 4. Combine step 2

    The value you have goes first, then the published value.

    printf '01%s%s' "445ff2ee9a399c3c08666010d1655c20ddaeaf04d4f54b4e21a1ef5baa5bcd7e" "cadc8689e5b8a53d52f885a21d6fb2571b694d48e85b8b0ba9645f9e67240cc7" | xxd -r -p | shasum -a 256

    Should print efc3539a51055d08f914159a81c083e866d01fdff7c3901b7c0ba1fe65289356

  5. 5. Compare with the blockchain

    The last value above is what the whole day came to. Read the record on Base and check its merkleRoot field is the same. Vitahash is not involved in this step at all.

    https://base-sepolia.easscan.org/attestation/view/0x9e47a29be979826e2285de276195c80bb27a27ddbd72fe56408918e16c961177

The rules these commands follow are written down in full, so anyone can reimplement them.

Read the specification