{"uid":"cap_U0eWUgFUaok_h3gmkhn5q","slug":"dao-active-proposals-cross-verified-ens-arbitrum-uniswap-e353f50c","name":"DAO Active Proposals Cross-Verified (ENS, Arbitrum, Uniswap)","description":"Активные предложения в управлении DAO (ENS, Arbitrum, Uniswap): Snapshot (офчейн-сигнал) сверяется с прямым чтением ончейн Governor-контракта (источник правды). Не агрегация одного чужого дашборда — сверка. Поле discrepancy отмечает случаи, когда офчейн-сигнал молчит о том, что реально происходит ончейн (проверено на Arbitrum: публичный трекер показывал архив DAO, пока в контракте шло голосование на 48M ARB). Необязательный query-параметр dao фильтрует по одной DAO.","url":"https://apix402.onrender.com/dao-proposals","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"dao":{"type":"string","description":"DAO name to filter by: ENS, Arbitrum, Uniswap, Compound, Optimism. Omit for all."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["count","generated_at","degraded","sources_status","proposals"],"properties":{"count":{"type":"number"},"degraded":{"type":"boolean","description":"true if at least one source for at least one DAO is not fully available — the proposals array below may be incomplete. Check this before trusting an empty result for a specific DAO."},"proposals":{"type":"array","items":{"type":"object","required":["dao","proposal_id","sources","title","vote_type","status","opens_at","closes_at","after_close","links","onchain_verified_at","discrepancy","fetched_at"],"properties":{"dao":{"type":"string"},"chain":{"type":["string","null"]},"links":{"type":"object","properties":{"explorer":{"type":"string"},"snapshot":{"type":"string"}},"additionalProperties":false},"title":{"type":"string"},"votes":{"type":["object","null"],"required":["for","against","abstain","unit"],"properties":{"for":{"type":"string"},"unit":{"type":"string"},"abstain":{"type":"string"},"against":{"type":"string"}},"additionalProperties":false},"status":{"enum":["pending","active","closed_advisory","defeated","succeeded","queued","executed","expired","canceled"],"type":"string"},"sources":{"type":"array","items":{"enum":["snapshot","onchain"],"type":"string"}},"opens_at":{"type":["string","null"],"format":"date-time"},"proposer":{"type":["string","null"]},"closes_at":{"type":["string","null"],"format":"date-time"},"vote_type":{"enum":["offchain_signal","onchain_binding"],"type":"string"},"fetched_at":{"type":"string","format":"date-time"},"after_close":{"type":"object","required":["code","detail"],"properties":{"code":{"enum":["offchain_advisory","onchain_timelock","onchain_direct_execution","closed"],"type":"string"},"detail":{"type":"string"}},"additionalProperties":false},"discrepancy":{"type":["string","null"]},"proposal_id":{"type":"string"},"quorum_required":{"type":["string","null"]},"onchain_verified_at":{"type":["string","null"],"format":"date-time"},"time_remaining_seconds":{"type":["number","null"]}},"additionalProperties":false}},"generated_at":{"type":"string","format":"date-time"},"sources_status":{"type":"object","description":"Per DAO: snapshot and onchain status reported separately — ok | degraded (partial data, e.g. a truncated search range) | unavailable.","additionalProperties":{"type":"object","required":["snapshot","onchain"],"properties":{"onchain":{"enum":["ok","degraded","unavailable"],"type":"string"},"snapshot":{"enum":["ok","degraded","unavailable"],"type":"string"}},"additionalProperties":false}}},"additionalProperties":false}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_aWMid2qF6FmaFUJC6uiXQ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns active governance proposals for ENS, Arbitrum, and Uniswap, cross-verifying off-chain Snapshot signals against on-chain Governor contract state to surface discrepancies.","exampleAgentPrompt":"Show me all currently active governance proposals for Arbitrum, and flag any cases where the on-chain Governor contract shows a vote that Snapshot isn't reporting.","exampleUseCases":[{"title":"Spot hidden on-chain Arbitrum votes","prompt":"Check Arbitrum governance right now and tell me if there are any active on-chain votes that public trackers or Snapshot are missing — I want the discrepancy flag for each proposal."},{"title":"Monitor all three DAOs at once","prompt":"Pull all active governance proposals across ENS, Arbitrum, and Uniswap and give me a summary with vote counts and whether each proposal is on-chain verified or just an off-chain signal."},{"title":"ENS governance snapshot check","prompt":"What proposals are currently open for voting in ENS governance? Show me the titles, current vote tallies, closing times, and whether they're on-chain or just Snapshot signals."}],"resultDescription":"A JSON object containing a count of active proposals, a generated_at timestamp, a degraded boolean (true if any data source was partially unavailable), per-source status, and an array of proposal objects. Each proposal includes: DAO name, chain, title, status (pending/active/succeeded/etc.), vote_type (offchain_signal or onchain), opens_at/closes_at datetimes, vote counts (for/against/abstain with unit), proposer address, sources used (snapshot and/or onchain), links to explorer and Snapshot, onchain_verified_at timestamp, discrepancy flag, and fetched_at timestamp.","failureModes":["If one data source (Snapshot or an on-chain RPC) is unavailable, the degraded field is set to true and proposals from that source may be missing — agents should check degraded before trusting an empty result","Invalid dao parameter value returns an error or empty proposals array","Network timeout or render.com cold-start latency may cause slow or failed responses","On-chain RPC rate limits may cause partial data for a given DAO"],"whenToPreferThis":"Use this endpoint when you need on-chain-verified DAO governance data rather than relying solely on aggregator dashboards or Snapshot alone. It is the right choice when you specifically want to detect discrepancies between off-chain signals and actual on-chain Governor contract state — especially for Arbitrum, ENS, or Uniswap. Prefer it over generic DAO dashboards when accuracy and cross-verification matter, such as for governance monitoring agents, compliance checks, or when large votes (e.g. 48M ARB) may be obscured by public trackers.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:32:25.657Z","isFirstParty":false}