> For the complete documentation index, see [llms.txt](https://docs.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwallet.net/app-fruits-wallet/transaction/send/send-eth.md).

# Send ETH

**Step 1**

To send Ethereum, you will need to provide the following information:&#x20;

* Address of the recipient (you can also add the recipient's address via QR code)
* Amount you wish to send (input amount will be auto converted to the amount of currency set on the system)                                                                                                                                              \
  ![](/files/8lr0BxFHLy9Pcgci0Zd8)![](/files/b8mmNRY4hLHMpcGrVa4j)

**Step 2**

* The “Next” button will be enabled once the system checks the validity of the inputted value (must have a valid receiving address and a sufficient asset balance to send money).
* Press the “Next” button --> Redirect to the “Transfer” screen.                                                                                  ![](/files/irQlUktgAVOAZmC9gLTO)

**Step 3**

* Press “Estimate fee” or icon ![](/files/A9d9vghDMaG29MJ9Ra3u) -> Redirect to the Advanced pop-up

**Step 4**

* Select your transaction fee level: Low, Medium, or High (the higher the fee, the faster the transaction processing time).                                                                                                                                                                                      ![](/files/Qu6l70IWiViMSgzxkcC9)

**Step 5**

* Press the “Save” button to save the selected fee

**Step 6**

* Press the “Send” button on the “Transfer” screen --> A deposit transaction is successfully created.


---

# 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.fwallet.net/app-fruits-wallet/transaction/send/send-eth.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.
