# Transferring TAO

{% stepper %}
{% step %}

### Open the App or Tap the Wallet Icon

The wallet icon is located on the left side of the bottom navigation bar.&#x20;

**Note**: Your wallet must contain TAO in it to be able to perform a transfer to another wallet. If you need to fund your wallet first, please refer to this guide: [Buying TAO](/documentation/funding-your-wallet/buying-tao.md)
{% endstep %}

{% step %}

### Tap "Transfer"

**A.** Tap "Transfer in" to copy your wallet address to use for making a transfer to it or to send to someone else to make a transfer to you.

**B.** Tap "Transfer out" to transfer from your wallet to another Bittensor wallet address.
{% endstep %}

{% step %}

### Select or Enter the Transfer to Wallet

For a Transfer out transaction, in the "Transfer TAO" screen, select one of your own wallets to transfer to under the "Between my wallets" header OR tap "Enter or scan and address".

If you tapped "Enter or scan an address", then enter the wallet address, tap "Paste" to paste it in if you had it copied to your clipboard, or scan someone's wallet QR code.
{% endstep %}

{% step %}

### Enter Wallet Address or Scan QR Code

{% endstep %}

{% step %}

### Enter the Amount to Transfer

Enter the $ amount OR enter the TAO amount you'd like to transfer to another wallet. The TAO or $ amount, will populate in the field, respectively.

Additionally, you may select "Send maximum amount" at the bottom of the screen to send the most allowable amount from your balance after transaction fees to the selected wallet.
{% endstep %}
{% endstepper %}


---

# 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://support.tao.com/documentation/funding-your-wallet/transferring-tao.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.
