Just wanna scroll the news? Take the pill 💊
All explainers

What is Pyth?

5 min read · updated 25 May 2026

Pyth Network is an oracle — the infrastructure that delivers real-world data, primarily financial prices, onto the blockchain so smart contracts can use it. It's invisible to most users but load-bearing for DeFi.

Why blockchains need oracles

A blockchain can't see outside itself. A smart contract has no native way to know the price of SOL, BTC, or a stock — it only knows what's already on-chain. But a perps exchange or a lending market must know accurate prices to value collateral and trigger liquidations. Oracles bridge that gap by publishing trusted external data on-chain. Get the oracle wrong and you get catastrophic failures: bad liquidations, or exploits where an attacker manipulates a price feed to drain a protocol.

What makes Pyth different

  • First-party data. This is the key idea. Instead of scraping prices second-hand, Pyth has major trading firms, market makers, and exchanges publish their own prices directly to the network. The data comes from the institutions that actually make the markets — fresher and harder to manipulate than aggregated public APIs.
  • Low latency, broad coverage. Sub-second updates across crypto, equities, FX, and commodities — hundreds of feeds, including assets you'd never get from a crypto-only oracle.
  • Pull model. Rather than constantly pushing every price to every chain (expensive), apps pull the latest signed price on demand when they need it. Pyth distributes across dozens of chains, with cross-chain delivery powered by Wormhole.

Why it matters on Solana

A large share of Solana DeFi — Drift, Kamino, lending markets, perps venues — depends on Pyth for pricing and liquidations. That makes it critical shared infrastructure: when Pyth is accurate and fast, the whole DeFi stack works; problems in a major oracle ripple everywhere downstream.

The PYTH token

PYTH governs the network — including how data providers and the protocol are coordinated and incentivised. You don't interact with it directly as an end user of an app that relies on Pyth.

Risks to keep in mind

  • Oracle risk is systemic. A faulty or manipulated feed can cause cascading liquidations across every protocol that uses it.
  • Extreme volatility can stress even accurate feeds, contributing to liquidation cascades in fast crashes.

For the latest Pyth news, see the Pyth project page.

More explainers