An open HTTP-native payment protocol. Wire-compatible with x402, plus the authCapture + dispute layer and USDT-on-TRON. Compatible with Tether's open-source WDK. Built for AI agents.
T402 turns HTTP 402 “Payment Required” into a real protocol. The server signals payment terms in the response; the client replies with a signed stablecoin authorization on the next request. No WebSockets, no polling, no SDK lock-in.
HTTP/1.1 402 Payment Required
Content-Type: application/json
Payment-Required: ...
{
"scheme": "exact",
"network": "eip155:8453",
"maxAmountRequired": "1000000"
}
Open-source HTTP payment protocol. Wire-compatible with x402, plus authCapture, dispute, and USDT-on-TRON. Self-host the facilitator or use t402 Pay.
Apache 2.0x402-compatibleWDK-compatible