Skip to content

fix(landing-page) Fixed metrics #646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/home/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Introduction

Pyth Network is an oracle protocol that connects the owners of market data to applications on multiple blockchains.
Pyth's market data is contributed by over 100 [first-party publishers](https://pyth.network/publishers/), including some of the biggest exchanges and market making firms in the world.
[Over 350 protocols](https://defillama.com/oracles/Pyth) on 55+ blockchains trust Pyth to secure their applications.
Pyth's market data is contributed by over [120+ first-party publishers](https://insights.pyth.network/publishers?utm_source=docs), including some of the biggest exchanges and market making firms in the world.
[Over 350 protocols](https://defillama.com/oracles/Pyth) on 100+ blockchains trust Pyth to secure their applications.

Pyth Network offers several products for developers:

- [Price Feeds](../price-feeds) provide real-time prices for 500+ assets on 55+ blockchain ecosystems, including Solana, many EVM chains,
- [Price Feeds](../price-feeds) provide real-time prices for [1300+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains,
Aptos, Sui, NEAR, and several Cosmos chains.
- [Lazer](../lazer) provides low-latency, highly customizable price feeds on Solana and EVM chains.
- [Benchmarks](../benchmarks) provides historical Pyth prices for both on- and off-chain use.
Expand Down
4 changes: 2 additions & 2 deletions pages/price-feeds/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Introduction

Pyth Network price feeds provide real-time financial market data to smart contract applications on 100+ blockchains.
Pyth's market data is contributed by over 100 [reputable first-party data providers](https://pyth.network/publishers/), including some of the biggest exchanges and market making firms in the world.
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.
Each price feed publishes a [robust aggregate](price-feeds/how-pyth-works/price-aggregation) of these prices multiple times per second.
The protocol offers over [850 price feeds](https://pyth.network/price-feeds/) covering a number of different asset classes, including US equities, commodities, and cryptocurrencies.
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.

Pythnet Price Feeds are available on [100+ blockchain ecosystems](./price-feeds/contract-addresses), and can also be used in off-chain applications.
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),
Expand Down