Skip to main content
AVOID.NET
← 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
22 (0)
Cluster
mainnet-beta
Slot
443516752
Off-chain at
2026-08-25T19:38:31.542Z
Anchored at
Block time

Independent verification

1. Database (off-chain)
7DBjTYrxiNMPK6UXpAH18Zo1dHLGC5aADn2zt19A5bP7
2. Recomputed (your browser)
computing…
3. On-chain (Solana memo)
fetching…
Canonical bytes hashed (1150 chars)
{"actor":"reviewer","decided_at":"2026-08-25T19:38:31.271Z","decision":"review","investigation_id":"d895f38c-9d2e-4d20-b88d-23842b34b4c6","new_score":2,"page_slug":"mcc-international-corp-cptlcoin-corp-bitchain-exchanges","prev_score":2,"reason":"The page's core factual architecture is well supported by primary sources, particularly the SEC's own press release, which itself establishes (rather than merely implying) that Capuci individually controlled CPTLCoin Corp. and Bitchain Exchanges alongside the jointly-founded MCC — the tri-entity relationship the page asserts is not an inference. Dollar figures, judgment amounts, case numbers, and mechanics of the mining-package/exit-trap scheme all check out against independent reporting. The one clear defect is a stale Brazil narrative: the page hedges that Capuci's September 2023 arrest was 'unconfirmed,' when later reporting confirms he was arrested alongside Pires and that a Brazilian trial began in August 2024, neither of which the page reflects.","score_delta":0,"sequence_num":2,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}