# Consensus (Equal / Controlled)

{% hint style="info" %}
This feature is available to [**EQUAL** ](/swarms.finance-app/equal-dao-type/equal-features.md)and [**CONTROLLED** ](/swarms.finance-app/controlled-dao-type/controlled-features.md)type DAOs.\
Depending on which type of DAO you are creating, this page may appear differently.
{% endhint %}

{% hint style="info" %}
For [WEIGHTED ](/swarms.finance-app/guide/create-a-swarm/consensus-weighted.md)Daos click [HERE](/swarms.finance-app/guide/create-a-swarm/consensus-weighted.md) to learn about [Consensus (Weighted)](/swarms.finance-app/guide/create-a-swarm/consensus-weighted.md)

For [CUSTOM ](/swarms.finance-app/guide/create-a-swarm/consensus-custom.md)Daos click [HERE](/swarms.finance-app/guide/create-a-swarm/consensus-custom.md) to learn about [Consensus (Custom)](/swarms.finance-app/guide/create-a-swarm/consensus-custom.md)
{% endhint %}

## About Consensus

**Consensus** is the point at which a proposal passes and executes on the blockchain, also known as a *Quorum*.

With a Swarm, members create proposals to command the Swarm, and then other members vote over the proposal- When consensus is achieved, the proposal passes.

Adjusting consensus is equivalent to adjusting how much people have to agree with each other before the Swarm will do something.

This consensus threshold may only be changed in the future by creating a proposal at your DAO, and voting over a new consensus threshold.

## Setting your Swarms Consensus (EQUAL / CONTROLLED)

8\) *Choose how many members must vote in favor of a proposal in order for it to pass.*

<figure><img src="/files/WSaeIivEl33917g69H7F" alt=""><figcaption><p>Choose how many people must vote to pass a proposal</p></figcaption></figure>


---

# 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://swarms-finance.gitbook.io/swarms.finance-app/guide/create-a-swarm/consensus-equal-controlled.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.
