# Swap Signers

By utilising the **Swap Signer** feature, Safe Signer can transfer ownership to a new party. This is crucial when an existing Signer exits an organisation and a successor is needed.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FUzwmF60ROZv8oaF6CV6W%2FSwap%20Signer%20GIF.gif?alt=media&#x26;token=7d9df366-5927-452e-a294-5667d0012d90" alt=""><figcaption></figcaption></figure>

Follow the steps below to swap Safe Signer:

## **Step 1.** **Accessing the Swap Signer option**

Navigate to the **Accounts** section. Select the desired Safe, and access the Safe Signers section to view the list of Signers.

Select the **Swap** icon (indicated in red in the below screenshot) adjacent to the Signer address to be changed.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2Fy0AIbk2tmmBsEzGMjpX6%2Fimage.png?alt=media&#x26;token=8de695c4-3d34-46cf-93ae-f090e142e8f4" alt=""><figcaption></figcaption></figure>

## **Step 2:** **Entering new Signer information and create proposal**

A window will appear. Input the new Signer's address, carefully review the details, 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%2FABPn1avyl24OwWcHD3ho%2Fimage.png?alt=media&#x26;token=38c802e4-8bca-47d0-8b97-8bd40dfff4e1" alt=""><figcaption></figcaption></figure>

The remaining Signers can evaluate and either approve or reject the proposal.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FdgnlsTAzmBvYrRa49rRI%2Fimage.png?alt=media&#x26;token=a06da61c-1936-4881-8a68-563620c5f4dc" 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 the previous Signer being replaced by the new one.
* **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%2FTjKrACw9gbSSn7BT7Ans%2Fimage.png?alt=media&#x26;token=13667109-569c-4dc8-8d8a-fa86069ccd0f" alt=""><figcaption></figcaption></figure>

Please ensure that the newly added 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 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/swap-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.
