{"service":"Distribution API","version":"1.0.0","description":"USDC Distribution Service - Split payments across multiple wallets","payment":{"protocol":"x402 v1.0","price":"$0.001","network":"avalanche","gasless":true},"endpoints":{"/api/distribute":{"method":"POST","description":"Distribute USDC to multiple wallets","payment_required":true,"schema":{"type":"object","properties":{"totalAmount":{"type":"string","description":"Total USDC to distribute (e.g., '2.00')"},"recipients":{"type":"array","items":{"type":"object","properties":{"wallet":{"type":"string","description":"Recipient wallet address"},"percentage":{"type":"number","description":"Percentage of total (e.g., 50 for 50%)"}}}}},"required":["totalAmount","recipients"],"example":{"totalAmount":"2.00","recipients":[{"wallet":"0x1234...","percentage":50},{"wallet":"0x5678...","percentage":30},{"wallet":"0x9abc...","percentage":20}]}}}}}