# View Completed Proposals

#### **Purpose**

This section functions as the **historical audit ledger** for the multisig account. It provides traceability and accountability for every executed or rejected action.

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

***

#### **Shows**

* **Successfully Executed Transactions**\
  Confirmed and completed actions on-chain.
* **Failed Transactions**\
  Attempts that did not execute successfully.
* **Rejected Proposals**\
  Actions that were denied approval and were never executed.

***

#### **Value**

This section delivers:

* **Transparency**\
  Everyone can see what has been done and by whom.
* **Compliance**\
  Supports audit, governance verification, and accountability standards.
* **Accountability Evidence**\
  Provides a permanent reference to validate responsible decision-making and prevent disputes.


---

# 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-completed-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.
