> 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/proposal-management.md).

# Proposal Management

[Proposals](https://blog.coinshift.xyz/feature-spotlight-proposals) are an integral component of Coinshift's approach to simplifying treasury management.

Now let us understand how the proposal management process happens in [Coinshift](https://coinshift.xyz/):

<figure><img src="/files/5Vcq6qZSEGhgjEBuCh6x" alt=""><figcaption></figcaption></figure>

## 1. Create a Proposal

In Coinshift, any member of the organisation - including both Signers and Members - can initiate a proposal. This usually occurs when the organisation desires to modify the core parameters of a Safe such as adding or removing a Signer or initiating a Mass or Stream Payout.

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

## 2. View the Proposal

When a proposal is initiated, it is not directly sent to other Safe Signers for approval. Instead, Safe Signers are notified of the new proposal and can review the details at their convenience from the dashboard under the **Transaction** section-> **Proposals** tab.

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

## 3. Action on Proposals

After receiving a proposal notification, Safe Signers can either **approve** or **discard** the proposal.

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

If a proposal is approved, Coinshift moves the proposal on-chain and places it into the transaction **queue** for execution. These transactions must be executed in the order they are queued.

If a proposal is rejected, it is moved to the **Discarded Proposals** section on the dashboard. This action occurs off-chain and does not require a gas fee.

## 4. Threshold

Each Safe requires a predefined threshold by the organisation. This threshold represents the minimum number of Signers required to execute a transaction. Once this threshold is met, the transaction is automatically submitted to the network.&#x20;

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

Note that, the threshold must be met for both approval and rejection of a transaction.

&#x20;

&#x20;


---

# 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/proposal-management.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.
