> 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/dtao-dashboard/dashboard-feature-highlights.md).

# Dashboard Feature Highlights

After accessing your dTAO Dashboard, Once you're on a specific subnet page you'll see several data sections. These are explain below:

#### Price Chart

<div align="left"><figure><img src="/files/qso8EgbGg1TDR894XT49" alt=""><figcaption></figcaption></figure></div>

The main chart shows:

* Current and historical price action trading volume
* Key technical indicators (SMA 7, SMA 25, SMA 99, Bollinger Bands, RSI)
* 24h Volume, Market Cap, and FDV summary
* Timeframe options&#x20;

#### Tao Flow Tab

<div align="left"><figure><img src="/files/DuMl2DpWTfQRTotnwrPG" alt=""><figcaption></figcaption></figure></div>

Displays cumulative TAO flow

**Tao In:** TAO staked into the subnet

**Tao Out:** TAO unstaked from the subnet

**Net:** Net Tao Flow , which determines if subnets receive emissions or not.&#x20;

#### Signals Tab

<div align="left"><figure><img src="/files/cpNPJET4XM4hRfvNZP4h" alt=""><figcaption></figcaption></figure></div>

SN45-powered insights into what's moving the subnet. On this tab you’ll find trending sentiment, Trade Flow and holders overview.

**Trending Sentiment**

Shows the current market sentiment with a combined score (Bullish/Bearish/Neutral), as well as Tao flow change, volume change.

**Trade Flow**

Monitors real-time buying and selling pressure including buys vs sells ratio, trading volume, momentum metrics, and trade velocity.

**Holders Overview**

Displays distribution of subnet holders based on their position sizes.

**Social Feeds**

<div align="left"><figure><img src="/files/LisfL1zqbQBTFmcLpbP9" alt=""><figcaption></figcaption></figure></div>

Track tweets that are actually moving dTAO prices.

Talisman AI (SN45) analyzes which tweets correlate with price movements:

* Sentiment labels: Each tweet is tagged as Bullish, Bearish, or Neutral
* Impact tracking: See "Low Impact" or "High \* Impact" tags based on whether the tweet is likely to move the market
* Confidence scores: "High Confidence" or "Low Confidence" indicators show data reliability
* Market sentiment overview: Bullish/bearish gauge at the top, linked to time frames

#### Whale Activity

<div align="left"><figure><img src="/files/AFdJwOAsuzTmaxAlUuz0" alt=""><figcaption></figcaption></figure></div>

Monitor large wallet movements across subnets in real-time.

See exactly what major holders are doing:

* Wallet addresses: View addresses of large position holders.
* Transaction amounts: Displayed in Tao with USD equivalent.
* Inflows/Outflows: Green (+) indicates staking/buying, Red (-) indicates unstaking/selling.
* Total Flow tracker: Toggle between inflows and outflows to see net movement.

#### Buy and Sell Tab

<div align="left"><figure><img src="/files/BhCqwVndAQs9ayhryfto" alt=""><figcaption></figcaption></figure></div>

Use this to trade dTAO alpha tokens for specific subnets.

#### View Transactions

<div align="left"><figure><img src="/files/zAc0dSSDxFIixVUx5MhB" alt=""><figcaption></figcaption></figure></div>

Shows your transaction history for the selected subnet.

Toggle between:

My Transactions: Only your trades

All Transactions: All trades on this subnet

v3.5.0<br>


---

# 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/dtao-dashboard/dashboard-feature-highlights.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.
