Skip to main content
Sign in
← avoid.net

Verify a decision

Every moderation decision on AVOID.NET is anchored to the Solana blockchain. You don't have to trust us — you can verify cryptographically that we committed to a verdict at a specific moment and have not rewritten it.

How verification works

  1. We commit. When a moderator accepts/rejects a submission, we serialize the decision into deterministic UTF-8 bytes (payload_canonical_string), hash it with SHA-256, encode the digest as base58, and write it to Solana inside an SPL Memo v2 transaction.
  2. We store the bytes. The exact bytes we hashed are stored alongside the decision in our database. Anyone can read them and recompute the hash in any language.
  3. You compare three values. Database hash, your independently-recomputed hash, and the hash inside the on-chain memo. If all three match, the decision is authentic and timestamped.
The on-chain memo format is AVOID.NET|v1|h:<b58-sha256>|d:<id>|t:<iso>

Find a signature on any investigation page's decision log, or run python -m src.verify_decision --signature <sig> for a CLI check.

Sequence
#2
Score
5454 (0)
Cluster
mainnet-beta
Slot
425406905
Off-chain at
2026-06-09T21:12:36.154Z
Anchored at
Block time

Independent verification

1. Database (off-chain)
4fSro4gVLXxsAhB1xuZZ7cKT43DvrUuTBqpnS4xLLj1v
2. Recomputed (your browser)
computing…
3. On-chain (Solana memo)
fetching…
Canonical bytes hashed (1003 chars)
{"actor":"reviewer","decided_at":"2026-06-09T21:12:36.019Z","decision":"review","investigation_id":"2bd8af2b-ee60-4875-8189-dd9cf95f0e0c","new_score":54,"page_slug":"robinhood-crypto","prev_score":54,"reason":"The Robinhood Crypto investigation page is well-sourced and highly accurate across its core regulatory claims. 23 of 26 atomic claims are fully confirmed against primary sources (SEC, FINRA, NYDFS, CA AG) and credible news coverage. One claim is disputed: the page states SOL, ADA, and XRP were relisted in 'early 2025,' but multiple sources confirm the relisting occurred in November 2024. One claim is partially supported: the summary's '$170 million' total is technically true but understates the documented total of approximately $243.65M given two additional 2025 settlements detailed in the page body. No link rot was found among tested sources.","score_delta":0,"sequence_num":2,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}