# 크로스체인 거버넌스

크로스체인 거버넌스는 클리크(Clique)를 통해 이더리움에 배포된  DAO(토큰)가 폴리곤 네트워크에서도 크로스체인 투표와 제안 생성을 가능하게 합니다. Clique는 이더리움 기반 프로젝트 및 폴리곤 네트워크에 생성된DAO를 위한 크로스체인 거버넌스를 지원할 것입니다.

크로스체인 거버넌스 솔루션은 프로젝트가 새로운 토큰을 발행하거나 기존 토큰을 폴리곤으로 연결할 필요가 없습니다. 또한낮은 가스 비용은 온체인 거버넌스를 구현하는 DAO에게 이점을 제공합니다. 폴리곤에서 가스 비용은 투표 및 제안 생성을 포함한 모든 거버넌스 활동에 대해 이더리움에 비해 매우크게 감소합니다.

**폴리곤 크로스체인 거버넌스 아키텍처**

![](https://lh3.googleusercontent.com/NcJEbKE_R8mum36Ux7xjFA44TjjAoO-6kbTdoYH_1K3FEZZPl_6_4Kd39rY2j8q1nOal39ihQ0FEC27Z8ly_vTO50VZUI2YpNxSyDX6o4yBiDiOQMqVP2z0m-6co5l2m2eF3axFE)

폴리곤에서 거버넌스 컨트랙트는 사용자들이 제안을 생성하고 투표할 수 있게 합니다. 사용자의 투표 권한은 제안이 생성된 시점에서의 토큰 보유량 스냅샷에 의해 결정됩니다.

The **Data Bridge** serves as a cross-chain synchronizer to communicate data and voting results between the DAO’s original chain (Ethereum) and Polygon chain. The data bridge caches historical data and snapshots from Ethereum as a certificate in order to deliver user signatures on Polygon. The certificate includes the corresponding token holdings of each user. Users can create and vote on proposals using their signature, with each unique signature being validated by the contract.<br>

**데이터 브리지**는 오리지널 체인인 이더리움과 폴리곤 체인 사이의 데이터 및 투표 결과를 통신하는 크로스체인 동기화 역할을 합니다. 데이터 브리지는 이더리움의 과거 데이터와 스냅샷을 캐시하여 사용자 서명을 폴리곤에서 전달하기 위한 인증서로 사용합니다. 인증서에는 각 사용자의 해당 토큰 보유량이 포함됩니다. 사용자들은 고유한 서명을 사용하여 제안을 생성하고 투표할 수 있으며, 각각의 고유한 서명은 컨트랙트에 의해 유효성이 검증됩니다.


---

# 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.awenetwork.ai/korean/undefined.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.
