> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/features/basic/send-funds.md).

# Send funds

Sending works the same way for every currency in Cake Wallet: pick a destination, set an amount, check the fee, confirm. Two minutes, start to finish.

{% hint style="info" %}
Make sure your wallet is synced before sending — an unsynced wallet may show the wrong balance or fail to build the transaction.
{% endhint %}

{% stepper %}
{% step %}

### Open the Send screen

Tap `Send` on the home screen.

![Empty Send screen](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_01_empty.png)
{% endstep %}

{% step %}

### Enter the destination

Four ways, in order of safety and convenience:

* **Scan** the recipient's QR code.
* **Pick from your contacts** — tap the contacts icon; the `Wallets` tab also lets you send between your own wallets.
* **Paste** a copied address.
* **Type an alias** — the address field resolves human-readable names (ENS, OpenAlias, and more; see [Address lookup services](https://docs.cakewallet.com/features/advanced/address-lookup-services)).

![Address book picker on the Send screen](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_02_addressbook.png)

{% hint style="warning" %}
Always compare the first and last few characters of the pasted address against the original. Clipboard-hijacking malware that swaps addresses is real — seconds of checking beats an unrecoverable mistake.
{% endhint %}
{% endstep %}

{% step %}

### Set the amount

Enter an amount in crypto or in your fiat currency — Cake Wallet converts as you type. Tap `Max` to send everything (the network fee is deducted from the total). Need to pay several people at once? The `+` button at the top right of the send screen lets you easily build one transaction with multiple different destinations.
{% endstep %}

{% step %}

### Check the fee

Tap the fee row to choose a priority. Faster confirmation costs more:

![Bitcoin fee priority sheet](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_12_fees.png)

* **Bitcoin-family**: priorities show a time estimate and sat/byte rate (Medium is the default), plus a `Custom` rate for full control.
* **Monero**: `Automatic` is the default and right for almost everyone; higher priorities pay more to confirm sooner.
* **Ethereum and tokens**: the fee is gas paid in the chain's native coin — to send USDT you need a little ETH.

![Monero fee priority sheet](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_xmr_03_fee-priority.png)
{% endstep %}

{% step %}

### Review and send

The confirmation sheet shows the destination, amount, fee, and network. Check the address one last time, then `Swipe to send`.

![Send confirmation sheet](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_13_confirm.png)

![Transaction sent success screen](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_14_success.png)

From the success screen you can save the recipient as a contact or add a private note — notes stay on your device, visible only to you.
{% endstep %}

{% step %}

### Track it

Your new transaction appears in `History` immediately. Tap it for details: confirmations, fee, transaction ID, and a block-explorer link. Bitcoin transactions also offer `Bump fee` if you chose too slow a priority and want to speed things up.

![Transaction details with Bump fee](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/send_btc_16_tx-details.png)
{% endstep %}
{% endstepper %}

## Troubleshooting

<details>

<summary>"Not enough inputs available"</summary>

Some of your outputs are likely deselected or frozen in [Coin Control](https://docs.cakewallet.com/features/advanced/coin-control). Open `Advanced Settings` → `Coin Control` on the Send screen and select more outputs, or unfreeze them.

</details>

<details>

<summary>My transaction is stuck as pending</summary>

On Bitcoin, open the transaction's details and use `Bump fee` to replace it with a higher-fee version. On other chains, pending transactions almost always confirm — they just need more time when the network is busy. See [Why are my funds not appearing?](https://docs.cakewallet.com/faq/funds-not-appearing) for more.

</details>

<details>

<summary>The available balance is lower than my total balance</summary>

Recently received funds need confirmations before they're spendable on chains like Monero, and frozen coins are excluded. See [Why is my Available Balance 0?](https://docs.cakewallet.com/faq/zero-balance).

</details>


---

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