# Send funds

Always make sure that your wallet is fully synchronized before sending Monero.

## You can send from the "Send" screen

To get to the send screen, tap `Send` on the balance screen. Then, you should paste a destination address (using the paste button, scanning QR code, or using Address book). After that, enter an amount in the active cryptocurrency or the active fiat currency. You can send all wallet funds using the `ALL` button. Below, you can change the fee priority. You can also make an internal note for any transaction. This note will be visible only in the Cake Wallet app. You can always change a note on the transaction details screen. After filling in all forms and pressing the `Send` button, an outgoing transaction will be created. You can confirm that your transaction was sent in your wallet's transaction history.

Note that the network fee is added to the transaction separately. So if your balance is 1 XMR, you are sending 0.5 XMR to someone, and the network fee is 0.01 XMR, then you will spend a total of 0.51 XMR for the transaction. If you send your entire balance by clicking the `ALL` button in the upper right, then the network fee will be deducted from the full balance. In the "Confirm sending" window, the total amount deducted from the wallet balance is the sum of the "Amount" and the "Fee" values.

![Click send on home screen](/files/8syd9SmacmPr6m21cQEn) ![Fill in address and amount](/files/8kSdYijsfADMHVd7gKS9) ![Confirm sending](/files/AGbM0hIjbYyZHvrHs9Xd)


---

# 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.cakewallet.com/features/basic/send-funds.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.
