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.
2. Claims (Public, Verifiable Facts)
6. Where Claims Fit in LIVRE OS
claim_template "over_18" {
attribute: age
rule: value >= 18
proof: zk_range_check
}
The Vault uses this to automatically generate proofs.