Attributes are private facts stored encrypted in the user’s Vault.

Claims are public or provable statements derived from those attributes.

LIVRE OS separates them intentionally:

Apps never see raw attributes - only claims or zero-knowledge proofs.

1. Attributes (Private Facts)

2. Claims (Public, Verifiable Facts)

3. Claim Format

4. How Claims Are Generated

5. Claim Types (Initial Set)

6. Where Claims Fit in LIVRE OS

Minimal Claim Template Example

claim_template "over_18" {
  attribute: age
  rule: value >= 18
  proof: zk_range_check
}

The Vault uses this to automatically generate proofs.