{"endpoint":"/api/protocol/tvl-decompose","method":"POST","service_trust":"https://defi-shield-hazel.vercel.app/api/trust-signal","free_check":{"endpoint":"https://defi-shield-hazel.vercel.app/api/free/token-check","method":"POST","price":"FREE","note":"Try before you buy — free basic token safety check with risk math."},"also_available_on":{"virtuals_acp":{"agent":"Authensor","agent_id":18805,"offerings":["pre_trade_safety","token_deep_scan","wallet_report","batch_seal"],"marketplace":"https://app.virtuals.io/acp/scan/agents","note":"Same service, accessible to 18,000+ autonomous agents on Virtuals Protocol."},"mcp_server":{"package":"devsecure-mcp","install":"npx devsecure-mcp","tools":67,"note":"Install as MCP server in Claude, Cursor, or any MCP-compatible client for direct tool access."},"bazaar":"https://defi-shield-hazel.vercel.app/.well-known/x402","agent_card":"https://defi-shield-hazel.vercel.app/.well-known/agent-card.json"},"powered_by":"DeFi Shield by Authensor","price":"$0.50","description":"Breaks down a protocol's Total Value Locked (TVL) across all chains it operates on, including percentage allocation and concentration risk.","llm_usage_prompt":"Call this endpoint before deploying capital to a multi-chain protocol, or when evaluating whether a protocol has dangerous chain concentration. Provide a protocol slug (e.g. 'aave', 'lido', 'uniswap') and receive totalTvl, per-chain TVL with percentage allocation, chain count, dominant chain name, and a concentrationRisk rating (low/medium/high). Use this to avoid protocols that are over-exposed to a single chain, compare multi-chain diversification across protocols, or flag concentration risk in portfolio reviews. Costs $0.50 per call.","params":{"protocol_name":{"type":"string","required":true,"description":"Protocol name or slug (e.g. 'aave', 'lido', 'uniswap'). Case-insensitive, partial match supported."}},"exampleRequest":{"protocol_name":"aave"},"exampleResponse":{"protocol":"Aave","slug":"aave","total_tvl":12000000000,"chain_count":3,"chains":[{"chain":"Ethereum","tvl":9000000000,"percentage":75},{"chain":"Polygon","tvl":2000000000,"percentage":16.67},{"chain":"Avalanche","tvl":1000000000,"percentage":8.33}],"dominant_chain":{"name":"Ethereum","tvl":9000000000,"percentage":75},"concentration_risk":"high","hhi_index":5972,"diversification_score":40,"response_time_ms":320}}