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
- 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. - 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.
- 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.
Decision
review_approve · Trust Wallet
- Sequence
- #3
- Score
- 32 → 55 (+23)
- Cluster
- mainnet-beta
- Slot
- 426514439
- Off-chain at
- 2026-06-14T23:15:56.578Z
- Anchored at
- —
- Block time
- —
Independent verification
- 1. Database (off-chain)
- 2MsWpDZZNjK6KHVWbjSF663H12ZF3Q9ZZCjxvrBpvowm
- 2. Recomputed (your browser)
- computing…
- 3. On-chain (Solana memo)
- fetching…
Canonical bytes hashed (1573 chars)
{"actor":"judge","decided_at":"2026-06-14T23:15:56.444Z","decision":"review_approve","investigation_id":"4ba72731-5f73-484b-b3c5-af8a83bd4f3e","new_score":55,"page_slug":"trust-wallet","prev_score":32,"reason":"The reviewer found 0% disputed claims across all six claim_findings — every material assertion about Trust Wallet's identity, incident history, and remediation behavior is supported by external sources (NVD, SECBIT, Trust Wallet blog, The Block). All three scored incidents (claim_findings[1]) are confirmed attack-victim events: the 2022 WASM PRNG flaw, the 2023 iOS entropy exploitation, and the December 2025 supply-chain compromise. Trust Wallet voluntarily committed to reimbursement in each case (claim_findings[4]), and no regulatory enforcement or fraud designation was found (claim_findings[5]). A current score of 32 (WARNING) is reserved for entities with elevated fraud risk or unresolved severe incidents; neither condition applies here. The reviewer's recommended score of 55 (CAUTIONARY) accurately reflects the genuine multiplicity and scale of the security record while recognising that Trust Wallet has not defrauded users. A +23 delta moves the score from 32 to 55, correcting the band from WARNING to CAUTIONARY. The minor CVE label misattribution noted in claim_findings[2] and the $7M vs $8.5M figure discrepancy in claim_findings[3] are editorial refinements that do not affect the band decision.","score_delta":23,"sequence_num":3,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}