{"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### Performance Characteristics and Rollup Flow\n\nThe documentation presents a ZK L2 rollup architecture designed for rapid, deterministic finality and high throughput. Materials cite deterministic finality of approximately 300 milliseconds and an initial throughput target around 10,000 transactions per second, with scaling potential up to 100,000 TPS. [\\[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)​\n\n## Reception and Coverage\n\nPayy’s site cites mentions in outlets including Yahoo Finance, Axios, [The Block](https://iq.wiki/wiki/the-block), [CoinDesk](https://iq.wiki/wiki/coindesk), Nasdaq, [Binance](https://iq.wiki/wiki/binance) Square, and [CoinMarketCap](https://iq.wiki/wiki/coinmarketcap) in connection with its funding and product announcements. Specific article links and independent evaluations are not enumerated within the sources used here. [\\[1\\]](#cite-id-xQOxpN8oLkJixfSw)​\n\n## Architecture Details\n\n### Privacy Notes, Nullifiers, and SMIRK\n\nThe platform’s privacy model centers on UTXO‑style notes representing value without exposing account balances. Each note’s lifecycle is bound to a nullifier that, when revealed, marks the note as spent without linking back to the sender. Payy reports using a single sparse Merkle tree (SMIRK) to hold both commitments and nullifiers, allowing authenticated proofs of existence and spent status. This arrangement is designed to reduce complexity in verifying state transitions while retaining privacy guarantees. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Transaction Semantics\n\nPayy describes transaction features beyond basic private sends, including:\n\n* Stealth addresses for recipient privacy.\n* Batching to reduce overhead and group operations.\n* Scheduled and recurring payments for automated disbursements.\n* Sponsored gas (meta‑transactions) to abstract fees from end users.\n* Concurrency primitives to coordinate state updates and avoid conflicts.\n\nThese features are presented as part of the Payy Transactions model and are integrated with the privacy circuits and rollup pipeline. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​\n\n### Bridge and EVM Interface\n\nThe PrivacyBridge links public EVM contracts and balances with Payy’s private system. The documentation states that it uses a fixed set of public inputs (33) to standardize verification and facilitate stable ABI expectations for developers. This decision, together with native ZK precompiles, is intended to make private operations feel familiar to EVM developers while maintaining privacy at the transaction and storage layers. [\\[2\\]](#cite-id-SKNezXhWsls8T171)​","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-custodial Visa card, and developer tools including the PrivacyBridge and @payy/client SDK.","images":[{"id":"QmVWuuzmLa9qekeo8hHumoSWaE8Hu6qr5xn7yYEWngwxju","type":"image/jpeg, image/png"}],"categories":[{"id":"projects-and-protocols","title":"projects-and-protocols"}],"tags":[{"id":"Payments"},{"id":"Ethereum"},{"id":"Infrastructure"}],"media":[{"id":"QmU1BC2QLeKMyQraB18kmvGhBocVMbStvyxuFVid3QqFMz","type":"GALLERY","source":"IPFS_IMG"},{"id":"QmXUqRuZEQznnzemevsGBQiT9c3oNmMPjJHoRZTSNor7kG","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":"commit-message","value":"\"Added Payy project overview to projects-and-protocols category\""}],"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":"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum"],"founders":[],"speakers":[]}}