# Introduction

#### Developed & Written by

![](https://632054869-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiQ5WJUrQ6De8z8GO6PVJ%2Fuploads%2FvbH21FMOZDIa4zdYJF3i%2Ftext_1.png?alt=media\&token=402d481f-e903-4931-a2c6-68011e5890ff)

{% embed url="<http://d3lab.xyz>" %}

## Creating Healthier DAO Ecosystem

DAO (Decentralized Autonomous Organization) has emerged as an innovative way of building community organizations in Web3. Current centralized organization can only reflect opinions of top managements, however in the new DAO based governance, many of stakeholders can participate in the decision making process based on smart contract.

Already DAO voting platforms like *snapshot*, *Tally* are helping more people to build improved community. The key for building successful DAO is making a fair governance system, which makes many of community members make their voices and lead the group to the better direction.

Our Probabilistic Quadratic Voting(PQV) is going to enhance Web3 ecosystem by stabilizing voting environment and make decision making process fairer [\[1, 2\]](https://d3lab-dao.gitbook.io/pqv/references/papers).

## Introduction to PQV

Quadratic Voting(QV) is the most optimized voting system [\[3\]](https://d3lab-dao.gitbook.io/pqv/references/papers). However, it is exposed to the danger of Sybil attacks.

To the best of our knowledge, PQV is the first sybil-resistant quadratic voting system. By adding probabilistic factor to the existing quadratic voting system, PQV made the Sybil attack situation less profitable for attackers.

PQV contributes to the DAO ecosystem by **(1) providing healthier voting system** through **(2) releasing PQV contract, named** `Governor C`**, as an open source**.

### Governor C

Anyone who wants to build Web3 community in fairer way can use PQV easily by using `Governor C`. `Governor C` is a fully decentralized, Sybil-resistant quadratic voting contract based on PQV and [Chainlink VRF](https://docs.chain.link/docs/chainlink-vrf/).

{% hint style="info" %}
In the rest of the document, we describe our protocol in four part:

1. Background
2. Explanation on PQV
3. Usecases of PQV
4. Development guide on `Governor C`
   {% endhint %}

## PQV Guides

#### Introductory Video

{% embed url="<https://www.youtube.com/watch?v=VWdOQZDfxDE>" %}

#### Whitepaper

{% embed url="<https://github.com/D3LAB-DAO/PQV-docs/blob/main/D3LAB_PQV.pdf>" %}

#### PQV Tutorial Website&#x20;

{% content-ref url="solution-pqv/pqv-calculator" %}
[pqv-calculator](https://d3lab-dao.gitbook.io/pqv/solution-pqv/pqv-calculator)
{% endcontent-ref %}

#### Governor C: PQV Implementation

{% content-ref url="governor-c/governor-c" %}
[governor-c](https://d3lab-dao.gitbook.io/pqv/governor-c/governor-c)
{% endcontent-ref %}

{% embed url="<https://github.com/D3LAB-DAO/Governor-C>" %}

## News

#### Hackathon Awards

{% embed url="<https://devpost.com/software/governor-c-sybil-resistant-quadratic-voting-system>" %}

#### Chainlink Grant

{% embed url="<https://blog.chain.link/d3lab-chainlink-grant-probabilistic-quadratic-voting>" %}

{% embed url="<https://blog.chain.link/how-chainlink-powers-decentralized-governance>" %}


---

# 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://d3lab-dao.gitbook.io/pqv/introduction.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.
