{"endpoint":"/api/monitor/governance-alert","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.25","description":"Monitor DeFi protocol governance activity and health. Fetches recent proposals from Snapshot GraphQL API and TVL data from DeFiLlama. Returns governance proposals, activity score, TVL changes, and risk alerts. Supports: aave, uniswap, compound, ens, gitcoin, lido, maker, curve, balancer, sushi, yearn, synthetix, dydx, 1inch, optimism, arbitrum, hop, stargate.","llm_usage_prompt":"Call this endpoint when you need to assess governance activity and health for a DeFi protocol. Provide protocol_name as a string (e.g., 'aave', 'uniswap', 'compound', 'lido', 'maker'). Returns: recent proposals from Snapshot (id, title, state, dates, total votes), governance activity score (0-100), last proposal date, active proposal count, TVL data with 1d/7d/1m changes, and alerts for TVL drops, low governance activity, or active proposals. Use this before depositing into protocols to check governance health, to monitor protocols where you have positions, or to detect early signs of governance attacks and bank-run dynamics. Costs $0.25 via x402.","params":{"protocol_name":"string -- protocol name (e.g., 'aave', 'uniswap', 'compound', 'lido')"},"exampleRequest":{"protocol_name":"aave"},"exampleResponse":{"protocol":"aave","snapshot_space":"aave.eth","recent_proposals":[{"id":"0xabc123","title":"AIP-42: Risk Parameter Updates","state":"closed","start":"2026-02-28T00:00:00.000Z","end":"2026-03-03T00:00:00.000Z","scores_total":520000}],"governance_activity_score":75,"last_proposal_date":"2026-02-28","active_proposals":1,"total_proposals_fetched":10,"tvl_data":{"tvl":12000000000,"change_1d":-0.5,"change_7d":2.1,"change_1m":5.3},"alerts":[{"severity":"info","message":"aave has 1 active governance proposal(s) on Snapshot","type":"active_proposals","data":{"active_count":1}}],"alert_count":1,"response_time_ms":1100,"timestamp":"2026-03-06T12:00:00.000Z"}}