# Swap Instructions

{% hint style="info" %}
**The Swap to Merge phase has ended -** [**Swap Stats**](https://hub.projectmerge.org/swap-success)**.**
{% endhint %}

Watch this 11-minute [video](https://www.youtube.com/watch?v=7tm4PElt5LM) to learn how to use Merge Swap App. Alternatively, follow the next instructions for a step to step guide:

1\. Ensure that the coin you want to swap for MERGE is part of the swap.

2\. [Install](/guides/wallet.md#install-the-wallet) Merge's wallet.

3\. Allow wallet to fully sync before sending any coins.

4\. Now it is a good time to [back up your wallet](/guides/wallet.md#back-up-the-wallet).

5\. In Merge's wallet, go to *File --> Receiving addresses…* and create a new MERGE address. We recommend labelling the address with the name of coin you are swapping to MERGE.&#x20;

6\. Enter Merge Swap App at [http://swap.projectmerge.org](http://swap.projectmerge.org/).

7\. Login by copying and pasting your MERGE address in the space provided:

![](/files/-LWQVnbuMJREEP1NOBfZ)

8\.&#x20;You are directed into the site logged in with your MERGE address. In there, you can choose the coin that you want to swap:

<div align="left"><img src="/files/-LVxlt8V9Pz6EYrmqMb1" alt=""></div>

9\. Once you choose one, a new page will open showing the swap ratio and a calculator of how many MERGE you would receive given an amount of that particular coin. Most importantly, **two new addresses for the coin will be generated.** These addresses are created randomly and no one, not even us, have access to them. See example:

![](/files/-LWfAf6_rpa1hPB6jXvx)

{% hint style="info" %}
We recommend to do one test before sending large amount of coins.
{% endhint %}

10\. Copy the first address, then go to your coin’s wallet. In there:

* Open the "Send" tab.&#x20;
* Paste the copied address in the "Pay To" box.
* Optionally, add a "Label". For example: swap1-merge.
* Add part of the "Amount" you want to swap for MERGE.

{% hint style="danger" %}
**DO NOT SEND YET**
{% endhint %}

<div align="left"><img src="/files/-LW0_Cdp_UQBMX-jt1Ib" alt=""></div>

11\. Now copy the second address and go back into the said coin’s wallet. Still in the send area:

* Located near the bottom, click on "Add Recipient". A new "Pay To" box will appear below the first one.
* Paste in the second address you copied in the "Pay To" box.
* Optionally, add a “Label”. For example: swap2-merge.
* Add the remaining of the "Amount" you want to swap to MERGE.

{% hint style="warning" %}
For this to work you **MUST** send both transactions at the **SAME** time.
{% endhint %}

**Thus, hit “Send” now:**

<div align="left"><img src="/files/-LW0_VVr01qTauMebybv" alt=""></div>

12\. Merge Swap App will find the two transactions that have just been created once they get 50 or more confirmations, then sum both amounts and send back the equivalent of that sum in MERGE to your MERGE address, following the assigned ratio for the coin being swapped. By doing it this way, Merge Swap App ensures that the coins you are sending are being [burnt](/archive/swap-to-merge/swap-details.md#what-happens-to-the-coins-i-send-to-merge-for-the-swap) (destroyed) right away.&#x20;

13\. Now you wait, in a short time the Merge coins will appear in your Merge wallet. You can either monitor that you have received your MERGE from either your Merge wallet or Merge Swap App at <https://swap.projectmerge.org/#/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://kb.projectmerge.org/archive/swap-to-merge/swap-instructions.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.
