# Understanding Signators

### What is a Signator?

A Signatoris an administrator or authorized member of a DAO. They are granted special privileges to sign and execute proposals that enact changes within the DAO. Signators play a crucial role in the decision-making process and act as the final gatekeepers for implementing approved proposals on the blockchain.

An example of an executed proposal can be [found here](https://goerli.etherscan.io/tx/0x5a3b37a4c44a2ec88da2d485b23271722a1b8dde374a56faed8f58e1896aa617). &#x20;

<figure><img src="/files/9A5S8db6Ft7A7ni1fa61" alt=""><figcaption><p>Example of a proposal that needs to be signed and executed by a Signator.</p></figcaption></figure>

### Why is a Signator needed?

Signators are crucial for the secure and reliable operation of a DAO. They are administrators who play a vital role in executing approved proposals that have passed the voting stage. Acting as gatekeepers, Signators bridge the gap between off-chain voting and on-chain execution, ensuring that proposals are implemented correctly on the blockchain. Additionally, Signators bear the responsibility of paying the gas fees required for executing proposals, adding a layer of accountability.

### How do I change the "Minimum Signators" setting?

The "Minimum Signators" setting on allows the DAO to determine the minimum number of Signators required to sign a proposal before it can be executed. This setting helps maintain the desired level of consensus and governance within the organization.&#x20;

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

To change the "Minimum Signators" setting, follow these steps:

1. Access DAO Settings: Log in to Upstream and navigate to your DAO and click to expand "DAO Settings."
2. Locate "Minimum Signators": Within the DAO settings, locate the "Minimum Signators" option.
3. Click "Change": Clicking "Change" will open the "Craete a New Proposal Modal." Enter the new minimum amount of Signators that you would like to designate.
4. Add Proposal Details: Enter the title and description of the new proposal. Click Create to publish the proposal.

Once the proposal passes and is executed, proposals will now require the new minimum number of signators to sign a proposal before it can be executed.


---

# 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://guide.upstreamapp.com/signators/understanding-signators.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.
