> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/general/ecosystem/wallets/hardware-wallets/safepal/send-transaction.md).

# Send transaction

## How to send ONE in SafePal？

1. Click on the 'Send' segment in SafePal App menu bar and select ONE.

![](/files/-M1lvynGCwGZfVTJ9x2x)

1. Input the destination address by pasting the address or scanning the QR code. Enter all transaction details - amount, fee and don't forget to select the shard number.

![](/files/-M1lvynIOiimgyvhrk8-)

1. Then clink “Send”to check the transaction details.

![](/files/-M1lvynKWZC0Fb3ddvqD)

Tips: If you don't know the exact shard number, don't worry, you can simply use Shard 0 as the default shard.

1. Sign the order with your SafePal S1 hardware wallet.

![](/files/-M1lvynMkfbrObuDS6bn)

1. Confirm the payment.The transfer is broadcasted on chain. Don't forget to check transfer status later.

![](/files/-M1lvynOqNCTKYNu5E8x)

{% embed url="<https://www.dropbox.com/s/uo80rhxy0pnu9sa/SafePal%20Teaser.mp4?dl=0>" %}

## How to receive ONE in SafePal?

To receive ONE tokens you need to provide the sender your ONE address which can be found using the SafePal app or wallet.

Using the SafePal App:

1. Select ONE which gives you the option of receive and send, click on receive&#x20;
2. You can either copy your ONE address for the wallet, save the QR code, or have the other party scan the QR code from your phone&#x20;

Using the SafePal Wallet:

1. Turn on the wallet&#x20;
2. Scroll to "Asset Management" in the main menu
3. Select "Harmony" out of all the options&#x20;
4. Click on receive, and then enter your PIN code
5. Your QR code, as well as the ONE address for the wallet will show for the other party to use


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.harmony.one/home/general/ecosystem/wallets/hardware-wallets/safepal/send-transaction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
