← @simplesimon872

Audit trail

@simplesimon872

24 Feb 202626 Mar 2026

Scores

Composite49.5
Originality95.5
Focus32.3
Consistency65.5
Depth4.5

Methodology

Versionv1.0
Prompt1deff518231c8bd90222942205f7ef9227c60463c2843c2d27defc21f6e5ce1f
Modelclaude-haiku-4-5
Weights25% each — originality, focus, consistency, depth
Consistency

Post breakdown

Total posts98
Classified67
Greeting/noise0
Null/empty31

Onchain anchor

NOT YET SEALED

This epoch has not been anchored onchain yet. Sealing occurs automatically at the epoch boundary.

Snapshot hash

6065b10eb51795a209a5f880dfedea245b72b698de531a01d525f9f8ec66b8f2

SHA-256 of the canonical scoring snapshot. This hash is what gets written onchain.

How to verify this score

Anyone can independently reproduce this hash and confirm it matches what is stored onchain. If the hash matches, the score has not been altered since sealing.

01 — Copy the snapshot JSON

The full scoring snapshot is stored in the database and visible via the API at /api/audit/2a8caba3-13d4-49f6-ab22-df75ef185e71. The snapshot_json field contains every input used to produce this score.

02 — Reproduce the hash

Run the following Python snippet with the snapshot JSON:

import json, hashlib

# Paste snapshot_json here
snapshot = { ...paste full JSON object... }

canonical = json.dumps(
    snapshot,
    sort_keys=True,
    separators=(',', ':'),
    ensure_ascii=False
)
result = hashlib.sha256(canonical.encode('utf-8')).hexdigest()
print(result)
# Should match: 6065b10eb51795a209a5f880dfedea245b72b698de531a01d525f9f8ec66b8f2

03 — Check onchain

If the hash you computed matches the snapshot hash above, and that hash matches the snapshotHash argument in the Snowtrace transaction, the score is verified. No tampering has occurred.

Changing any score by 0.01, altering a post count, or modifying any field in the snapshot produces a completely different hash — making the discrepancy immediately detectable. The scoring rules (prompt version, methodology version, model) are also written into the snapshot, so any change to the classification logic is visible in the hash.

Tessera does not evaluate truthfulness, moral alignment, or content quality. It evaluates structural behavioral properties only.