> 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/view-tao-and-dtao-staking-positions.md).

# View TAO and dTAO Staking Positions

Talisman allows you to view and manage your TAO staking positions directly from your wallet. This includes TAO staked on Root as well as TAO staked on dTAO subnets.

This guide explains where your staking positions appear and how they are displayed within your Bittensor account.

#### Open Your Bittensor Account

1. From the wallet, click the arrow to access your total portfolio.

![](/files/J7zl33nlqfV2o1BDHFc2)

You can also select an individual Bittensor account.

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

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

2. All your assets will appear in the total portfolio view, including TAO and subnet tokens.

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

#### Viewing Root TAO Staking

If you have staked TAO on Root, your Root staking position will appear under the TAO asset.

Click on the TAO token to view more details. Your Root staking position will be shown within the TAO asset view.

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

#### Viewing dTAO / Subnet Staking Positions

If you have staked/swapped to subnets, each subnet position appears as a separate alpha token in your wallet.

These subnet alpha tokens are listed individually in your asset list. For example, staking to Subnet 45 will display as an SN45 alpha token.

Click on a specific subnet alpha token to view its staking details.

{% columns %}
{% column %}

<figure><img src="/files/N1LJZT6v3mjbe7n2jf08" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/LtOYVA6gQUIhum26UWcf" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Multiple Staking Positions

You can have multiple staking positions at the same time, including:

* TAO staked on Root
* TAO staked on multiple dTAO subnets

Within each Root or subnet staking position, you can also have multiple validator allocations. This means you may be staking to more than one validator under the same asset.

Select the asset to view all associated validator positions.

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

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


---

# 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/view-tao-and-dtao-staking-positions.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.
