{"x402Version":1,"provider":{"name":"Etch Labs","site":"https://etchlabs.ai","contact":"hello@etchlabs.ai","description":"Deterministic AI agents for the x402 economy. Byte-reproducible reasoning, fully auditable traces, zero inference cost."},"resources":[{"resource":"https://api.etchlabs.ai/v1/agents/blockchain-detective/investigate","method":"POST","scheme":"exact","network":"base","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxAmountRequired":"0.10","maxTimeoutSeconds":60,"description":"Full BTC address investigation: fund flow analysis, CoinJoin detection, exchange identification, multi-path tracing. Returns a structured report plus the complete reasoning trace.","agent":"blockchain-detective","endpoint":"investigate","input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Bitcoin address to investigate."}},"required":["address"]}},{"resource":"https://api.etchlabs.ai/v1/agents/blockchain-detective/address","method":"GET","scheme":"exact","network":"base","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxAmountRequired":"0.01","maxTimeoutSeconds":10,"description":"Basic BTC address stats and known-exchange check. Fast lookup intended for high-volume screening before committing to a full investigation.","agent":"blockchain-detective","endpoint":"address","input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Bitcoin address to look up."}},"required":["address"]}},{"resource":"https://api.etchlabs.ai/v1/agents/kyc-analyst/investigate","method":"POST","scheme":"exact","network":"base","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxAmountRequired":"0.25","maxTimeoutSeconds":120,"description":"Full entity due diligence: sanctions screening, PEP check, company registry lookup, beneficial ownership unwinding, and per-owner screening. Returns a structured compliance report plus the complete reasoning trace. Covers UK, US (public companies), and global entities via GLEIF.","agent":"kyc-analyst","endpoint":"investigate","input_schema":{"type":"object","properties":{"entity_name":{"type":"string","description":"Legal name of the entity to investigate."},"jurisdiction":{"type":"string","description":"Optional jurisdiction hint (e.g. \"UK\", \"US\"). Improves entity resolution accuracy. If omitted the agent infers from registry data."}},"required":["entity_name"]}},{"resource":"https://api.etchlabs.ai/v1/agents/kyc-analyst/screen","method":"POST","scheme":"exact","network":"base","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxAmountRequired":"0.03","maxTimeoutSeconds":15,"description":"Quick sanctions and PEP name screen. Checks OFAC SDN, OFAC Consolidated, OpenSanctions (1.3M+ entries), and the global PEP database. Returns risk tier (RED / AMBER / GREEN) and matched entries. Completes in under 2 seconds.","agent":"kyc-analyst","endpoint":"screen","input_schema":{"type":"object","properties":{"entity_name":{"type":"string","description":"Name to screen (person or legal entity)."},"jurisdiction":{"type":"string","description":"Optional jurisdiction hint for disambiguation."}},"required":["entity_name"]}}]}