> For the complete documentation index, see [llms.txt](https://docs.daobase.ai/daobase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daobase.ai/daobase/kr/undefined/dao/undefined-1/undefined.md).

# 거버넌스 프레임워크 통합

🗳️ DAO 거버넌스 데이터 통합\
거버넌스는 모든 DAO의 핵심입니다. DAOBase는 생태계 전반에서 사용되는 온체인 및 오프체인 거버넌스 프레임워크의 데이터를 집계하여 심층적이고 종합적인 분석을 제공합니다.

📡 데이터 수집 방식

* **온체인 거버넌스:**\
  스마트 컨트랙트 이벤트 로그를 모니터링하여 주요 거버넌스 신호를 수집합니다.
  * 제안 생명주기 이벤트: 생성, 투표, 실행, 취소, 거부
  * 거버넌스 토큰 컨트랙트의 위임 이벤트
* **오프체인 거버넌스 (예: Snapshot):**\
  Snapshot 등 플랫폼에서 제공하는 공식 API를 활용해 거버넌스 활동 데이터를 실시간으로 가져옵니다.

📊 수집하는 주요 거버넌스 데이터\
다음 핵심 데이터 포인트의 구조화된 통합을 통해 DAOBase의 거버넌스 분석이 이루어집니다:

* **제안 데이터:**\
  제안 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/)
* *(*…그리고 더 많은 프레임워크가 지속적으로 추가되고 있습니다.*)*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.daobase.ai/daobase/kr/undefined/dao/undefined-1/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
