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-service.sdf-ecosystem.workers.dev with a signed channel payment header. The Cloudflare Worker verifies the ed25519 signature (~microseconds, 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 image waits ~5 seconds for a Stellar ledger close before it can settle. This side runs at that real speed — you'll see one image every ~5 seconds. For 100 images that's over 8 minutes. The placeholder art is local but the timing is honest.
The on-chain cost is fixed at 2 transactions regardless of how many images you buy. The per-image cost is just an ed25519 signature verification — pure math, no network, no gas. At 100 images, that's a ~50x speedup. At 1,000, it's ~500x.