diff --git a/architecture.html b/architecture.html index e1bbb37..1d1d522 100644 --- a/architecture.html +++ b/architecture.html @@ -257,8 +257,6 @@ font-size: 0.6rem; padding: 0.2rem 0.5rem; border: 1px solid var(--border); color: var(--text-faint); } - .layer-item.live { border-color: #166534; color: var(--green); } - .layer-item.new { border-color: #1e3a5f; color: var(--blue); } /* AIP SECTION */ .aip-section { background: var(--bg2); border-top: 1px solid var(--border); } @@ -571,6 +569,28 @@

Not the product. The evidence.

Layer by Layer

How the stack fits together.

Each layer is independently valuable. Together they form a complete trust infrastructure for autonomous agent economies.

+
LAYER 01
@@ -578,9 +598,9 @@

Agent Identity

W3C did:web · Ed25519 · Domain-anchored

Every agent and organization on Observer Protocol receives a W3C Decentralized Identifier. Agent DIDs resolve to DID Documents at standard URLs. No central registry required. The domain is the trust anchor: an agent whose DID domain doesn't match its organization's DID domain is a fraud signal.

-
did:web agent DID · live
-
did:web org DID · live
-
Universal resolver · live
+
did:web agent DID
+
did:web org DID
+
Universal resolver
Domain mismatch rule
@@ -588,12 +608,12 @@

Agent Identity

LAYER 02

Payment Rails

Rail-agnostic · Verification is the constant
-

Four payment rails are live today. Two more are listed below and are not live. The verification logic is identical regardless of settlement layer: a Lightning preimage, an ECDSA signature over a transaction hash, or a verifiedSend() call all produce the same output: a cryptographically verified economic event that cannot be faked at scale.

+

Six rails are listed below. What has been published or demonstrated on each is stated in the homepage register, which is measured; this page has nothing that measures it. The verification logic is identical regardless of settlement layer: a Lightning preimage, an ECDSA signature over a transaction hash, or a verifiedSend() call all produce the same output: a cryptographically verified economic event that cannot be faked at scale.

-
Lightning / L402 · live
-
x402 / Solana · live
-
x402 / EVM · live
-
Stripe MPP · live
+
Lightning / L402
+
x402 / Solana
+
x402 / EVM
+
Stripe MPP
Tether WDK
OWS / MoonPay
@@ -602,12 +622,12 @@

Payment Rails

LAYER 03

Observer Protocol

W3C VC · VAC · KYB · Open infrastructure
-

The core protocol layer. OP issues Verifiable Agent Credentials: W3C-compliant, cryptographically signed, portable across any platform. VACs attest to verified facts: economic activity, payment history, counterparty network, and KYB linkage. OP is open infrastructure: free to use, self-hostable, MIT licensed.

+

The core protocol layer: the schemas, the published engine, and the signed objects this site publishes verifiers for, which are delegation credentials, refusal records, lapse records and decision attestations, each a W3C-shaped signed object checked against a published key. A credential here states authority granted, not behaviour observed: nothing attests to an agent's economic activity, payment history or counterparty network. That model was ruled off this site on 9 August 2026, and this paragraph carried it until 24 August 2026 in words the stem check does not catch. OP is open infrastructure: free to use, self-hostable, MIT licensed.

-
VAC issuance · live
-
W3C DID resolver · live
-
KYB VC · new
-
ERC-8004 / TRC-8004 · new
+
VAC issuance
+
W3C DID resolver
+
KYB VC
+
ERC-8004 / TRC-8004
Challenge-response
Identity consolidation
@@ -618,11 +638,11 @@

Agentic Identity Protocol (AIP)

Behavioral governance · Delegation · Remediation

AIP governs how agents interact, not just who they are. It defines delegation credentials (org → agent signed scopes), bilateral attestation, remediation flows when a request falls outside its mandate, a type registry for counterparty classification, and, added in v0.7 and v0.8, trading-mandate and spending-mandate surfaces with a cryptographically-bound PolicyEvaluationCredential verdict envelope. AIP v0.9 is the current canonical draft; v0.6 / v0.7 / v0.8 remain published as historical drafts. It sits above the VAC layer, adding behavioral governance to cryptographic identity.

-
Delegation credentials · new
-
Remediation envelope · new
+
Delegation credentials
+
Remediation envelope
Revocation + cascade · specified, not working in this deployment
-
Type registry · new
-
Eager chain verification · new
+
Type registry
+
Eager chain verification