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 · Resolv Labs
- Sequence
- #2
- Score
- 24 → 24 (0)
- Cluster
- mainnet-beta
- Slot
- 424169105
- Off-chain at
- 2026-06-04T04:13:47.511Z
- Anchored at
- —
- Block time
- —
Independent verification
- 1. Database (off-chain)
- HoECA1JoXiKM6ZwNyFzccaDhhcbENkgj7zE9uHDzC1b1
- 2. Recomputed (your browser)
- computing…
- 3. On-chain (Solana memo)
- fetching…
Canonical bytes hashed (1220 chars)
{"actor":"reviewer","decided_at":"2026-06-04T04:13:47.396Z","decision":"review","investigation_id":"a09586e0-025f-4c89-9ab1-7c8b7a3de203","new_score":24,"page_slug":"resolv-labs","prev_score":24,"reason":"The Resolv Labs investigation page is substantially accurate on its most material claims: the March 22, 2026 exploit mechanics, the 80M USR minted, the ~$25M ETH extracted, the UTC timestamps for contract pause and credential revocation, founder identities, and the $10M seed round. The most significant factual error is the post-mortem publication date — the page states April 4, 2026, but the document itself carries a June 2, 2026 timestamp, a discrepancy that originated in third-party sources the investigator relied upon. The pre-exploit TVL figure of $34.3M is also questionable; available sources suggest a pre-exploit level closer to $95M with a historical peak of $600-684M rather than $450M. The RESOLV market cap figure is stale. Several key dimensions — on-chain transaction hashes, Fluid Protocol spillover losses, and recovery plan tier details — are absent.","score_delta":0,"sequence_num":2,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}