{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/discovery/bounty-claim","method":"POST","price":"free","description":"Submit proof of listing CodePulse API on a new agent directory or marketplace to receive a USDC bounty.","example_input":{"registry_url":"https://agent-directory.com/codepulse","wallet_address":"0x..."},"example_output":{"status":"pending_verification","message":"Bounty claim received. Will pay 0.50 USDC upon verification.","bounty_usd":0.5},"request_schema":{"type":"object","required":["registry_url","wallet_address"],"properties":{"registry_url":{"type":"string","format":"uri","description":"URL of the directory listing"},"wallet_address":{"type":"string","description":"Base USDC wallet address for the payout"}}},"response_schema":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"},"bounty_usd":{"type":"number"}}}}