From bc3288f387666c5102a53b84c7305554d3af224f Mon Sep 17 00:00:00 2001 From: Zk-nd3r Date: Wed, 8 Apr 2026 20:09:02 -0700 Subject: [PATCH] add zcash and zcash-mcp to payments section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b1085c..45da2c2 100644 --- a/README.md +++ b/README.md @@ -1090,6 +1090,8 @@ These tools are useful when sharing secrets, code snippets or any other kind of - [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools. - [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop. +- [Zcash](https://z.cash/) - Privacy-protecting digital currency using zero-knowledge proofs (zk-SNARKs). Shielded transactions hide sender, receiver, and amount. +- [zcash-mcp](https://github.com/Frontier-Compute/zcash-mcp) - MCP server exposing 22 Zcash tools for AI agents: shielded send, memo decode, attestation, proof verification. `npx @frontiercompute/zcash-mcp` [Back to top 🔝](#contents)