# Sending Cryptocurrency

Keystone uses a mobile app to complete operations which require network connection including balance updates, transaction fee calculation, transaction broadcasting, and viewing transaction details on a blockchain explorer. The Keystone hardware wallet signs transactions offline and transmits signing information to the mobile app.

## **I. Preperation**

1\. Keystone Hardware Wallet ([Getting started in 5 steps](https://support.keyst.one/getting-started/setting-up-keystone-in-5-steps)).

2\. Keystone Mobile App ([Download and install](https://keyst.one/companion-app)).

3\. [Sync with the mobile app](https://support.keyst.one/getting-started/syncing-with-the-keystone-vault-mobile-app).

## **II. Instructions（e.g. Send ETH）**

### 1. Creating Transactions with the Keystone Mobile App

a. Choose an Asset and tap \[Send].

<figure><img src="/files/-MXkbCIN4I6s3JR8oYip" alt="Keystone-FundsSending-1"><figcaption></figcaption></figure>

b. Choose a sending address.

<figure><img src="/files/-MXfCiaUdFHyx_9gUG3U" alt="Keystone-FundsSending-2"><figcaption></figcaption></figure>

c. Enter a receiving address and sending amount. (Please enter a tag if required.)

<figure><img src="/files/2MQftn8H350EoMp8U3Gi" alt="Keystone-FundsSending-3"><figcaption></figcaption></figure>

d. Adjust the transaction fee. (Fees are charged by miners. If it’s an urgent transaction, it is suggested you set a higher fee.)

<figure><img src="/files/-MXfCytnh8w2W_AD_eIW" alt="Keystone-FundsSending-4"><figcaption></figcaption></figure>

e. Tap \[Send] and \[Confirm] after confirming the transaction details. Transaction information will be displayed in QR code format. (Do not exit this page.)

<figure><img src="/files/-MaXqI3oGWOMie8s_nLF" alt="Keystone-FundsSending-5"><figcaption></figcaption></figure>

### 2. Signing Transactions with the Keystone Hardware Wallet

a. Tap \[Scan] on the top right of the main page. Scan the QR code displayed on the mobile app.

<figure><img src="/files/-MaXtegTuTlwcQwbqUwW" alt="Keystone-FundsSending-6"><figcaption></figcaption></figure>

b. Keystone will obtain the transaction information once it is finished scanning the QR code.

c. Confirm the transaction information and tap \[Sign].

<figure><img src="/files/cFzQ0JDl92m0cwSQQvZR" alt="Keystone-FundsSending-7"><figcaption></figcaption></figure>

d. Verify with your password or fingerprint. The signing information will be displayed in QR code format.

<figure><img src="/files/-MXfUkXaW5ASZJVFcemW" alt="Keystone-FundsSending-8"><figcaption></figcaption></figure>

### 3. Broadcasting Transactions with the Keystone Mobile App

a. Tap \[Scan QR code on Keystone] on the mobile app. Scan the QR code displayed on the Keystone.

<figure><img src="/files/-MahBsEeJU6Xh61PkVbZ" alt="Keystone-FundsSending-9"><figcaption></figcaption></figure>

b. Tap \[Broadcast] after scanning.

<figure><img src="/files/YiFL6Cw5c6Xa1mPpBiXg" alt="Keystone-FundsSending-10"><figcaption></figcaption></figure>

c. If the receiving address hasn’t been saved in your address book, the mobile app will jump to the address book after you broadcast your transaction. You can decide whether you want to save the receiving address to the address book.

<figure><img src="/files/-MXf_NPCrpA9XtwripUA" alt="Keystone-FundsSending-11"><figcaption></figcaption></figure>

d. Go to the cryptocurrency page to check the status of the broadcasted transaction.

<figure><img src="/files/-MXf_UTIcbzwSX77v9oM" alt="Keystone-FundsSending-12"><figcaption></figcaption></figure>

### 4. ETH RBF (Replace-By-Fee)

In ETH every pending transaction is not final and could be replaced with higher fee. Keystone APP supports RBF for ETH and ERC20.

&#x20;Tap \[Cryptocurrency] > \[Accelerate] and adjust the gas price, and then tap  \[Accelerate].

<figure><img src="/files/-MdoHfDyjX_Qt4EN-hZg" alt="Keystone-FundsSending-13"><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://support.keyst.one/getting-started/sending-cryptocurrency.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.
