Review draft v0.30 · reference implementation available · not deployed
PayTP: An Open HTTP Payment Protocol with Channels and a Capped Software Incentive
PayTP carries a payment inside the ordinary HTTPS connection that already serves the page or API response it pays for. A merchant advertises it in normal HTTP headers; the payer's software answers with a signed payment proof, negotiated end to end and settled on a rail the two sides choose — no separate checkout gateway, and no token of PayTP's own. It is a compatible superset of x402: the one-shot flow is an x402 request carrying a signed extension. It also carries a capped software incentive — the meed: a fixed one percent of each payment, taken from the merchant's side, that rewards the software which makes paying possible.
A working reference implementation runs the settlement and channel logic today, against a simulated in-process rail — no live HTTP/TLS or chain adapter, nothing deployed to production, and no real money moved.
The idea
PayTP rests on three commitments. They are the spine of the design — everything technical follows from them.
Masterless, end-to-end. No company owns the protocol, and no single party can price, reprice, or revoke access to it; its terms live in an open, capped charter. Keeping it that way is the job of a planned PayTP Foundation — a designed model, not yet a running institution, with its charter still to be decided. No mandatory gateway sits in the payment's path — the decisions belong to the payer, the merchant, and the software each of them chose.
Enabler incentives. A fixed 1% of each payment — the meed — rewards the software that makes paying possible: browsers, agent frameworks, wallets, operating systems. It is carved from the merchant's side, so the buyer pays the listed price and nothing more, and no single participant can change it.
Bounded, negotiated trust. Exposure is explicit and capped rather than vouched away. A one-off purchase settles before delivery; an ongoing relationship runs as a tab with a spending limit both sides set. Each side's worst case is a figure it agreed to in advance.
More: the meed · governance · related work · FAQ · status · for implementers · license · formal spec.