# Send Digital Assets to an External Wallet

You can send supported digital assets (USDC or USDT) to a wallet address outside Anzo.

#### How it works

1. Open **Send** in the app.
2. Tap **Add new** to add a new recipient.
3. On the **Add new recipient** screen, under **How to send**, choose **Digital assets (USDC, USDT)**.
4. Select the **asset** you want to send (**USDC or USDT**).
5. Select the **network** the recipient is using.
6. Enter the recipient’s **wallet address** and, optionally, a **name or nickname** so you can recognize them later.
7. Enter the amount you want to send.
8. Review all details on the review screen.
9. Confirm the send.

Once confirmed, the transaction is sent to the recipient’s wallet.

#### What you need from the recipient

Before sending, make sure you have:

* the **correct wallet address**
* the **correct asset** (USDC or USDT)
* the **correct network**

All three must match exactly.

#### Important to know

* Transfers sent this way **cannot be reversed**.
* Using the wrong address or network can result in permanent loss.
* Anzo shows all details clearly before you confirm so you can double-check everything.
* Network fees may apply, depending on the network used.

#### After you send

* The amount is deducted from your **Total Spending Power (TSP)**.
* The transaction is processed on the selected network.
* You’ll see the status in the app once the send is completed.


---

# 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.anzo.app/product-guide/money-movement/sending-money/send-digital-assets-to-an-external-wallet.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.
