{"name":"KushBitx AgentProof","version":"1.0.0","x402":true,"contact":"admin@kushbitx.com","freePreview":{"endpoint":"https://www.kushbitx.com/api/token-preview","method":"POST","description":"Base token market preview without a wallet or payment. Does not include a security verdict.","example":{"chain":"base","address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}},"services":[{"id":"token-risk","name":"Token Risk","endpoint":"https://www.kushbitx.com/api/token-risk","method":"POST","network":"eip155:8453","paymentAsset":"USDC","price":"0.25","description":"Screen a Base token for sellability, taxes, privileged controls, holder concentration and market risk.","inputSchema":{"type":"object","properties":{"chain":{"type":"string","enum":["base"],"description":"Blockchain network."},"address":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"Base token contract address."}},"required":["chain","address"],"additionalProperties":false}},{"id":"transaction-preflight","name":"Transaction Preflight","endpoint":"https://www.kushbitx.com/api/transaction-preflight","method":"POST","network":"eip155:8453","paymentAsset":"USDC","price":"0.05","description":"Simulate an unsigned Base transaction and detect failed execution, dangerous approvals and destination risk signals.","inputSchema":{"type":"object","properties":{"chain":{"type":"string","enum":["base"]},"from":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"Optional sender used for simulation."},"to":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"Transaction destination."},"valueWei":{"type":"string","pattern":"^[0-9]+$","description":"Native ETH value in wei."},"data":{"type":"string","pattern":"^0x([a-fA-F0-9]{2})*$","description":"Unsigned calldata."}},"required":["chain","to"],"additionalProperties":false}},{"id":"verify-payment","name":"Payment Proof","endpoint":"https://www.kushbitx.com/api/verify-payment","method":"POST","network":"eip155:8453","paymentAsset":"USDC","price":"0.01","description":"Verify an onchain Base USDC payment, its recipient, amount, status and confirmations.","inputSchema":{"type":"object","properties":{"chain":{"type":"string","enum":["base"]},"txHash":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$"},"expectedTo":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"expectedFrom":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$"},"expectedAmount":{"type":"string","pattern":"^[0-9]+(\\.[0-9]{1,6})?$","description":"Expected USDC amount."}},"required":["chain","txHash"],"additionalProperties":false}}]}