> For the complete documentation index, see [llms.txt](https://docs.talisman.xyz/talisman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talisman.xyz/talisman/bittensor-features/get-tao-on-talisman/send-and-receive-dtao.md).

# Send and Receive dTAO

dTAO alpha positions are now fully transferable tokens, meaning you can send them directly to another Bittensor address without needing to unstake, send, and restake.&#x20;

#### Send dTAO

To send dTAO alpha tokens, follow the steps below:

1. From the Talisman popup, click on send.

<div align="left"><figure><img src="/files/Y76fArFeFSUxQbLpINIk" alt="" width="375"><figcaption></figcaption></figure></div>

Or you can select click the “send” button from the account view.&#x20;

{% columns %}
{% column %}
![](/files/Xyjsh79NaGhKZszR9aLI)
{% endcolumn %}

{% column %}
![](/files/x0qFUbsPDgvtVF30o0jZ)
{% endcolumn %}
{% endcolumns %}

2. Choose the alpha token that you’d like to send, we’re using SN45 in this example.

<div align="left"><figure><img src="/files/qvpVcFIDhRKypxoQPsm2" alt="" width="375"><figcaption></figcaption></figure></div>

3. Choose which account you’d like to send the funds from.

<div align="left"><figure><img src="/files/DHZ7i3IjGjtYgFF7gzVm" alt="" width="375"><figcaption></figcaption></figure></div>

4. Input the address you’d like to send your funds to. You can paste the address directly or select an address that you’ve saved in your Talisman Wallet [address book](https://docs.talisman.xyz/talisman/wallet-features/using-the-address-book).&#x20;

<div align="left"><figure><img src="/files/ewJR6EvNXJ8ctOiHm9Ow" alt="" width="375"><figcaption></figcaption></figure></div>

5. Input the amount of token that you’d like to send and click review.

<div align="left"><figure><img src="/files/oA01CXfgTQb66SpvEBu6" alt="" width="375"><figcaption></figcaption></figure></div>

6. Carefully review the transaction details and then click confirm.

Note: Take caution when sending staked TAO to addresses that don’t support it (i.e. exchange addresses). A warning will pop up in the wallet asking you to confirm this, so make sure to take notice before sending.

<div align="left"><figure><img src="/files/oCfXasvG3Vk5IXoue1O9" alt="" width="375"><figcaption></figcaption></figure></div>

7. Congrats! You’ve sent dTAO tokens successfully!

<div align="left"><figure><img src="/files/PrEJucwhb3NXycDKj4G1" alt="" width="375"><figcaption></figcaption></figure></div>

#### Receive dTAO Tokens

Please note that Substrate address formats are specific to the network so be sure you are selecting the right network. You’ll need to copy your Bittensor address to receive dTAO alpha tokens.

1\. Unlock your Talisman popup & click “Receive”

<div align="left"><figure><img src="/files/O43hxb3a1NfmpLUTA5Gu" alt="" width="375"><figcaption></figcaption></figure></div>

2\. Select the account you’d like to copy the address for. You can easily view the type of network the account is on using the symbols on the left.

<div align="left"><figure><img src="/files/b7Eyp3Jp6vMphJOZqDEH" alt="" width="375"><figcaption></figcaption></figure></div>

3\. Select Bittensor as the account (this is the network address you will copy). You have two options - copy the address to clipboard or you can view the QR code.

<div align="left"><figure><img src="/files/0lplChndWQGCJFXEoK3J" alt="" width="375"><figcaption></figcaption></figure></div>

\
v3.5.0


---

# 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.talisman.xyz/talisman/bittensor-features/get-tao-on-talisman/send-and-receive-dtao.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.
