# Simulation

The quality of voting result should be maintained while making QV Sybil resistant. Therefore, the result of PQV and QV should be similar.

## Simulation

D3LAB conducted a simulation experiment to prove similarities between QV and PQV. In the simulation we compared the voting results of three voting methods *(one-person-one-vote, one-dollar-one-vote, QV)* and PQV.

In order to reflect the real political situation well, the votes were randomly distributed according to Pareto distribution. Applying Pareto distribution can represent the real-world gap between rich and poor.

The result of simulation showed that QV and PQV have high similarities. For the more detailed information about simulation, please visit the github below.

## Implementation

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


---

# 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/solution-pqv/simulation.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.
