What problem does it solve? AI agents and machine clients need a way to pay for API access programmatically, but setting up per-request or high-frequency payments on Stellar involves choosing between protocols, handling auth-entry signing, trustlines, fee sponsorship, and facilitator configuration. ## Core Features & Use Cases - x402 Paid APIs: Monetize an Express API with HTTP 402 payments via the OZ Channels facilitator, with fee-sponsored clients that need zero XLM. - MPP Charge Mode: Accept per-request USDC payments settled directly on-chain via SAC transfers, with no facilitator dependency and optional server-side fee payment. - MPP Channel Mode: Support high-frequency agents with off-chain cumulative commitments, requiring only two on-chain transactions (deposit and close) per session. - Use Case: An API provider wants to sell weather data to AI agents at $0.001 per call. They add the x402 payment middleware to their Express server, and agent clients pay automatically in USDC on testnet without holding any XLM. ## Quick Start Ask the AI to set up an x402-paid Express endpoint on Stellar testnet that charges 0.001 USDC per request using the OZ Channels facilitator.