> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Real-Time Price Feed

<CardGroup cols={2}>
  <Card title="Demo" icon="play" href="https://pyth-template.magicblock.app/" iconType="duotone">
    Try the live application
  </Card>

  <Card title="View Repository" icon="github" href="https://github.com/magicblock-labs/starter-kits/tree/main/oracle-demo" iconType="duotone">
    Explore the source code and implementation
  </Card>

  <Card title="Blog Post" icon="newspaper" href="https://www.magicblock.xyz/blog/real-time-oracles" iconType="duotone">
    Learn more about real-time price feeds
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42/Pp-opuWd18lgBq2L/images/template_images/price_feed.png?fit=max&auto=format&n=Pp-opuWd18lgBq2L&q=85&s=ed84e698936aa22e91433c1c468afa90" alt="Real-Time Price Feed Demo" width="1806" height="1086" data-path="images/template_images/price_feed.png" />

## Overview

Access live market prices via Pyth oracles on Ephemeral Rollups. This template demonstrates how to integrate real-time price data into your on-chain applications with minimal latency.

***

## Related Products

<CardGroup cols={2}>
  <Card title="Ephemeral Rollup" icon="waveform" href="/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup" iconType="duotone">
    Learn how Ephemeral Rollups enable real-time operations
  </Card>

  <Card title="Oracle Integration" icon="satellite-dish" href="/pages/tools/oracle/introduction" iconType="duotone">
    Understand how to integrate price oracles
  </Card>

  <Card title="Implementation Guide" icon="code" href="/pages/tools/oracle/implementation" iconType="duotone">
    Learn how to implement oracle-based applications
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/pages/ephemeral-rollups-ers/how-to-guide/quickstart" iconType="duotone">
    Get started with Ephemeral Rollups
  </Card>
</CardGroup>
