# Poll box

PollBox is a governance client that allows anyone to participate in decision-making without gas fees.

Since decisions for project operation direction or budget execution are made through proposals and votes on-chain, the process is recorded on the blockchain. However, due to the burden of governance tool development costs and gas fee costs, the participation rate in proposals and votes is low, and most decision-making is ultimately carried out only by the development team and core members.

The Pollchain team believes that it is important to continue the philosophy of decentralization and decentralization of blockchain through voting and governance participation. PollBox allows anyone to easily form a DAO and make proposals and votes without paying fees.

PollBox supports DAOs based on Ethereum (ETH) and Ethereum EVM compatible chains such as Binance Smart Chain (BSC), Polygon (MATIC), and Klaytn (KLAY), and supports DAOs based on NFT tokens, allowing most blockchain services and token projects to form their own DAOs.

<figure><img src="/files/0GTZUiThwVnasFJxbh4O" alt=""><figcaption></figcaption></figure>

### **Source Code**

All source code is stored on github. Anyone can verify and reproduce it.

<figure><img src="/files/Mmnw3SSvW19FHxwJvuyu" alt=""><figcaption></figcaption></figure>

{% embed url="<https://github.com/POLLCHAIN/pollbox>" %}
<https://github.com/POLLCHAIN/pollbox>
{% endembed %}


---

# 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://pollchain.gitbook.io/pollchain-docs/product-and-code/interactive-blocks.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.
