# Signing a Multisig Proposal

For multisig proposals, each signer has the option of signing a proposal either as “approved” or “rejected”. If enough “approve” signatures are added to the proposal to reach the signer threshold, then the proposal passes.

<div data-with-frame="true"><figure><img src="/files/jEaSllpLzJC102md1Jyy" alt=""><figcaption></figcaption></figure></div>

When you create a proposal, your signature will automatically be recorded as “approved”. Unless the threshold to reach is 1, other signers will need to add their signatures to the proposal in order for it to pass.

In most cases, rejecting a proposal should not be necessary, but can be an option when a mistake was made. An alternative to rejecting a proposal is to replace it with a new proposal using the same nonce, effectively overriding the original proposal.

<div data-with-frame="true"><figure><img src="/files/ZYii3Seqr3wxbWS0uyrt" alt="" width="536"><figcaption></figcaption></figure></div>

<br>


---

# 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://docs.decentdao.org/app/user-guide/signing-a-multisig-proposal.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.
