# Welcome

> **Real-time cross-asset correlation analytics powered by Pyth Network oracles**

[![Live](https://img.shields.io/badge/status-live-brightgreen)](https://pythcorrelation.com) [![Powered by Pyth](https://img.shields.io/badge/oracle-Pyth%20Network-8b5cf6)](https://pyth.network) [![Built by rustrell](https://img.shields.io/badge/built%20by-rustrell-a78bfa)](https://x.com/xzolmoney)

***

## What is this?

**Pyth Correlation Tracker** is a real-time financial analytics dashboard that streams live price data from the [Pyth Network](https://pyth.network) oracle and computes statistical relationships between 28 major assets across crypto, forex, metals, equities, and indices.

Unlike traditional charting tools that show prices in isolation, this platform reveals hidden connections between markets: how BTC moves with gold, whether ETH leads or lags SOL, and how macro assets like EUR/USD relate to crypto during different market regimes.

***

## Key Capabilities

| Module      | Description                                                      |
| ----------- | ---------------------------------------------------------------- |
| Matrix      | Live Pearson correlation heatmap across all asset pairs          |
| Charts      | OHLCV candlestick and line charts via Pyth Benchmarks            |
| Correlation | Deep-dive pair analysis with rolling history                     |
| Entropy Lab | Gaussian entropy and adjusted NMI nonlinear dependency detection |
| Lead-Lag    | Cross-correlation shift analysis with OOS confirmation           |

***

## Live Stats

* **28 assets** tracked simultaneously
* **3-second** price update interval
* **200 aligned ticks** rolling correlation window
* **Pyth Hermes REST polling** for live feeds
* **Pyth Benchmarks** for historical OHLCV
* **Timestamp-aligned live tick store** for downstream analytics
* **Feed diagnostics** for stale ticks, skew, and ordering issues

***

## Quick Links

* [Live App](https://pythcorrelation.com)
* [Twitter / X](https://x.com/xzolmoney)
* [Contact](mailto:stytunnik@gmail.com)
* [Pyth Network](https://pyth.network)

***

*© Hackathon 2026 rustrell. All rights reserved.*


---

# Agent Instructions: 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:

```
GET https://pythcorrelation.gitbook.io/pythcorrelation-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
