> 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/stake-tao-trade-dtao/stake-swap-on-dtao-subnets.md).

# Stake/Swap on dTAO Subnets

The process for staking/swapping to subnets, and [staking TAO on root](/talisman/bittensor-features/stake-tao-trade-dtao/stake-tao-on-root.md), are very similar. For dTAO you will need to choose a subnet, and will receive alpha tokens for each respective subnet you stake to. Staking to a subnet can also be considered swapping to the subnet alpha token. When staking to a subnet, note that there is price risk associated with exposure to the alpha token price (not the case for root staking).&#x20;

In this example, we will  stake to Subnet 45.

1. From the wallet, choose your preferred Bittensor account.

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

2. Hover over your TAO token balance and choose ‘Stake’.

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

3. Choose ‘Subnet DTAO’ as the staking type.

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

4. Choose the amount you wish to stake, select your Subnet of choice, and select your Validator of choice.

{% columns %}
{% column %}
![](/files/x1yce5lqGyhUVnItMPzo)<br>
{% endcolumn %}

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

5. You can select your validator of choice by clicking the validator pill.

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

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

6. Review the transactions and click confirm.

Toggle on the [MEV Shield](/talisman/bittensor-features/stake-tao-trade-dtao/mev-shield.md) for protection against MEV Bots.

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

You’ll be prompted to accept the subnet staking warning.

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

7. Once your transaction is successful, you’ll see a screen like this.

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

V3.2.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/stake-tao-trade-dtao/stake-swap-on-dtao-subnets.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.
