DNA x402 micropayment rails open‑sourced
Parad0x Labs published DNA x402, an open‑source micropayment rail designed for AI agents on Solana that uses ZK‑SNARK privacy, nullifiers and streamed settlement. The posts describe the spec as enabling agent‑to‑agent billing with privacy and efficient micro‑settlements for agent interactions. The release aims to be a payment primitive tailored to automated, high‑frequency agent ecosystems. (x.com)
A micropayment system is a way to charge tiny amounts for each request, like paying a few fractions of a cent every time an automated tool calls an application programming interface. Parad0x Labs has now published its DNA x402 code in a public GitHub repository for that job on Solana. (github.com) The repository describes DNA x402 as a payment rail for agent-to-agent and application programming interface commerce on Solana, with netting, transfers, streamed settlement and receipt anchoring on-chain. GitHub shows the public repository was updated again last week, after a “mainnet launch” commit last month. (github.com) Parad0x’s website says the system uses the Hypertext Transfer Protocol 402 payment flow, charges in USD Coin on Solana mainnet, and targets payments from $0.00001 to more than $100 per call. The company says buyers can integrate with one npm package and sellers can add payment checks in a few lines of code. (parad0xlabs.com) Hypertext Transfer Protocol 402 is the long-reserved “Payment Required” response code on the web. The x402 standard turns that unused code into a machine-readable payment prompt, so a client can hit a paid endpoint, receive a 402 response, pay, and retry without a human filling out a form. (x402.org) That matters for artificial intelligence agents because most current software billing still assumes a person opens an account, stores a card, buys credits, and manages keys. The x402 project says its goal is to let software clients pay per request instead, with no separate signup or subscription step. (x402.org) Solana has become one of the chains pitching itself for that use case by emphasizing low fees and fast confirmation. Solana’s x402 page says the network is handling more than 500,000 weekly x402 transactions, with roughly 400 millisecond finality and fees around $0.00025. (solana.com) Parad0x is trying to add privacy tools on top of that payment flow. Its site says the stack includes zero-knowledge private payments, where a cryptographic proof can verify that a payment is valid without exposing the full sender-to-receiver trail on a block explorer. (parad0xlabs.com) The company also says DNA x402 uses a netting ledger to batch many tiny charges before settlement, which is a common way to keep on-chain costs from overwhelming the value of the payment itself. In practice, that is the difference between charging once for every call and compressing many calls into fewer final settlements. (parad0xlabs.com) Parad0x’s public materials describe the product as live on Solana mainnet and position it as infrastructure for machine-to-machine billing rather than a consumer checkout tool. The next test is whether other developers fork the code, plug it into paid application programming interfaces, and treat Hypertext Transfer Protocol 402 as a real payment layer instead of a dormant status code. (parad0xlabs.com)