# How to disable the Master key

### Why disable the Master key?

There are two main reasons why you would want to disable the Master key for an XRPL account:

* Your account has been compromised
* You want to configure your account so that you can only sign and submit transactions using a regular keyed account.

### Before you get started

You should confirm that you have the correct account secret for your account.

[**How to test your Account Secret**](/app/getting-started-with-xaman/how-to-test-your-account-secret.md)

Once you have done this, you should be aware of the following before you proceed:

1\) To disable the master key pair, **you must use the master key pair.**

2\) Your account must have at least one method of authorizing transactions other than the master key pair. e.g. - assign a regular key

3\) Once the Master key has been disabled, you will not be able to use it to re-enable your Master key. It can only be re-enabled using the assigned regular key account.

### Make sure you configure a Regular key account

The XRP Ledger will not let you disable the Master key unless there is an alternate way to sign and submit transactions. This article explains how to do this by adding a regular key to your account.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">How to rekey your account</td><td></td><td></td><td><a href="/pages/qev9fzEs3No7VAFmMyUP">/pages/qev9fzEs3No7VAFmMyUP</a></td><td><a href="/files/6x2wiEzeTHxMJLvG3F6Z">/files/6x2wiEzeTHxMJLvG3F6Z</a></td></tr></tbody></table>

### Disabling your Master key

{% hint style="danger" %}
You will not be able to access your XRP Ledger account using your Master key after performing this procedure. Ony your regular key account will be able to sign and submit transactions to the XRPL.
{% endhint %}

1\) Go to [XRPL.services](https://xrpl.services/)

2\) Press the ![](/files/PTtca42ao5M901vZR34F) button then press **Open in Xumm App** and sign in with the account the you would like to disable your Master key for.

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

5\) On the XRP Ledger Services page, select **Account Set.**

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

6\) Choose **Disable Master Key**, then press the **Send Account Settings to Xumm** button.

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

7\) Sign the transaction in Xaman (formerly Xumm) and you're all done!

8\) Your Master Key should now be disabled and you should now be able to send and submit transactions to the XRP Ledger exclusively using your Regular key account.


---

# 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://help.xaman.app/app/getting-started-with-xaman/how-to-disable-the-master-key.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.
