Levels of Trust
Four levels of trust assurance — each independently valuable, from informational to fully integrated.
This section is advisory.
Beyond the standard location, this specification suggests approaches at increasing levels of trust assurance. Each level is independently valuable. A vendor can implement any level without implementing the others. Higher levels naturally incorporate the capabilities of lower levels.
Overview
| Level | Name | What It Provides | Key Fields |
|---|---|---|---|
| 1 | Informational | Agent finds terms; proceeding = consent | terms |
| 2 | Provable | Content hash proves the exact document | contentHash |
| 3 | Signed | Digital signature proves explicit intent | acceptanceRequired |
| 4 | Integrated | Hooks to legal infrastructure | disputeResolution, api |
Choosing a Level
The levels are proportional to the transaction:
-
Level 1 is sufficient for low-value, high-volume transactions — API calls, SaaS subscriptions, commodity purchases. The terms exist and are discoverable. This is the same trust model as browsewrap agreements today, but with a standard location.
-
Level 2 adds provability for transactions where it matters that the terms cannot be altered after the fact — B2B procurement, service agreements, any transaction where a dispute about "what the terms were" is plausible.
-
Level 3 adds explicit consent for transactions where affirmative acceptance is required — regulated industries, high-value contracts, agreements where the law requires a signature.
-
Level 4 adds legal infrastructure for complex, high-value agreements — dispute resolution, escrow, compliance gating, multi-party agreements, private terms.
A $20 API call and a $5M contract do not need the same infrastructure. The levels exist so that the trust assurance is proportional to the transaction.