# Pyth Network

> Low-latency oracle network for price feeds and market data used by DeFi applications.

- Readiness score: **82/100** (score.v2)
- Integration difficulty: medium
- Chains: arbitrum-one, arbitrum-sepolia, bsc
- Categories: data, oracles, price-feeds
- Last verified: 2026-05-29 by composewith.eth seed research (confidence: medium)

## Resources

- docs: https://docs.pyth.network/
- sdk: https://github.com/pyth-network/pyth-sdk-js
- template: https://docs.pyth.network/price-feeds/use-real-time-data/evm
- support: https://discord.gg/PythNetwork
- grant: https://pyth.network/

## Good for

- real-time price feeds
- perps
- lending
- trading apps

## Avoid for

- apps that need only slow offchain analytics

## Capabilities

### Price feed integration (production-ready)
Best for: DeFi pricing, risk engines, trading agents
- Apps must handle update fees, freshness, and price confidence intervals.

## Composes with

- **uniswap** (supporting_protocol; supports) — Low-latency price data can support trading, lending, and liquidity interfaces that also use onchain AMM liquidity.
- **the-graph** (indexing_and_data; supports) — The Graph can index price-update usage, trade events, positions, and liquidation state for DeFi dashboards.

## Per-chain support

### bsc (production-ready)
- Docs: https://www.pyth.network/blog/pyth-launches-price-oracles-on-bnb-chain-and-bas
- Pull the latest price update on BNB Smart Chain (chain id 56) and submit it on-chain with your transaction; budget the update fee per read.
- Limitations: Pull-based design means apps are responsible for freshness and confidence-interval checks on every read.
- Verified 2026-06-10 (source: https://www.pyth.network/blog/pyth-launches-price-oracles-on-bnb-chain-and-bas)

---
Canonical: https://composewith.eth/protocols/pyth · JSON: https://composewith.eth/protocols/pyth.json
