> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/proposals/active-and-discarded-proposals.md).

# Active And Discarded Proposals

Users can follow the steps outlined below to access the list of **Active** or **Discarded** proposals within the [Coinshift](https://coinshift.xyz/) app.

<figure><img src="/files/3bOj0UfppOR9ysLq3I3D" alt=""><figcaption></figcaption></figure>

## **Step 1:** Access Proposals (under Transactions)

Navigate to the **Transactions** section, where you will find the **Proposals** tab. The interface will resemble the provided screenshot.

The upper portion of the page displays a list of **Active Proposals**, while the lower portion houses the **Discarded Proposals**.

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

Please be aware that Coinshift incorporates **Multi-safe** and **Multi-chain** capabilities, enabling your dashboard to present a consolidated view of transactions from all Safes associated with your organisation across all supported networks under the **Proposals**, **Queue**, and **History** tabs.

## **Step 2:** Approve or reject proposals as a Signer

Within the **Active Proposal** section, Signers are granted the ability to select proposals for either **approval** or **rejection**.

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

Following approval, the proposal will advance to the **Queue**, where it will be prepared for execution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/proposals/active-and-discarded-proposals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
