MPP: Amount as a number
A deliberately broken MPP endpoint charging 0.0001 USDC on Base Sepolia.
Pick a protocol
x402 uses its own PAYMENT-REQUIRED header. MPP uses the standard HTTP auth framework, with no facilitator.
Pick a network
Testnets only. Nothing here can move real money.
USDC, 6 decimals
Set the price
Amounts are atomic units of the asset, so no decimal point.
= 0.0001 USDC
Defaults to this network's burn address.
Choose a behavior
Compliant by default. Every deviation is named, and never on by accident.
The amount is a JSON number, not the atomic-units string the spec requires. A client that does Number(amount) loses precision above 2^53.