> 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/subnet-45/trading-signal-research/subnet-signal-predictability.md).

# Subnet Signal Predictability

Bittensor subnet tokens trade on deterministic bonding curves with full on-chain visibility, removing the measurement noise that limits traditional microstructure research. Evaluating ten signals on 720 hours of SN45 data, we find three things. Directional and magnitude prediction require different signals: Capital Direction (r=0.23) and Buy/Sell pressure (r=0.16) lead for direction; Volatility Ratio (r=0.57) and VPIN (r=0.41) lead for magnitude. RSI's headline correlation (r=0.59) is inflated by a 0.96 return auto-correlation, a bonding-curve artifact, not genuine signal. VPIN, computed here without classification error for the first time, predicts both direction and magnitude. We also document Flow Persistence as a novel 24h reversal signal (r=-0.19).

Full report below:

{% file src="/files/eFCViFXKL79axO5MTc2m" %}


---

# 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/subnet-45/trading-signal-research/subnet-signal-predictability.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.
