You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Circle Gateway | OmniClaw seller middleware | Circle Gateway facilitator | already supported in OmniClaw seller flow |
20
-
| External exact via x402.org | seller app or OmniClaw external seller harness | x402.org |live-proven on Base Sepolia |
21
-
| External exact via Thirdweb | Thirdweb `accepts` API or seller using Thirdweb server wallet | Thirdweb |HTTP integration wired and tested in repo; live account validation pending credentials|
22
-
| Self-hosted OmniClaw exact facilitator | seller app or OmniClaw seller harness | OmniClaw exact facilitator |live-proven on Arc Testnet; use for Arc, Base, Ethereum Sepolia, and other supported EVM profiles |
20
+
| External exact via x402.org | seller app or OmniClaw external seller harness | x402.org |supported on Base Sepolia |
21
+
| External exact via Thirdweb | Thirdweb `accepts` API or seller using Thirdweb server wallet | Thirdweb |supported; requires managed Thirdweb account|
22
+
| Self-hosted OmniClaw exact facilitator | seller app or OmniClaw seller harness | OmniClaw exact facilitator |supported on Arc Testnet; use for Arc, Base, Ethereum Sepolia, and other applicable EVM profiles |
23
23
24
24
The architectural split matters:
25
25
@@ -262,7 +262,7 @@ Arc is supported as an exact-settlement EVM network profile:
262
262
263
263
That means an Arc seller can advertise standard x402 `exact` requirements, the buyer can pay through OmniClaw policy controls, and settlement can be viewed on ArcScan.
264
264
265
-
Arc self-hosted exact is now live-proven in this repo workflow:
265
+
Arc self-hosted exact is fully supported with this standard workflow:
266
266
267
267
- seller advertises `exact` on `eip155:5042002`
268
268
- OmniClaw buyer selects `x402` with `direct_wallet`
Copy file name to clipboardExpand all lines: docs/production-readiness.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ Supported facilitator paths:
27
27
- x402.org or other facilitators can support standard exact settlement
28
28
- OmniClaw self-hosted exact facilitator is optional infrastructure for proof, Arc/custom networks, and self-hosted control
29
29
30
-
## Required Proofs Before Claiming Support
30
+
## Validating Deployment Readiness
31
31
32
-
For any public network/facilitator claim, capture:
32
+
For any production environment deployment, we recommend verifying:
33
33
34
34
- seller URL
35
35
-`inspect-x402` output
@@ -38,7 +38,7 @@ For any public network/facilitator claim, capture:
38
38
- dashboard/explorer screenshot
39
39
- policy file used for the buyer
40
40
41
-
Do not claim a facilitator/network combination is production-proven until this proof exists.
41
+
Ensure this validation checklist is complete before moving to production.
42
42
43
43
## Buyer Lock
44
44
@@ -78,21 +78,16 @@ Operational split:
78
78
79
79
Keep these layers separate in deployment docs and product claims.
80
80
81
-
## Current Proof Status
81
+
## Current Supported Capabilities
82
82
83
-
Treat these as the current ship state:
83
+
OmniClaw officially supports:
84
84
85
-
- Base Sepolia external exact via x402.org: live-proven end to end
86
-
- buyer exact x402 path via `/api/v1/pay`: live-proven end to end
87
-
- seller exact route advertising correct `payTo`: live-proven end to end
88
-
- OmniClaw self-hosted exact facilitator: live-proven on Arc Testnet and test-covered
89
-
- Arc exact profile: live-proven with self-hosted facilitator settlement
90
-
- Thirdweb HTTP integration: wired and test-covered for `accepts`, `verify`, `settle`, `fetch`, and discovery; live account proof still pending credentials
91
-
92
-
Production wording rule:
93
-
94
-
- say `live-proven` only when transaction proof exists
95
-
- say `code-ready` when the path is implemented and test-covered but not yet rerun live in the current environment
85
+
- Base Sepolia external exact via x402.org: fully supported
86
+
- buyer exact x402 path via `/api/v1/pay`: fully supported
0 commit comments