# DAO治理数据集成

## 🗳️ DAO治理数据集成

治理是每个DAO的核心。DAOBase通过整合生态内多种链上与链下治理框架的数据，提供深入且全面的治理分析。

***

### 📡 数据采集方式

**链上治理**\
我们监控智能合约事件日志，收集关键治理信号，包括：

* 提案生命周期事件：创建、投票、执行、取消、驳回
* 治理代币合约的委托事件

**链下治理（例如 Snapshot）**\
通过调用Snapshot等平台的官方API，实时获取治理活动数据。

***

### 📊 核心治理数据采集内容

我们的治理分析基于以下结构化关键数据点：

* **提案数据**：\
  提案ID、标题/内容、发起人地址、创建时间、开始/结束时间、投票代币类型、法定人数/阈值要求
* **执行数据**：\
  提案ID、执行人地址、执行交易哈希、时间戳
* **投票数据**：\
  投票人地址、提案ID、选择的选项、投票时间戳、交易哈希
* **委托数据**：\
  委托人地址、被委托人地址、委托时间戳、交易哈希

这些数据构成了DAOBase治理智能层的基础，使我们能够深入洞察DAO决策行为。

***

### 🔗 集成的治理框架

DAOBase目前支持整合多种链上和链下治理框架的数据，包括但不限于：

* [Snapshot](https://snapshot.org/#/)
* [Aragon](https://app.aragon.org/)
* [Moloch（Daohaus）](https://app.daohaus.club/explore)
* [Tally](https://www.tally.xyz/)
* [OpenZeppelin](https://www.openzeppelin.com/)
* [Compound](https://docs.compound.finance/governance/)
* [Nouns Builder](https://nouns.build/)
* [Aave](https://docs.aave.com/governance/)
* [Maker DAO](https://manual.makerdao.com/)
* [Kyber DAO](https://kyberswap.com/kyberdao/vote)
* [Element DAO](https://governance.element.fi/proposals)
* [Homebase](https://tezos-homebase.io/explorer/daos)
* [Syndicate](https://twitter.com/syndicateio)
* [Xdao](https://www.xdao.app/)
* [Colony](https://colony.io/)
* *(...and more continuously being added)*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.daobase.ai/daobase/cn/he-xin-gong-neng/dao-zhi-neng-ceng/shu-ju-ping-tai-ji-cheng/dao-zhi-li-shu-ju-ji-cheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
