Live verification
Signature
Verified
Chain up to entry
Failed
- entries in chain
- 37 / 38
- invalid entries
- 1
TSP evidence · verifiable documentation
Trust Standard Protocol
This demo loads the latest certificate entry from the evidence chain and runs real signature and chain verification before showing status.
Signature
Verified
Chain up to entry
Failed
Participant name, email and raw payload are not shown in this public demo.
PrevHash binds the entry to the previous signature. ContentHash binds event type, payload, prevHash and timestamp. The signature proves that the issuer key signed the hash value.
Previous entry
260
Current entry
261
Next entry
262
Values are shortened in the view. The full value is stored in admin and used by the verification logic.
The demo loads the latest CertificateIssued entry linked to a certificate.
ITspEvidenceService.VerifyAsync recalculates the hash and checks the Ed25519 signature.
VerifyChainAsync walks the full chain and checks that every PrevHash points to the previous signature.
The public view shows status and technical fingerprints, but not personal data or raw payload.
The Trust Standard Protocol (TSP) is an open protocol that makes AI decision evidence durable, tamper-evident and verifiable offline — by anyone, without having to trust the vendor. Every event is signed with Ed25519, hashed with SHA-256 over canonical JSON (JCS, RFC 8785) and chained to the previous entry.
TSP verifies the integrity of the evidence — not whether the content is true, lawful or compliant. TSP does not make you compliant, does not prove that a model is correct or safe, and grants no official status. Payment never grants official status. The legal assessment remains with your DPO and legal advisers.
TSP is currently operated by LexiCo AS (Norway, EU/EEA) as operator and licensee — not as owner of the standard and not as a certification authority. The open layer (specification, test suites, verifiers, TrustBadge) is Apache-2.0 licensed.