# Sending & Receiving

{% hint style="info" %}
You can receive transactions to addresses starting with both **one1** and **0x**. However, Metamask does not allow you to send transactions to addresses starting with **one1.** You will need its' equivalent **0x** address as the destination address. For that, follow the procedures below.
{% endhint %}

### Retrieving the 0x Equivalent Address

* For mainnet, go to <https://explorer.harmony.one/#/> (Mainnet). For testnet, go to [https://explorer.testnet.harmony.one/#/](https://explorer.pops.one/#/).
* Search for your one1 address at the top.
* At top of the screen, toggle the address format from ONE to ETH.

<figure><img src="/files/miUWewoWO30La5oUyah0" alt=""><figcaption><p>Address Format</p></figcaption></figure>

* Copy the **0x** address format by clicking on the small icon right to the address

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

**You now have the 0x address which corresponds to your one1 address.**

### Sending a Regular Transaction

To send a transaction on MetaMask, click on **Send** button and on next window paste the destination address starting with **0x**, fill the amount you want to send, click on **Next,** and then click on **continue**.

<figure><img src="/files/AW0gIXknoz4FpxuJvjAw" alt="" width="375"><figcaption></figcaption></figure>

### Receiving a Regular Transaction

In order to receive a transaction, simply share the **0x** address format with the sender.


---

# 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.harmony.one/home/general/ecosystem/wallets/browser-extensions-wallets/metamask-wallet/sending-and-receiving.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.
