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

# Send crypto

Sending cryptocurrency from Atom Wallets is straightforward. You can send to any wallet address by pasting it, scanning a QR code, or selecting from your album.

### Step 1: Tap "Send"

From your wallet dashboard, tap the **"Send"** button (the upward arrow icon).

![Dashboard](https://i.imgur.com/sJU5GeA.jpeg)

### Step 2: Select the Currency

Choose which cryptocurrency you want to send from your asset list.

![Select currency](https://i.imgur.com/0jnq7dU.jpeg)

### Step 3: Enter the Recipient Address

On the withdrawal screen, enter the recipient's wallet address:

* **Paste** - Tap the clipboard icon to paste a copied address
* **Scan QR Code** - Tap the QR icon next to the address field to scan with your camera
* **Choose from Album** - Select a QR code image from your phone

![Withdraw screen with QR scan button](https://i.imgur.com/7KR0P5k.jpeg)

### Step 4: Enter Amount and Choose Fee

Enter the amount using the number pad. Tap **"Max"** to send your entire balance.

Choose how to pay the network fee:

* **Pay with TRX** - Uses TRX tokens for the fee
* **Pay with USDT** - Deducts the fee from your USDT balance (flat $2 fee)

![Enter amount](https://i.imgur.com/RFtWsj7.jpeg)

### Step 5: Review and Tap "Withdraw"

Review the transaction summary then tap **"Withdraw"** to send.

![Review](https://i.imgur.com/Ape5R3Y.jpeg)

### Step 6: Wait for Confirmation

The app processes your transaction. You will see "Processing Transaction...", "Confirming on Blockchain...", then "Almost there..."

![Processing](https://i.imgur.com/SoIpiWH.jpeg)

### Step 7: Transaction Complete

Once confirmed, you see a detailed receipt with amount, date, recipient address, fee, and Transaction ID. Tap **"View detailed data"** to see it on TRONSCAN.

![Completed](https://i.imgur.com/bWGGOCD.jpeg)


---

# 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/send-crypto.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.
