> 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.md).

# Proposals

A **proposal** within the [Coinshift](https://coinshift.xyz/) application represents a well-structured suggestion or request for action pertaining to a Safe. Proposals helps crypto organisations better manage their multi-sig treasury transactions on top of [Safe](https://gnosis-safe.io/). Proposals reduce the administrative burden on signers, minimise errors, increase flexibility, and lower gas fees.

With Coinshift, any user within an organisation can create and edit a proposal. Only a Safe signer can accept a proposal with one simple click, moving it on-chain and into the Queue. Once the multi-sig approval threshold is reached, the transaction executes and appears in History.&#x20;

And because Coinshift is multi-safe and multi-chain, your Proposals, Queue, and History tabs will consolidate transactions from all Safes added to your organisation across all supported networks.

Coinshift Proposals help address a number of common pain points when managing your treasury, including the following:

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

Coinshift Proposals have been developed to address several common challenges faced when managing a treasury, including:

* Reducing the administrative burden on Signers
* Reducing the potential for errors&#x20;
* Enhance flexibility&#x20;
* Decreases gas fees

**Future Enhancements**

Coinshift plans to introduce several enhancements in the future. These upgrades will allow Signers to group multiple proposals into a single transaction, thereby saving time and gas fees.

Additionally, users will be able to schedule proposals, further automating recurring operations like monthly salary payments for crypto organisations.

To learn more about monitoring [Active and discarded proposals](/business/coinshift-walkthrough/transaction-management/proposals/active-and-discarded-proposals.md), please refer to our subsequent article.


---

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