# View Pending Proposals

#### **Purpose**

This section displays every transaction or governance action that has been proposed but has **not yet received enough approvals** to be executed. It functions as the actionable task list for signers, enabling timely decision-making.

<figure><img src="/files/8czFpAhMRzCMuV2o8iMJ" alt=""><figcaption></figcaption></figure>

***

#### **Information Shown**

For each pending proposal, users can view:

* **Proposal Type**\
  (e.g., Send Funds, Invoke Contract, Upgrade Contract, Change Governance)
* **Creator**\
  Identifies who submitted the proposal.
* **Transaction Details**\
  Includes important execution parameters such as recipient, amount, and purpose.
* **Required Approvals**\
  Shows approval threshold requirements and remaining approval weight needed.
* **Approve / Reject Buttons**\
  Allows eligible signers to take action immediately.

***

#### **User Role Impact**

* **Signers**\
  Can:
  * Approve proposals
  * Reject proposals
  * Review decision impact
* **Non-Signers**\
  Can:
  * View proposals
  * Monitor progress
  * Maintain operational awareness

They cannot approve or reject proposals.

#### **Status Meaning**

* **Pending**\
  Proposal created and awaiting approvals.
* **Partially Approved**\
  Some approvals submitted, but threshold not yet reached.
* **Ready**\
  Required approval threshold achieved and transaction is ready for execution.
* **Expired (if applicable)**\
  Proposal is no longer valid due to time or policy rules.

This helps signers quickly assess urgency and importance.


---

# 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.zetrix.com/en/developer-resources/multisig-dapp/dashboard/view-pending-proposals.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.
