Real USDC purchases of generative art on Stellar testnet. Every image on the left is a paid request to a live Cloudflare Worker — verified by real ed25519 cryptography, settled by a real Soroban smart contract.
x402-nft.stellar.buzz with a signed channel payment header. The Cloudflare Worker verifies the ed25519 signature (sub-millisecond, no blockchain), generates the art, counter-signs the state, and returns a real SVG. Every image you see was paid for.Standard x402 requires 1 on-chain transaction per API call. Each payment waits ~5 seconds for a Stellar ledger close before it settles. This side simulates that cadence — one image every ~5 seconds with locally-generated placeholder art. No actual transactions are submitted, but the timing reflects real Stellar throughput. For 100 images that's over 8 minutes of waiting.
The on-chain cost is fixed at 2 transactions regardless of how many images you buy. The per-image payment cost is just an ed25519 signature verification — pure math, no network, no gas. The more images you buy, the greater the advantage: the 2 on-chain transactions are amortized across all purchases while traditional x402 pays the ~5s ledger-close cost every time.