# Account Merge

{% hint style="info" %}
This article is currently under construction
{% endhint %}

### **Background**

The Account Merge xApp is used to delete an XRP Ledger account and send the remaining XRP balance to another XRPL account managed by Xumm.

### **Criteria**

In order to use the Account Merge xApp the following criteria needs to be met:

1\) Both accounts must be managed by Xumm.

* This means that you must have [**imported**](/app/getting-started-with-xaman/importing-your-account.md) both of your accounts (the one being deleted and the one that will receive the deleted account’s XRP) into Xumm using the account secrets. (Secret numbers / Family seed / Mnemonic)

2\) Xumm must have full access to both accounts.

* You can not use the Account Merge xApp if either account has been imported with read only access.

3\) Both account must be activated.

* This means that both accounts must have met the XRPL base reserve requirement of 10 XRP.

4\) All Trust Lines, escrows, payment channels and other objects on the account to be deleted must be removed **before** running the Account Merge xApp.

### **How to find it**

Simply touch this link:

[**Account Merge**](https://xumm.app/detect/xapp:xumm.accountmerge)

or you can find it by pressing the <img src="/files/GR1m52cdAEJmpBqDLwLw" alt="" data-size="line"> button at the bottom of the main screen in Xumm then select ![](/files/gwm6uBjT4URarf3FKmN5)<br>

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

### **Using the Account Merge xApp**

After launching Account Merge, you are presented with this screen:

<figure><img src="/files/MhhOnEya6Svrmx4dfwnJ" 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://help.xaman.app/app/all-about-xapps/xumm-xapps/account-merge.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.
