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 · Agave
- Sequence
- #2
- Score
- 18 → 18 (0)
- Cluster
- mainnet-beta
- Slot
- 426687961
- Off-chain at
- 2026-06-15T18:24:08.395Z
- Anchored at
- —
- Block time
- —
Independent verification
- 1. Database (off-chain)
- 5n3u9ioPp2myCYB9qXVcM5Eo1SfW5Y5C8QMcjYkdo15x
- 2. Recomputed (your browser)
- computing…
- 3. On-chain (Solana memo)
- fetching…
Canonical bytes hashed (1049 chars)
{"actor":"reviewer","decided_at":"2026-06-15T18:24:08.163Z","decision":"review","investigation_id":"81f77d2a-2c49-4e61-9298-d94c9922ddbc","new_score":18,"page_slug":"agave","prev_score":18,"reason":"The factual core of this investigation is accurate and well-supported: the March 15, 2022 reentrancy exploit, the $5.5M Agave / $6.2M Hundred Finance / $11.7M total figures, the Tornado Cash laundering of ~4,479 ETH, the AGVE price drop, and the March 2024 closure are all confirmed by multiple credible sources. The two partially-supported findings are (1) the protocol launch date is listed as 2021-01-01 in the timeline when documented sources confirm a September 1, 2021 launch, and (2) the 'no compensation' assertion is accurate for hack victims but conflates the absence of hack restitution with the AGVE governance-token redemption portal that was opened. No disputed or fabricated claims were found.","score_delta":0,"sequence_num":2,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}