Add SNAP Protocol — private agent-to-agent payments with ZK proofs#166
Add SNAP Protocol — private agent-to-agent payments with ZK proofs#166agentzeny wants to merge 2 commits into
Conversation
Greptile SummaryThis PR adds SNAP Protocol (Shield Network Agent Payments) to the awesome list — a privacy protocol on Solana mainnet that enables private agent-to-agent payments using Groth16 ZK proofs.
Confidence Score: 4/5Safe to merge after fixing the entry ordering in the Infrastructure section. The only change is two new list entries in README.md. One entry is placed out of alphabetical order in the Infrastructure section — 'snap' sorts before 'solana' and 'svm' but was inserted after both. Everything else — link format, description length, and section placement — follows the existing conventions. README.md — specifically the position of the snap-protocol-skill entry in the Infrastructure section. Important Files Changed
Reviews (1): Last reviewed commit: "Add SNAP Protocol — private agent paymen..." | Re-trigger Greptile |
| - [solana-dev-skill-rent-free](https://github.com/Lightprotocol/skills) - Solana development agent skills for Claude Code, OpenClaw and others. Covers client and Anchor/Pinocchio program development without rent-exemption for defi, payments, token distribution, ZK Solana programs and debugging. | ||
| - [squads-skill](https://github.com/sendaifun/skills/tree/main/skills/squads) - AI coding skill for Squads Protocol covering multisig wallets, smart accounts, and account abstraction on Solana. | ||
| - [svm-skill](https://github.com/helius-labs/core-ai/tree/main/helius-skills/svm) - Official Helius skill for exploring Solana's architecture and protocol internals covering the SVM execution engine, account model, consensus, transactions, validator economics, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code. | ||
| - [snap-protocol-skill](https://github.com/agentzeny/snap-public/tree/main/integrations) - AI coding skill for SNAP Protocol covering private agent-to-agent payments on Solana using Groth16 ZK proofs, with adapters for MCP, LangChain, ElizaOS, Coinbase AgentKit, OpenClaw, and Hermes. | ||
| - [switchboard-skill](https://github.com/sendaifun/skills/tree/main/skills/switchboard) - AI coding skill for Switchboard Oracle covering permissionless price feeds, on-demand data, VRF randomness, and Surge streaming on Solana. |
There was a problem hiding this comment.
The
snap-protocol-skill entry is inserted after svm-skill, but alphabetically "sn" sorts before "sv" and also before "so", meaning it should appear before solana-dev-skill-rent-free. The rest of the Infrastructure section maintains alphabetical order, so placing it here breaks the pattern.
| - [solana-dev-skill-rent-free](https://github.com/Lightprotocol/skills) - Solana development agent skills for Claude Code, OpenClaw and others. Covers client and Anchor/Pinocchio program development without rent-exemption for defi, payments, token distribution, ZK Solana programs and debugging. | |
| - [squads-skill](https://github.com/sendaifun/skills/tree/main/skills/squads) - AI coding skill for Squads Protocol covering multisig wallets, smart accounts, and account abstraction on Solana. | |
| - [svm-skill](https://github.com/helius-labs/core-ai/tree/main/helius-skills/svm) - Official Helius skill for exploring Solana's architecture and protocol internals covering the SVM execution engine, account model, consensus, transactions, validator economics, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code. | |
| - [snap-protocol-skill](https://github.com/agentzeny/snap-public/tree/main/integrations) - AI coding skill for SNAP Protocol covering private agent-to-agent payments on Solana using Groth16 ZK proofs, with adapters for MCP, LangChain, ElizaOS, Coinbase AgentKit, OpenClaw, and Hermes. | |
| - [switchboard-skill](https://github.com/sendaifun/skills/tree/main/skills/switchboard) - AI coding skill for Switchboard Oracle covering permissionless price feeds, on-demand data, VRF randomness, and Surge streaming on Solana. | |
| - [snap-protocol-skill](https://github.com/agentzeny/snap-public/tree/main/integrations) - AI coding skill for SNAP Protocol covering private agent-to-agent payments on Solana using Groth16 ZK proofs, with adapters for MCP, LangChain, ElizaOS, Coinbase AgentKit, OpenClaw, and Hermes. | |
| - [solana-dev-skill-rent-free](https://github.com/Lightprotocol/skills) - Solana development agent skills for Claude Code, OpenClaw and others. Covers client and Anchor/Pinocchio program development without rent-exemption for defi, payments, token distribution, ZK Solana programs and debugging. | |
| - [squads-skill](https://github.com/sendaifun/skills/tree/main/skills/squads) - AI coding skill for Squads Protocol covering multisig wallets, smart accounts, and account abstraction on Solana. | |
| - [svm-skill](https://github.com/helius-labs/core-ai/tree/main/helius-skills/svm) - Official Helius skill for exploring Solana's architecture and protocol internals covering the SVM execution engine, account model, consensus, transactions, validator economics, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code. | |
| - [switchboard-skill](https://github.com/sendaifun/skills/tree/main/skills/switchboard) - AI coding skill for Switchboard Oracle covering permissionless price feeds, on-demand data, VRF randomness, and Surge streaming on Solana. |
|
Hi — friendly bump on this. The alphabetical ordering issue flagged by the Greptile review has been addressed. SNAP is live on Solana mainnet with 6 agent framework integrations (MCP, LangChain, ElizaOS, AgentKit, Hermes, OpenClaw). Happy to make any other changes needed for merge. Thanks! |
What is SNAP?
SNAP (Shield Network Agent Payments) is a privacy protocol on Solana mainnet that enables private agent-to-agent payments using Groth16 zero-knowledge proofs. Agents deposit into shielded pools and withdraw with ZK proofs that break the on-chain link between sender and receiver.
What's live
npm install snap-solana-sdkWhere it's added
Links