{"id":"radr","title":"RADR","content":"**RADR** is a project that aims to provide a native private payment infrastructure on the [Solana](https://iq.wiki/wiki/solana) [blockchain](https://iq.wiki/wiki/blockchain). It utilizes zero-knowledge proof technology to enable confidential transactions for merchants, developers, and individual users. [\\[1\\]](#cite-id-968phlKJUe)\n\n## Overview\n\nRADR is a privacy-focused financial infrastructure designed to advance financial privacy and freedom on the [Solana](https://iq.wiki/wiki/solana) network. The project operates on the principle that financial privacy is a fundamental right and presents itself as an open-source, community-driven initiative that is not directed by venture capital investors. The core technology is engineered to obscure transaction details, such as payment amounts and sender identities, making them unreadable to third parties, including network validators and public [block](https://iq.wiki/wiki/block) explorers. The infrastructure is live on the [Solana](https://iq.wiki/wiki/solana) [mainnet](https://iq.wiki/wiki/mainnet) and has undergone an independent security audit. [\\[1\\]](#cite-id-968phlKJUe)\n\nThe system's primary goal is to break the on-chain [link](https://iq.wiki/wiki/link) between a payer's wallet and a merchant's or recipient's wallet. To achieve this, it employs a relayer-mediated settlement system combined with an escrow-based model. Users deposit funds into Program Derived Addresses (PDAs), and a relayer executes verified payments from these accounts. This architecture is intended to provide a \"gasless\" experience for the end-user, as the relayer covers the [Solana](https://iq.wiki/wiki/solana) network transaction fees. The protocol is also designed to implement the [x402](https://iq.wiki/wiki/x402) \"Payment Required\" HTTP standard, facilitating machine-to-machine payments for applications such as API monetization and services for autonomous [AI agents](https://iq.wiki/wiki/ai-agents). [\\[2\\]](#cite-id-T1TLP1Sc67)\n\n## Products\n\nRADR is developing a suite of privacy-first decentralized finance (DeFi) protocols and tools. The product line includes both live applications and planned future developments.\n\n* **ShadowPay:** The flagship product, ShadowPay is a private payment protocol live on the [Solana](https://iq.wiki/wiki/solana) [mainnet](https://iq.wiki/wiki/mainnet). It enables confidential transactions, subscriptions, and usage-based billing by implementing the [x402](https://iq.wiki/wiki/x402) standard. It serves as the core infrastructure for the project's other offerings. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **ShadowPay SDK:** A software development kit for developers to integrate private payment functionalities into their applications on [Solana](https://iq.wiki/wiki/solana). A key component is the `@shadowpay/core` library, an open-source package that provides the cryptographic [foundation](https://iq.wiki/wiki/foundation), including functions for encryption, hashing, and generating commitments. [\\[3\\]](#cite-id-0HnW1D0z3X)\n* **Shopify App:** An e-commerce integration that allows merchants on the Shopify platform to accept private payments. This app enables customers to complete purchases with sender anonymity, hiding the direct [link](https://iq.wiki/wiki/link) between their wallet and the transaction. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **ShadowID:** A planned decentralized identity system based on Merkle trees. It is designed to work in conjunction with ShadowPay to provide users with an anonymous identity layer for private interactions. [\\[1\\]](#cite-id-968phlKJUe)\n* **Service Marketplace:** A registry for discovering and interacting with x402-compliant [APIs](https://iq.wiki/wiki/apis) and services. This platform is intended to facilitate a machine-to-machine economy where services can be paid for privately. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **Agent Registry:** A planned marketplace for registering, discovering, and hiring [AI agents](https://iq.wiki/wiki/ai-agents) that can utilize the ShadowPay protocol for autonomous spending within pre-authorized limits. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **ShadowMsg:** A future product intended for sending encrypted messages on the [Solana](https://iq.wiki/wiki/solana) network. [\\[1\\]](#cite-id-968phlKJUe)\n* **ShadowSwap:** A future product that will allow for private token swaps, extending privacy features to decentralized trading. [\\[1\\]](#cite-id-968phlKJUe)\n\n## Features\n\nThe RADR protocol, primarily through its ShadowPay product, incorporates several features designed to ensure privacy, efficiency, and developer accessibility.\n\n* **Sender Anonymity and Transaction Privacy:** The protocol uses Groth16 ZK-SNARKs (Zero-Knowledge [Succinct](https://iq.wiki/wiki/succinct) Non-Interactive Argument of Knowledge) and a relayer settlement model to obscure the payer's on-chain identity. This process breaks the direct [link](https://iq.wiki/wiki/link) between the sender's and receiver's wallets on the public ledger. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **Amount Encryption:** Payment amounts are encrypted on-chain using ElGamal encryption on the BN254 elliptic curve. This ensures that while a transaction is publicly recorded, the value transferred remains confidential. [\\[1\\]](#cite-id-968phlKJUe) [\\[3\\]](#cite-id-0HnW1D0z3X)\n* **On-Chain Verification:** The validity of each private payment is confirmed through cryptographic proofs that are verified by [Solana](https://iq.wiki/wiki/solana) validators. This allows the network to validate transactions without needing access to the sensitive underlying data. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **x402 Protocol Implementation:** The system is built to support the HTTP 402 \"Payment Required\" standard, which facilitates automated and machine-to-machine payments. This feature is central to use cases involving API monetization and [AI agents](https://iq.wiki/wiki/ai-agents). [\\[1\\]](#cite-id-968phlKJUe)\n* **Instant Authorization:** The [x402](https://iq.wiki/wiki/x402) protocol implementation enables fast payment authorization, reported to be under 200 milliseconds. This is achieved by performing ZK verification off-chain before the final settlement occurs via an on-chain escrow. [\\[1\\]](#cite-id-968phlKJUe)\n* **Multi-Token Support:** The protocol is designed to handle payments in Solana's native token (SOL) as well as other SPL tokens, including stablecoins like [USDC](https://iq.wiki/wiki/usdc) and USDT. [\\[2\\]](#cite-id-T1TLP1Sc67) [\\[3\\]](#cite-id-0HnW1D0z3X)\n* **Automated and Recurring Payments:** The architecture supports subscriptions and usage-based billing models, making it suitable for Software-as-a-Service (SaaS) platforms, content providers, and other services that require recurring payments. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **Spending Authorizations:** Users can pre-authorize [AI agents](https://iq.wiki/wiki/ai-agents) or other services to spend funds from their escrow accounts within specified limits, enabling autonomous economic activity. [\\[2\\]](#cite-id-T1TLP1Sc67)\n* **Developer and Merchant Tools:** RADR provides an NPM SDK with TypeScript support for straightforward integration. It also offers webhooks for real-time payment notifications and a merchant dashboard for tracking revenue and managing payouts, which includes privacy-preserving analytics. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67)\n\n## Ecosystem\n\nThe RADR ecosystem is a suite of privacy-centric protocols built on the [Solana](https://iq.wiki/wiki/solana) [blockchain](https://iq.wiki/wiki/blockchain), designed to provide a comprehensive environment for confidential financial activities. The ecosystem is centered around the ShadowPay protocol, which acts as the foundational layer for private payments. The project is primarily developer-focused, providing the ShadowPay SDK to enable the creation of third-party applications with built-in privacy features. [\\[3\\]](#cite-id-0HnW1D0z3X)\n\nThe long-term vision for the ecosystem is to create an integrated suite where users can transact (ShadowPay), manage their digital identity (ShadowID), communicate (ShadowMsg), and trade assets (ShadowSwap) with a high degree of confidentiality. This suite aims to address multiple facets of digital interaction beyond simple payments. The ecosystem is designed to be compatible with major tokens in the [Solana](https://iq.wiki/wiki/solana) ecosystem, including SOL, [USDC](https://iq.wiki/wiki/usdc), and USDT, facilitating its adoption within existing DeFi and [Web3](https://iq.wiki/wiki/web3) applications. The inclusion of tools like the Shopify app, Service Marketplace, and Agent Registry indicates a [strategy](https://iq.wiki/wiki/strategy) to build both consumer-facing and machine-to-machine economies on its privacy infrastructure. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67)\n\n## Use Cases\n\nThe platform is designed for a variety of applications where financial privacy is a key requirement.\n\n* **Anonymous E-Commerce:** To facilitate private online shopping through integrations like the Shopify app, which hides the customer's on-chain identity during checkout.\n* **AI Agent Payments:** To enable autonomous agents to pay for API calls, data, or other digital services without revealing their owner's wallet identity.\n* **Private Subscriptions:** To allow users to subscribe to services with recurring payments that do not create a direct, publicly traceable [link](https://iq.wiki/wiki/link) to their primary wallet.\n* **API Monetization and Usage-Based Billing:** To support pay-per-request models for [APIs](https://iq.wiki/wiki/apis) and other digital services where both providers and consumers may require privacy.\n* **Confidential Peer-to-Peer Payments:** To allow individuals to send and receive funds where the transaction amount and sender-receiver [link](https://iq.wiki/wiki/link) are shielded from public view.\n* **Content Paywalls:** To enable creators and publishers to charge for content without exposing the payment history of their audience.\n* **Shielding On-Chain Activity:** To provide a general-purpose tool for users to [shield](https://iq.wiki/wiki/shield) their financial activities from analysis on public [blockchain](https://iq.wiki/wiki/blockchain) explorers.\n\nThese use cases are supported by the protocol's combination of zero-knowledge proofs, encryption, and a relayer-based architecture. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67) [\\[3\\]](#cite-id-0HnW1D0z3X)\n\n## Architecture\n\nRADR's technical architecture is built on the [Solana](https://iq.wiki/wiki/solana) [blockchain](https://iq.wiki/wiki/blockchain) and incorporates several cryptographic technologies to ensure privacy and speed. The system's design revolves around unlinking the sender from the receiver through a multi-step, relayer-mediated process.\n\nThe core cryptographic primitives include ElGamal encryption on the BN254 elliptic curve for securing transaction amounts and the Poseidon hash function, which is optimized for zero-knowledge proof systems. Poseidon is used to generate cryptographic commitments and nullifiers. Commitments serve as on-chain representations of a transaction that do not reveal the underlying data, while nullifiers are used to prevent the double-spending of a private asset. The system's ZK circuits, which are used to validate transactions privately, are provided as WASM, zkey, and verification key files for developers. [\\[1\\]](#cite-id-968phlKJUe) [\\[3\\]](#cite-id-0HnW1D0z3X)\n\nThe transaction [flow](https://iq.wiki/wiki/flow) for a private payment using the ShadowPay protocol follows these steps:\n\n1. **Deposit:** A user first deposits funds (e.g., SOL or [USDC](https://iq.wiki/wiki/usdc)) into a shared Privacy Pool.\n2. **Funding:** An individual escrow account, which is a Program Derived Address (PDA), is automatically funded from the Privacy Pool. This step is designed to be unlinkable to the user's initial deposit.\n3. **Proof Generation:** To make a payment, the user generates a Groth16 ZK proof off-chain. This proof cryptographically attests to the validity of the payment authorization without revealing the user's identity or the transaction details.\n4. **Submission:** The generated proof is submitted to a settler service, which is an off-chain component of the infrastructure.\n5. **Settlement:** A relayer receives the proof from the settler, verifies it on-chain, and upon successful verification, executes the transaction. The relayer withdraws the specified funds from the user's escrow PDA and transfers them to the merchant's wallet. The relayer pays the associated [Solana](https://iq.wiki/wiki/solana) network fees, abstracting this cost from the user.\n\nThis architecture ensures that the only on-chain interaction visible is the relayer moving funds from an escrow account to the merchant, effectively breaking the public [link](https://iq.wiki/wiki/link) to the original depositor. [\\[2\\]](#cite-id-T1TLP1Sc67)\n\n## Tokenomics\n\nDetailed information regarding a native token for the RADR project is not available in the provided public documentation. While some documentation mentions \"RADR\" as a supported SPL token for payments alongside SOL and [USDC](https://iq.wiki/wiki/usdc), specifics about its role, distribution, and governance have not been specified. [\\[2\\]](#cite-id-T1TLP1Sc67)\n\n### Allocation\n\n* Information regarding the allocation and distribution schedule of a native RADR token is not publicly available. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67) [\\[3\\]](#cite-id-0HnW1D0z3X)\n\n### Utilities\n\n* The specific on-chain utilities of a native RADR token, such as its use for [staking](https://iq.wiki/wiki/staking), fee reductions, or other protocol functions, have not been specified. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67) [\\[3\\]](#cite-id-0HnW1D0z3X)\n\n### Governance\n\n* Details concerning the governance model for the RADR protocol and the potential role of a native token in decision-making processes have not been disclosed. [\\[1\\]](#cite-id-968phlKJUe) [\\[2\\]](#cite-id-T1TLP1Sc67) [\\[3\\]](#cite-id-0HnW1D0z3X)\n\n## Confirmed Partnerships\n\nThe project has established integrations to expand the use of its private payment technology.\n\n* **Shopify:** RADR has developed a Shopify App to integrate its ShadowPay protocol directly into the e-commerce platform. This partnership enables merchants using Shopify to offer a private checkout option to their customers, allowing for payments with sender anonymity.\n\nThis integration represents a key use case for the protocol in the e-commerce sector. [\\[2\\]](#cite-id-T1TLP1Sc67)","summary":"RADR is a privacy-focused financial infrastructure project on the Solana blockchain. It utilizes zero-knowledge proof technology to enable confidential transactions for merchants, developers, and individual users through its suite of DeFi protocols.","images":[{"id":"QmVSQp3uarwJTgS3oPjPbjffDxn14S2GXtxcSHhX2rLQTg","type":"image/jpeg, image/png"}],"categories":[{"id":"organizations","title":"organizations"}],"tags":[{"id":"Solana"},{"id":"Protocols"},{"id":"Developers"},{"id":"Organizations"}],"media":[],"metadata":[{"id":"references","value":"[\n  {\n    \"id\": \"968phlKJUe\",\n    \"url\": \"https://www.radr.fun/\",\n    \"description\": \"Official project website\",\n    \"timestamp\": 1763384016078\n  },\n  {\n    \"id\": \"T1TLP1Sc67\",\n    \"url\": \"https://registry.scalar.com/@radr/apis/shadowpay-api#description/what-is-shadowpay\",\n    \"description\": \"ShadowPay API documentation\",\n    \"timestamp\": 1763384016078\n  },\n  {\n    \"id\": \"0HnW1D0z3X\",\n    \"url\": \"https://www.npmjs.com/package/@shadowpay/core\",\n    \"description\": \"ShadowPay Core SDK package\",\n    \"timestamp\": 1763384016078\n  }\n]"},{"id":"website","value":"https://www.radr.fun"},{"id":"twitter_profile","value":"https://twitter.com/radr_fun"},{"id":"discord_profile","value":"https://discord.gg/radr"},{"id":"github_profile","value":"https://github.com/radr-project"},{"id":"references","value":"https://www.npmjs.com/package/@shadowpay/core"},{"id":"website","value":"https://coinradr.com/"},{"id":"twitter_profile","value":"https://twitter.com/coinradr"},{"id":"telegram_profile","value":"http://t.me/coinradrtoken"},{"id":"medium_profile","value":"https://medium.com/@coinradr"},{"id":"contract_url","value":"https://bscscan.com/token/0x71648f61d21d3c75b08414ffa817c4ac2157f89e"},{"id":"contract_url","value":"https://app.nansen.ai/token-god-mode?chain=bnb&tab=transactions&tokenAddress=0x71648f61d21d3c75b08414ffa817c4ac2157f89e"},{"id":"commit-message","value":"\"docs: Create wiki article for RADR, a private payment protocol on Solana\""}],"events":[{"id":"89fe6313-f67d-4b12-bf4c-dfd33abafe5e","date":"2025-11-17","title":"RADR Founded","type":"CREATED","description":"RADR was founded and officially launched."}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"language":"en","version":1,"linkedWikis":{"blockchains":["solana"],"founders":[],"speakers":[]},"operator":{"id":"0xD761762F56019832557d9d3167D363EC45eD83A0"}}