# Add Signers

The Add Signer feature provides the functionality to incorporate new Signers into your Safe. There are two distinct approaches to adding Signers to a Safe:

1. &#x20;**Define Signers**
2. &#x20;**Add Signer**

The **Define Signer** approach allows the addition of all Safe Signers during the initial setup of the Safe. The main account holder is responsible for inviting other Signers to participate in the Safe. Further information on specifying Safe Signer during the creation process can be found in these resources: [here](https://docs.coinshift.xyz/business/getting-started/setting-up-a-new-organisation/add-accounts-safes-wallets-etc./create-a-new-safe) and [here](https://docs.coinshift.xyz/business/getting-started/joining-an-existing-organisation).

The **Add Signer** approach facilitates the addition of a Signer to a pre-existing Safe.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2F4XeUs3BjpJzQi3PSnhXQ%2FAdd%20Signer%20GIF.gif?alt=media&#x26;token=31d4ef4c-5f9e-4fc5-b98b-ea6db3192234" alt=""><figcaption></figcaption></figure>

The below steps will guide you through adding a Signer to an existing Safe:

## **Step 1:** **Accessing the Add Signer option**

Navigate to the **Accounts** section. Choose the desired Safe, expand it, and locate the **Add Signer** button (denoted by red in the screenshot below).

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FhOWoZvVQWfWYZGT4LnnE%2Fimage.png?alt=media&#x26;token=1024e181-c279-46a3-ae85-1998f4f02873" alt=""><figcaption></figcaption></figure>

## **Step 2: Enter Signer information and create a proposal**

Enter the following information:

* The user's ENS or wallet address
* Change in threshold (if applicable)

Confirm the accuracy of the provided information and click **Create Proposal** to finalise the process.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FleVRrci1RDWexnvMJJs5%2Fimage.png?alt=media&#x26;token=1a4d06a1-e88c-48de-b0e0-49b2b52397e9" alt=""><figcaption></figcaption></figure>

As you are introducing a new Signer to an existing Safe, Coinshift mandates the approval of other Safe Signers, in accordance with the Safe's threshold.

Selecting **Create Proposal** submits the proposal to other Signers, who can then choose to approve or reject it.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2F9MagoFH1Eke4n7un2Qp9%2Fimage.png?alt=media&#x26;token=516a5c4b-58b3-43d2-b44f-309dc47e5e80" 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, and the new Signer(s) will be added to Safe.
* **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%2Fq079zuZPvuTaZtF3WeDh%2Fimage.png?alt=media&#x26;token=352211b4-5229-476f-a371-9a450a2b4c45" alt=""><figcaption></figcaption></figure>

Please ensure new Signers follow the steps mentioned in the [Sign Up](https://docs.coinshift.xyz/business/getting-started/setting-up-a-new-organisation/sign-up), and [Joining an Existing Organisation](https://docs.coinshift.xyz/business/getting-started/joining-an-existing-organisation) articles sequentially. Upon accepting the invitation to join an organisation, they can fully access the Safe and conduct transactions.


---

# 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/add-signers.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.
