{"id":"payy","title":"Payy","content":"**Payy** is a privacy-focused [stablecoin](https://iq.wiki/wiki/stablecoin) payments infrastructure and privacy layer for [ERC‑20](https://iq.wiki/wiki/erc-20) assets, positioned as “private by architecture” while retaining compatibility with familiar EVM tooling and user experiences. \n\nThe project describes itself as delivering private balances and transfers, URL‑based value transfer, selective auditability, and a non‑custodial card, with a live network on [Ethereum](https://iq.wiki/wiki/ethereum) and a broader roadmap emphasizing stablecoin‑native functionality and EVM compatibility. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw) [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n## Overview\n\nHeaded by co-founder and CEO, Sid Gandhi, Payy’s stated purpose is to provide private payment rails and tooling for stablecoins and [ERC‑20](https://iq.wiki/wiki/erc-20) tokens. The system is designed to hide balances and transfers at the protocol level using zero‑knowledge (ZK) circuits and a note‑based model, while also exposing a developer interface compatible with EVM ecosystems. Public materials emphasize a combination of private‑by‑default finance and selective auditability, intending to serve consumer wallets, enterprise transfers, payouts, and card‑based spending with privacy guarantees that can be programmatically opened to authorized reviewers. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw) [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\nAt a high level, Payy combines a privacy rollup architecture, a bridge to and from the public EVM, client‑side proof generation, and a sparse Merkle tree to authenticate both private commitments and spent states (nullifiers). The project’s documentation claims complete EVM opcode support and the availability of native ZK precompiles to facilitate private operations, while the public site lists products including a wallet (Payy Wallet), a URL‑based transfer mechanism (Payy Links), and a non‑custodial Visa card (Payy Card). [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw) [\\[2\\]](#cite-id-SKNezXhWsls8T171) [\\[3\\]](#cite-id-BudtyNJ8Tljj3Xuh) \n\n## History\n\nPayy’s publicly reported milestones include product and network releases, funding, and partnerships:\n\n* On October 10, 2024, [Circle](https://iq.wiki/wiki/circle) selected Payy for a [USDC](https://iq.wiki/wiki/usdc) Grant Program cohort, signaling early engagement with stablecoin ecosystem stakeholders. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On August 6, 2025, Payy announced the Payy Card, described as a non‑custodial Visa card featuring balance and transaction privacy. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On February 4, 2026, the team published a blog post announcing Payy Network on [Ethereum](https://iq.wiki/wiki/ethereum), followed by a February 19, 2026 notice stating the network was live on [Ethereum](https://iq.wiki/wiki/ethereum). [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On March 25, 2026, Payy announced a $6 million seed round led by FirstMark Capital. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On April 23, 2026, Payy reported a partnership with [Rain](https://iq.wiki/wiki/rain) to provide private settlement for [Rain](https://iq.wiki/wiki/rain)’s stablecoin card program. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On April 29, 2026, Payy disclosed a partnership with Toku to support private stablecoin payroll. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n* On May 8, 2026, Payy publicized the release of the @payy/client TypeScript SDK on npm, intended for building against the EVM privacy bridge with local signing and proof generation. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)\n\nThese items are presented in Payy’s public announcements; as of the current date, they are not independently verified here beyond Payy’s own materials. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n## Technology and Architecture\n\n### Design Aims and Compatibility\n\nThe documentation characterizes Payy as privacy‑first, stablecoin‑native, and EVM compatible. Privacy is presented not as an optional add‑on but rather as a cross‑layer property embedded in transaction and storage semantics. \n\nThe platform emphasizes compatibility with existing EVM tooling, claiming support for every EVM opcode and presenting native ZK precompiles as a way to enable private functions without breaking familiar developer workflows. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Core Components\n\n* Payy Network: Provides block production, a transaction pool, validator processes, and RPC services for running nodes and interacting with the system. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* PrivacyBridge: Serves as the EVM boundary for moving assets into, within, and out of privacy pools, linking public EVM state to Payy’s private system through standardized circuits and a fixed public input ABI. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Privacy Layer: Implements native privacy pools, note‑based value, nullifiers (to prevent double‑spends), and a privacy rollup with ZK circuits for common operations. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Provers: Aggregate proofs produced client‑side and submit rollup state to [Ethereum](https://iq.wiki/wiki/ethereum), forming the backbone of Payy’s off‑chain computation and on‑chain state updates. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Privacy Vault: Provides storage and interfaces for wallet‑compatible private data, local proof generation, and opt‑in data sharing. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Key Management System (KMS): Offers encrypted key recovery, scoped paths, sandboxed authorization scripts, and support for on‑chain recovery policies. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Payy Transactions: Encompasses protocol‑level transaction features including stealth addresses, batching, scheduled and recurring payments, sponsored gas, and concurrency handling. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Polylang: A TypeScript‑inspired domain‑specific language for writing provable computations and zero‑knowledge circuits deployed within the platform. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n* Payy Client SDK (@payy/client): A TypeScript SDK for interacting with the PrivacyBridge and local privacy signing and proof generation, including adapters for widely used EVM libraries. [\\[2\\]](#cite-id-SKNezXhWsls8T171)\n\nThese components are presented as part of an integrated ZK rollup design aimed at stablecoin payments with usable developer interfaces. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Data Model and ZK Circuits\n\nPayy uses a UTXO‑style “private notes” model rather than public account balances. Value is embedded into notes committed to a sparse Merkle tree, with nullifiers marking notes as spent without revealing linkages between transactions. The system implements key circuit families—mint, burn, transfer\\_send, and transfer\\_claim—enabling issuance, redemption, and two‑step transfers where a sender privately creates a note and a receiver later claims it. \n\nThis two‑step flow supports URL‑based payment claims (used for Payy Links/Cash Links) and recipient discretion over when to finalize receipt. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\nA notable design decision is the storage of both commitments and nullifiers in a single sparse Merkle tree structure (referred to as SMIRK), intended to authenticate both note existence and spent status within one authenticated data structure. \n\nClient devices are emphasized as the locus of private key handling and proof construction, with aggregator provers combining and submitting proofs for inclusion in rollups. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Bridge ABI and Public Inputs\n\nThe PrivacyBridge employs a fixed‑shape public input ABI with 33 public inputs, standardizing how circuits interface across the EVM boundary. This decision is intended to stabilize developer integrations and reduce the complexity of on‑chain verification across evolving circuit logic. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n## Products and Services\n\n### Payy Wallet\n\nPayy Wallet is presented as a [stablecoin](https://iq.wiki/wiki/stablecoin)‑centric wallet and neobank experience layered on Payy Network. Public materials describe usage spanning over 100 countries and emphasize private balances and transfers within user interfaces that mirror conventional fintech apps. The specific footprint, licensing, or independent usage data are not detailed in the cited sources. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n### Payy Card\n\nPayy Card is described as a private, non‑custodial Visa card integrated with Payy’s privacy features. Marketing claims present it as the only self‑custodial Visa card offering balance and transaction privacy; this statement appears as a project claim without third‑party corroboration in the cited materials. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n### Payy Links (Cash Links)\n\nPayy Links—or Cash Links—enable URL‑based value transfer in which a sender transmits value by link and the recipient decides when to claim it. This capability builds on the two‑step transfer\\_send and transfer\\_claim circuit flow within the privacy layer, allowing a claim to be finalized only when the recipient executes the claim step. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw) [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Private Payments and Enterprise Features\n\nBeyond end‑user products, Payy positions itself as payment rails for enterprises and fintech integrators, including features such as confidential intra‑organization transfers, private vendor payments with selective auditor access, and private payouts. The target integrations listed include embedded wallets, neobanks, card programs, payroll processors, and autonomous agents. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n### Developer SDK\n\nThe @payy/client TypeScript SDK is presented as a developer toolkit for building against the EVM privacy bridge, enabling local privacy signing and proof generation. Integration paths include adapters for common EVM libraries, and documentation includes “Get Started” and compatibility guides intended to ease onboarding. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n## Use Cases and Adoption\n\nPayy highlights several use cases consistent with its private and selective‑audit model:\n\n* Embedding private wallets within consumer apps without exposing user chain management.\n* Confidential treasury and intra‑organization movements with role‑based or authorized reviewer visibility.\n* Vendor payments and payouts where commercial confidentiality is needed, with controlled data disclosure.\n* URL‑based payouts and claims via Payy Links, enabling claim‑at‑will by recipients.\n* Card‑based spending through Payy Card for private settlement of stablecoin‑denominated transactions.\n\nThese use cases and the target customers—such as enterprises, card programs, payroll providers, and neobanks—are presented by the project as intended market applications. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n## Partnerships and Funding\n\nPayy lists a $6 million seed round led by FirstMark Capital and highlights collaborations with [Circle](https://iq.wiki/wiki/circle) (selection for a [USDC](https://iq.wiki/wiki/usdc) Grant Program cohort), [Rain](https://iq.wiki/wiki/rain) (private settlement for a large stablecoin card program), and Toku (private payroll for stablecoins). The platform’s public materials position these as strategic relationships in payments, payroll, and stablecoin infrastructure. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​","summary":"Payy is a privacy-first stablecoin payments network and L2 on Ethereum. It offers private balances and transfers for ERC-20s, URL-based cash links, a self-custo...","images":[{"id":"QmVWuuzmLa9qekeo8hHumoSWaE8Hu6qr5xn7yYEWngwxju","type":"image/jpeg, image/png"}],"categories":[{"id":"projects-and-protocols","title":"Projects & Protocols"}],"tags":[{"id":"Ethereum"},{"id":"Payments"},{"id":"Infrastructure"}],"media":[{"id":"QmU1BC2QLeKMyQraB18kmvGhBocVMbStvyxuFVid3QqFMz","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"},{"id":"QmXUqRuZEQznnzemevsGBQiT9c3oNmMPjJHoRZTSNor7kG","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"}],"metadata":[{"id":"references","value":"[{\"id\":\"xQOxpN8oLkJixfSw\",\"url\":\"https://payy.network/\",\"description\":\"Official site\",\"timestamp\":1778761661389},{\"id\":\"SKNezXhWsls8T171\",\"url\":\"https://docs.payy.network/\",\"description\":\"Payy docs\",\"timestamp\":1778761661389},{\"id\":\"BudtyNJ8Tljj3Xuh\",\"description\":\"X profile\",\"timestamp\":1778762938016,\"url\":\"https://x.com/payy_link\"}]"},{"id":"website","value":"https://payy.network/"},{"id":"twitter_profile","value":"https://x.com/payy_link"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmYTTUX8kCceQx7GNuGgyBWD3wqtXQz6QBqsU3kMVVV8Bs\""},{"id":"commit-message","value":"\"Updated Payy page title and content; normalized ID checksum\""},{"id":"previous_cid","value":"QmYTTUX8kCceQx7GNuGgyBWD3wqtXQz6QBqsU3kMVVV8Bs"}],"events":[{"date":"2024-10-01","title":"Selected for Circle USDC Grant Program","type":"DEFAULT","description":"Circle selects Payy for its USDC Grant Program cohort.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"f9a15876-7713-42c4-b10c-4e2099b8f3d4"},{"date":"2025-08-01","title":"Payy Card announced","type":"DEFAULT","description":"Payy introduces its self-custodial Visa card focused on private spend.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"50fbc53f-cfee-4e25-a9c5-6a3a01c20dbd"},{"date":"2026-02-01","title":"Payy Network on Ethereum announced","type":"DEFAULT","description":"Payy announces its privacy rollup architecture on Ethereum.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"9610d175-e842-43fd-9619-296c67f1b200"},{"date":"2026-02-02","title":"Mainnet launch on Ethereum","type":"DEFAULT","description":"Payy Network goes live on Ethereum as a privacy rollup.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"ea079095-8c82-4e76-9443-dbdc0efb4549"},{"date":"2026-03-01","title":"Raises $6M seed led by FirstMark","type":"DEFAULT","description":"Payy announces a $6M seed round led by FirstMark Capital.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"08783c0c-a487-4ef4-815e-94b6b3064525"},{"date":"2026-04-01","title":"Partners with Rain for private card settlement","type":"DEFAULT","description":"Payy partners with Rain to provide private settlement for its stablecoin card program.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"61feab20-8431-4c95-88d1-a9e74cbcb5d5"},{"date":"2026-04-02","title":"Partners with Toku for private payroll","type":"DEFAULT","description":"Toku and Payy partner to enable private stablecoin payroll.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"3df1cd79-318e-43b1-9fe2-9838ba06f778"},{"date":"2026-05-01","title":"Releases @payy/client TypeScript SDK","type":"DEFAULT","description":"Payy publishes its TypeScript SDK for the PrivacyBridge and local proof generation.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"e366d8c0-61b5-46a6-9072-96d3b7e630be"},{"date":"2023-12-01","title":"Payy Founded","type":"CREATED","description":"Payy was founded and officially launched.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"6a4ddd7c-a0e8-4217-a146-6bbfb77c83d7"}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum"],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"9224db3f-b011-4333-848e-dd0446742746\",\"title\":\"Payy\",\"description\":\"Payy is a privacy-first stablecoin payments network and L2 on Ethereum. It offers private balances and transfers for ERC-20s, URL-based cash links, a self-custo...\",\"timestamp\":\"2026-05-20T19:19:26.778Z\",\"category\":\"Projects & Protocols\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889\",\"address\":\"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Title\",\"subtitle\":\"Page title/slug was changed\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed title from \\\"projects-and-protocols\\\" to \\\"Projects & Protocols\\\"\"]},{\"title\":\"Summary\",\"subtitle\":\"Summary text was updated/truncated\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Updated summary text to: \\\"Payy is a privacy-first stablecoin payments network and L2 on Ethereum. It offers private balances and transfers for ERC-20s, URL-based cash links, a self-custo...\\\"\"]},{\"title\":\"Content\",\"subtitle\":\"Main article content was replaced/updated (appears truncated in the new version)\",\"variant\":\"modified\",\"changeCount\":3,\"changes\":[\"Replaced/updated main article content; retained sections include: Overview; History; Technology and Architecture; Products and Services; Use Cases and Adoption; Partnerships and Funding [[1]](#cite-id-xQOxpN8oLkJixfSw) [[2]](#cite-id-SKNezXhWsls8T171) [[3]](#cite-id-BudtyNJ8Tljj3Xuh)\",\"Removed section \\\"Reception and Coverage\\\" (present in the previous version but not in the new content) [[1]](#cite-id-xQOxpN8oLkJixfSw) [[2]](#cite-id-SKNezXhWsls8T171) [[3]](#cite-id-BudtyNJ8Tljj3Xuh)\",\"Removed section \\\"Architecture Details\\\" and its subsections (e.g., Privacy Notes / Nullifiers / SMIRK, Transaction Semantics, Bridge and EVM Interface) [[1]](#cite-id-xQOxpN8oLkJixfSw) [[2]](#cite-id-SKNezXhWsls8T171) [[3]](#cite-id-BudtyNJ8Tljj3Xuh)\"]},{\"title\":\"Tags\",\"subtitle\":\"Tag/category id entries were removed and added (order/entries changed in the JSON)\",\"variant\":\"modified\",\"changeCount\":4,\"changes\":[\"Removed tag id \\\"Payments\\\"\",\"Added tag id \\\"Ethereum\\\"\",\"Removed tag id \\\"Ethereum\\\"\",\"Added tag id \\\"Payments\\\"\"]},{\"title\":\"Speakers\",\"subtitle\":\"Speakers field structure changed from an empty array to two placeholder speaker objects\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Removed empty \\\"speakers\\\" array: []\",\"Added two speaker objects with placeholder fields: { name: null, size: null } and { name: null, size: null }\"]},{\"title\":\"Metadata\",\"subtitle\":\"A new metadata field was added\",\"variant\":\"added\",\"changeCount\":1,\"changes\":[\"Added metadata entry \\\"wiki_score\\\" with value \\\"80\\\"\"]}]}]}"}