On-chain Proofs

Immutable verifications anchored on public blockchains

Solana
0 proofs
Solana Program · low-cost anchoring
0 verified · 0 pending
EVM
0 proofs
Ethereum / Polygon / Base
0 verified · 0 pending
Loading audit data…

AuditProofRegistry — Future Schema

Conceptual on-chain structure that will anchor every audit's integrity proof.

AuditProof {
  auditId       u64       // unique scan identifier
  targetHash    bytes32   // sha256 of canonical target representation
  reportHash    bytes32   // sha256 of full report payload
  evidenceHash  bytes32   // merkle root of evidence artifacts
  auditor       address   // signing entity (audit-center key)
  timestamp     u64       // unix seconds
  riskScore     u16       // 0-100
  valid         bool      // verification status
}