From 7adc03ab7c8e8f5fa4f4cc7b6d677efda710f443 Mon Sep 17 00:00:00 2001 From: TechCortes Date: Mon, 27 Jul 2026 03:06:28 -0400 Subject: [PATCH] docs: add Community Extensions section to examples README Adds a place to list third-party projects that extend the OWS policy engine for specific use cases, starting with ZKX (zero-knowledge KYC credential for agent payments). --- examples/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/README.md b/examples/README.md index 375435ca3..39364e485 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,3 +22,13 @@ Get test USDC on Base Sepolia: https://faucet.circle.com node examples/x402-pay-request.js node examples/x402-discover-services.js node examples/agent-with-policy.js + +## Community Extensions + +Projects that extend the OWS policy engine for a specific use case: + +| Project | Extends | Description | +|---|---|---| +| [ZKX](https://github.com/TechCortes/ZKX-Zero-Knowledge-Proof-for-Agentic-Banking) | Policy Engine | Registers a `zkx:kyc` feature — anonymous micropayments under a FATF Rec. 16 threshold, Groth16 zero-knowledge proof of identity above it. No PII ever collected or transmitted. | + +Building something on OWS? Open a PR adding it here.