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
4242 (0)
Cluster
mainnet-beta
Slot
423507981
Off-chain at
2026-06-01T03:12:28.881Z
Anchored at
Block time

Independent verification

1. Database (off-chain)
2hHcHA29AAFMK7dRZN8zbVT51yehXNDF7W7xYchFd2K5
2. Recomputed (your browser)
computing…
3. On-chain (Solana memo)
fetching…
Canonical bytes hashed (1378 chars)
{"actor":"reviewer","decided_at":"2026-06-01T03:12:28.719Z","decision":"review","investigation_id":"2b1edbbe-6527-4c86-b13d-b6bf0f536b49","new_score":42,"page_slug":"adrena-protocol","prev_score":42,"reason":"The Adrena Protocol investigation page is largely accurate in its characterization of the protocol as a legitimate but failed Solana perpetuals DEX, with the maintenance mode facts, financial metrics, and regulatory status all well-supported. The most material error is a consistent misstatement of the mainnet launch date: the page places launch in 'early 2024' (Q1 2024) when multiple independent sources confirm the mainnet launched in September-October 2024, not Q1 2024 — a ~6-9 month discrepancy that cascades into the mid-2024 performance timeline entries. Additionally, the ALP token price ($0.34) appears stale versus current ~$1.02, the ADX 24h volume 'under $100' is contradicted by current CoinGecko data ($261), and the team vesting is misdescribed as having 'no cliff' when a 3-month lock exists. These are correctable factual errors in an otherwise solid investigation; there is no evidence of intentional misrepresentation and the overall risk characterization (commercial failure, not fraud) is well supported.","score_delta":0,"sequence_num":2,"submission_content_hash":null,"submission_id":null,"submission_kind":null,"submission_valence":null,"v":1}