| 
1 |  | -# Introduction  | 
 | 1 | +import { ProductCard } from "../../components/ProductCard";  | 
 | 2 | +import {  | 
 | 3 | +  BarChartIcon,  | 
 | 4 | +  ClockIcon,  | 
 | 5 | +  LightningIcon,  | 
 | 6 | +  MultiChainIcon,  | 
 | 7 | +  ShieldIcon,  | 
 | 8 | +} from "../../components/icons/ProductIcons";  | 
2 | 9 | 
 
  | 
3 |  | -Pyth Network price feeds provide real-time financial market data to smart contract applications on 100+ blockchains.  | 
4 |  | -Pyth's market data is contributed by over [120+ reputable first-party data providers](https://insights.pyth.network/publishers?utm_source=docs), including some of the biggest exchanges and market making firms in the world.  | 
5 |  | -Each price feed publishes a [robust aggregate](price-feeds/how-pyth-works/price-aggregation) of these prices multiple times per second.  | 
6 |  | -The protocol offers over [1300+ price feeds](https://pyth.network/price-feeds/) covering a number of different asset classes, including US equities, commodities, and cryptocurrencies.  | 
 | 10 | +# Introduction to Pyth Price Feeds  | 
7 | 11 | 
 
  | 
8 |  | -Pythnet Price Feeds are available on [100+ blockchain ecosystems](./price-feeds/contract-addresses), and can also be used in off-chain applications.  | 
9 |  | -They are available on mainnet for most [EVM chains](price-feeds/use-real-time-data/evm.md) -- including Ethereum, BNB, Avalanche, and more --several [Cosmos chains](price-feeds/use-real-time-data/cosmwasm.md), [Solana](https://docs.pyth.network/price-feeds/use-real-time-data/solana),  | 
10 |  | -[Aptos](price-feeds/use-real-time-data/aptos.md), [Sui](price-feeds/use-real-time-data/sui.md), [Ton](price-feeds/use-real-time-data/ton.md), and [NEAR](price-feeds/use-real-time-data/near.md).  | 
11 |  | -More ecosystems are coming soon!  | 
 | 12 | +Pyth Network provides real-time financial market data to smart contract applications on 100+ blockchains.  | 
 | 13 | +Data is sourced from 120+ first-party providers including major exchanges and market makers.  | 
12 | 14 | 
 
  | 
13 |  | -Follow the [Getting Started](price-feeds/getting-started.mdx) guide to learn more about Pyth and integrate Pyth Price Feeds into your application.  | 
 | 15 | +## Key Features  | 
14 | 16 | 
 
  | 
15 |  | -Developers may also consider using [Benchmarks](../benchmarks) to access historical Pyth prices for both on- and off-chain use.  | 
16 |  | -These historical prices can be used for settlement or other similar applications.  | 
 | 17 | +- **1600+ price feeds** across all major asset classes  | 
 | 18 | +- **Sub-second latency** with high-frequency updates  | 
 | 19 | +- **Cryptographically signed** and verifiable on-chain  | 
 | 20 | +- **Multi-chain support** including EVM, Cosmos, Solana, Aptos, and more  | 
 | 21 | + | 
 | 22 | +## Our Products  | 
 | 23 | + | 
 | 24 | +<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-8 mb-12">  | 
 | 25 | +  <ProductCard  | 
 | 26 | +    badge="Core"  | 
 | 27 | +    icon={<BarChartIcon />}  | 
 | 28 | +    title="Real-Time Price Feeds"  | 
 | 29 | +    description="Real-time, high-fidelity market data for smart contracts."  | 
 | 30 | +    features={[  | 
 | 31 | +      { icon: <ClockIcon />, text: "Real-time price feeds" },  | 
 | 32 | +      { icon: <BarChartIcon />, text: "High-frequency data" },  | 
 | 33 | +      { icon: <MultiChainIcon />, text: "Multi-chain support" }  | 
 | 34 | +    ]}  | 
 | 35 | +    ctaText="Explore Price Feeds"  | 
 | 36 | +    href="./price-feeds/use-real-time-data"  | 
 | 37 | +  />  | 
 | 38 | + | 
 | 39 | +{" "}  | 
 | 40 | + | 
 | 41 | +<ProductCard  | 
 | 42 | +  badge="Benchmarks"  | 
 | 43 | +  icon={<ClockIcon />}  | 
 | 44 | +  title="Historical Data"  | 
 | 45 | +  description="Access to historical price data for settlement and backtesting."  | 
 | 46 | +  features={[  | 
 | 47 | +    { icon: <BarChartIcon />, text: "Signed data" },  | 
 | 48 | +    { icon: <ShieldIcon />, text: "Verifiable prices" },  | 
 | 49 | +    { icon: <ClockIcon />, text: "Time-stamped prices" },  | 
 | 50 | +  ]}  | 
 | 51 | +  ctaText="Access Historical Data"  | 
 | 52 | +  href="./price-feeds/use-historic-price-data"  | 
 | 53 | +/>  | 
 | 54 | + | 
 | 55 | +  <ProductCard  | 
 | 56 | +    badge="Lazer"  | 
 | 57 | +    icon={<LightningIcon />}  | 
 | 58 | +    title="Lazer"  | 
 | 59 | +    description="High-performance, low-latency price feeds for institutional applications."  | 
 | 60 | +    features={[  | 
 | 61 | +      { icon: <LightningIcon />, text: "Ultra-low latency" },  | 
 | 62 | +      { icon: <ShieldIcon />, text: "Institutional grade" },  | 
 | 63 | +      { icon: <BarChartIcon />, text: "High-frequency data" }  | 
 | 64 | +    ]}  | 
 | 65 | +    ctaText="Learn About Lazer"  | 
 | 66 | +    href="../lazer"  | 
 | 67 | +  />  | 
 | 68 | +</div>  | 
 | 69 | + | 
 | 70 | +## Quick Start  | 
 | 71 | + | 
 | 72 | +Follow the [Getting Started](price-feeds/getting-started.mdx) guide to integrate Pyth Price Feeds into your application.  | 
 | 73 | + | 
 | 74 | +For contract addresses and deployment details, see [Contract Addresses](./price-feeds/contract-addresses).  | 
0 commit comments