Skip to content

Commit 60fd5c2

Browse files
authored
Update README.md
1 parent 0b38c5c commit 60fd5c2

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,19 @@ console.log(analyzeRequest.properties); // Typed input contract for "analyze"
155155

156156
## CommandLayer Protocol Stack
157157

158-
| Layer | Role |
159-
|------|------|
160-
| **Protocol-Commons** | Canonical verbs & schemas (machine intent grammar) |
161-
| **Agent-Cards** | Identity, discovery, and entrypoints for concrete agents |
162-
| **x402 runtime** | Transport, execution, and structured receipts |
158+
| Layer | Role |
159+
| ----------------------- | -------------------------------------------------- |
160+
| **Protocol-Commons** | Canonical verbs & schemas (machine intent grammar) |
161+
| **Agent-Cards** | Identity, discovery, and invocation metadata |
162+
| **Protocol-Commercial** | Monetized verbs + economic execution guarantees |
163+
| **x402 runtime** | Transport, execution, and structured receipts |
164+
165+
166+
- **Commons** defines *what actions exist* and how they are structured.
167+
- **Agent-Cards** bind those actions to real agents.
168+
- **Protocol-Commercial** defines market-aligned verbs and receipt.
169+
- **x402 runtime** executes those actions and returns proof
163170

164-
**Commons** defines *what actions exist* and how they are structured.
165-
**Agent-Cards** bind those actions to real agents.
166-
**x402** moves the value and messages.
167171

168172
---
169173

@@ -347,3 +351,4 @@ CommandLayer follows a clean separation of concerns:
347351

348352

349353

354+

0 commit comments

Comments
 (0)