# Change Threshold

At [Coinshift](https://coinshift.xyz/), the term **threshold** refers to the minimum number of signatures required from Safe Signers to authorise a transaction. The Safes, designed for multiple Signers, utilise multi-signature functionality for secure and transparent transactions.

When creating a Safe, it is essential to specify the Safe's Signers and establish its threshold. *The threshold is expressed as X out of Y Signers, meaning that X out of Y Signers must approve a transaction for execution.*

Safe Signers can adjust the threshold as needed.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FYvOUZ7H14DvNw5HDBr8x%2FChange%20Threshold%20GIF.gif?alt=media&#x26;token=09249c71-1a33-4744-98ed-b27bb6483ba4" alt=""><figcaption></figcaption></figure>

Follow these steps to modify the threshold value:

## **Step 1: Accessing the change threshold** option

Navigate to the **Accounts** section. Select the desired Safe and expand it. Now, click on the ellipses, and the **Change Threshold** option will become visible (highlighted in red in the accompanying screenshot).

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2F8EgJTpP7wrMFj5bzOZGd%2Fimage.png?alt=media&#x26;token=f3a0fdda-e338-47f5-bb2a-ddb391ad4086" alt=""><figcaption></figcaption></figure>

## **Step 2: M**odify the threshold and create proposal

To modify the threshold, open the drop-down menu and choose from the available options.

{% hint style="info" %} <mark style="color:blue;">Assigning multiple Signers to a Safe is highly recommended, as it substantially increases security and promotes transparency in treasury management through the decentralisation of control.</mark>
{% endhint %}

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FWpKtYV2lVBG1maRIFSwU%2Fimage.png?alt=media&#x26;token=ec8ebaff-4d28-417a-b35d-93ddd2b9737b" alt=""><figcaption></figcaption></figure>

Click the **Create Proposal** button to generate a proposal for other Safe Signers to review and either approve or reject.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FLhYK5sVbcsqa9c3cw6SV%2Fimage.png?alt=media&#x26;token=022359a6-8cfe-48e3-8514-f2e9502e7fd2" alt=""><figcaption></figcaption></figure>

## **Step 3:** Action on Proposal

Signers can take one of three actions on a proposal:

* **Proposal Rejection-** If any Safe Signer rejects the proposal, it will be discarded Off-Chain.
* **Proposal Approval and Execution-** If the number of votes in favor of the proposal meets Safe's required threshold, the transaction will be carried out, resulting in an adjusted threshold accordingly.
* **On-Chain Transaction Rejection-** Even after a proposal has been approved, it can still be turned down in the on-chain stage. This can happen if a Safe Signer initially approves the proposal, moving it into the on-chain queue, but other Safe Signers decide to use the [**On-Chain Rejection**](https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/on-chain-transaction-rejection) option to stop the transaction.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2Fx3ud0Im9EZ0k8MjiPROJ%2Fimage.png?alt=media&#x26;token=10b709e0-c3c7-4af0-bf18-7621bc369b8e" alt=""><figcaption></figcaption></figure>


---

# 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.coinshift.xyz/business/coinshift-walkthrough/account-management/change-threshold.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.
