> For the complete documentation index, see [llms.txt](https://guide-faraland.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-faraland.gitbook.io/guide/features/dao-voting-function.md).

# DAO Voting Function

![](https://blogfaraland.files.wordpress.com/2021/10/5b226-1cejuwdug1vadw0xnofhd0q.jpeg)

## What are DAOs? <a href="#id-5396" id="id-5396"></a>

The term DAO stands for “decentralized autonomous organization” and can be described as an open-source blockchain protocol governed by a set of rules, created by its elected members, that automatically execute certain actions without the need for intermediaries.

Both the program rules and subsequent actions are recorded on a transparent and secure blockchain ledger, which cannot be tampered with thanks to an immutable timestamp and the distribution of the information to the network participants.

## Faraland and DAOs <a href="#be0a" id="be0a"></a>

Faraland decides to use DAOs to ask for the community’s opinions on critical decisions to the project development, to vote for changes in Faraland such as market fees, up-grade of items, Gacha, Faraland Competitions,…

DAOs are fully democratized; therefore, changes will be adapted according to the vote. Users need to connect their wallets to the website to be able to vote.

LINK: [https://vote.faraland.io](https://vote.faraland.io/#/)

### 2.1. Voting Rights <a href="#id-7d0c" id="id-7d0c"></a>

Everyone has the right to vote. Voting point is measured as follows:

Voting Point = $FARA Holding Balance + $FARA Staking Balance + Hero Count \* 100

For example, one has 300 FARA, 5 heroes and 2000 FARA staked, so his voting point is calculated by the aforementioned formula:

300 + 2000 + 5 \* 100 = 2800 points

### 2.2. Proposing Rights <a href="#id-7379" id="id-7379"></a>

Only admin and those who have more than 100,000 points can propose questions.

### 2.3. Voting Policy <a href="#e150" id="e150"></a>

In each proposal, the option that has the most vote will be considered the final result.


---

# 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://guide-faraland.gitbook.io/guide/features/dao-voting-function.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.
