{"name":"defi-protocol-dossier","description":"Profiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data. Composite: one call runs defi-llama-protocol + defi-yield-pools in parallel, merging the protocol's canonical profile (name, category, audits, current TVL, per-chain TVL breakdown, 24h/7d/30d change) with its yield-bearing pools filtered to the same project slug (APY, TVL, exposure, IL-risk classification). Pool list is optional and degrades without failing the call. Data-only aggregation; no advice. Use it as a DeFiLlama protocol profile bundle or an Aave / Lido / Uniswap TVL and APY data pack.","price":"$0.04","method":"POST","input_schema":{"properties":{"protocol":{"type":"string","description":"DeFiLlama protocol slug (lowercase, hyphenated), e.g. 'aave', 'lido', 'uniswap-v3'."}},"required":["protocol"]},"input_example":{"protocol":"aave"},"output_example":{"protocol":"aave","profile":{"name":"Aave","current_tvl_usd":15238479862,"tvl_summary":{"change_24h_pct":0.42}},"yield_pools":{"pools":[{"chain":"Ethereum","symbol":"USDC","apy":5.42,"tvl_usd":24000000}],"count":25},"note":"Data-only TVL and pool aggregation from DeFiLlama. Not advice.","composed_of":["defi-llama-protocol","defi-yield-pools"],"components":[{"name":"defi-llama-protocol","ok":true,"ms":800},{"name":"defi-yield-pools","ok":true,"ms":2400}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}