What are Attestations?
An attestation is a cryptographically signed proof that a verification occurred. It:- Uses ES256 (ECDSA P-256) signatures
- Is formatted as a JWT
- Can be verified independently
- Can be stored on-chain
Requesting Attestations
Attestation Structure
Header
Payload
Verifying Attestations
Using the API
Using the SDK
Trust Anchors
QWED maintains a registry of trusted attestation issuers:| Issuer DID | Name | Status |
|---|---|---|
did:qwed:node:production | QWED Production | ✅ Active |
did:qwed:node:staging | QWED Staging | ✅ Active |
Attestation Chains
Link multiple attestations together:Use Cases
- Audit Trails - Prove AI outputs were verified
- Compliance - Regulatory verification records
- Blockchain - Anchor proofs on-chain
- Badges - Show verification status in UIs