Oracle / Infrastructure DeFi Infrastructure ~8 min read

What is Pyth Network? The Pull Oracle Explained

Pyth Network brings market data from Cboe, Binance, and 90+ professional trading firms directly onto the blockchain — 400+ price feeds updated every 400 milliseconds. It's the data layer that high-performance DeFi runs on.

Updated:

Price (PYTH)
Loading...
Market Cap
Data Publishers
90+
24h Change

PYTH at a Glance

  • "First-party" oracle data: Pyth gets prices directly from trading firms, exchanges and market makers — not scraped from secondary sources like older oracles
  • Pull oracle model: apps request data updates on-demand rather than having data pushed onto every chain constantly — more efficient and scalable
  • 400+ price feeds: crypto, US equities, FX, metals, and energy — not just crypto prices
  • Used by 350+ dApps across 40+ blockchains — one of the most widely integrated oracle networks
  • Massive airdrop in late 2023 distributed PYTH to DeFi users — 6B tokens (60% of supply) distributed to the community

PYTH Price Statistics

All-Time High ~$1.15 (March 2024)
All-Time Low ~$0.093 (Nov 2023 launch)
Token Launch November 2023 (airdrop)
Total Supply 10,000,000,000 (10B)
Price Feeds 400+ (crypto, equities, FX)
Supported chains 40+ blockchains

What is Pyth Network?

Pyth Network is an oracle — a service that delivers real-world data (like the price of Bitcoin, Apple stock, or the Euro) onto the blockchain where smart contracts can read it. DeFi applications like lending protocols, derivatives platforms, and DEXes all need accurate, real-time price data to function. Without oracles, smart contracts would have no way to know what anything is worth in the real world.

What makes Pyth different is where the data comes from. Most oracle networks aggregate prices from CEX APIs, DEX on-chain prices, and public data sources — mixing primary and secondary data. Pyth goes straight to the source: 90+ first-party data publishers including Cboe Global Markets, Binance, OKX, Jane Street, Jump Trading, and other professional market makers and exchanges contribute their own proprietary price data directly to Pyth. These firms are already calculating reference prices for their own trading desks — Pyth just makes that data available on-chain.

The network launched as a specialized oracle on Solana in 2021 (incubated by Jump Crypto) and was subsequently spun out as an independent protocol. In November 2023, Pyth launched its PYTH governance token via an airdrop, distributing 6 billion tokens to DeFi users across multiple chains. Today Pyth runs on over 40 blockchains including Ethereum, Solana, Arbitrum, BNB Chain, and dozens more.

Pyth Network (PYTH) at a Glance

Type
Oracle / Data infrastructure
Data model
First-party (pull oracle)
Key publishers
Cboe, Binance, Jump, Jane Street
Update frequency
~400 ms
Origin
Jump Crypto incubation, 2021

How Does Pyth Network Work?

Pyth uses a "pull oracle" model that's fundamentally different from older "push oracle" systems. Understanding this distinction is key to understanding why Pyth is fast and efficient.

Push vs. Pull Oracles

Push oracle (e.g., older Chainlink model): Data is pushed onto every blockchain every X seconds whether or not anyone needs it. This costs gas constantly and creates a bottleneck when you want to support 40+ chains.

Pull oracle (Pyth): Data is published to Pythnet (Pyth's own chain), then applications request an update only when they need it. The app gets a signed price attestation from Pyth, submits it on-chain themselves. Gas is paid only when data is actually used. More scalable, real-time, and chain-agnostic.

1

Data Collection from Publishers

Every 400 milliseconds, Pyth's 90+ publishers (Cboe, Jane Street, Binance, OKX, and others) submit their own price and confidence interval for each asset they support. These are the firms actively trading these assets — they have the most accurate, low-latency view of real prices.

2

Aggregation on Pythnet

Pyth aggregates all publishers' submissions using a robust median — removing outliers and weighting by the publishers' confidence intervals. The result is a single aggregate price with a confidence band. All this happens on Pythnet, Pyth's dedicated high-performance Solana app chain.

3

Wormhole Cross-Chain Broadcasting

Price attestations from Pythnet are broadcast to other chains via Wormhole cross-chain messaging. This is how Pyth feeds the same ETH/USD price to Ethereum, Arbitrum, Solana, BNB Chain, and 35+ other chains simultaneously.

4

Apps Pull Data When Needed

When a DeFi app like a lending protocol or perps exchange processes a trade, it calls the Pyth contract with the latest signed price update. The app verifies the signature and uses the price. This means the entire cross-chain data system only consumes gas when actually used — extremely efficient at scale.

5

PYTH Token Governance

The PYTH token is used for governance — holders vote on upgrades to the oracle protocol, fee structures, publisher requirements, and which price feeds to add. This is a DAO model where the data consumers (DeFi apps) and community collectively govern the network's development.

What is Pyth Network Used For?

Pyth is critical infrastructure for modern DeFi — here's where it shows up:

Perpetual Futures Exchanges

dYdX, Hyperliquid, Jupiter Perps, and other on-chain perp exchanges use Pyth as their price feed. Accurate, low-latency prices are critical for liquidations and funding rate calculations — stale prices can cause incorrect liquidations or allow price manipulation.

🏦

Lending Protocols

Lending protocols like Kamino, marginfi, and others use Pyth prices to determine when loans are undercollateralized and trigger liquidations. The confidence interval Pyth provides is especially valuable — it tells protocols when to be more conservative (wider confidence = more uncertainty).

🌐

Cross-Chain DeFi

Because Pyth uses a pull model with Wormhole, any chain can access the same high-quality data without a separate oracle deployment for each chain. This enables consistent pricing across 40+ chains — critical as DeFi becomes more multi-chain.

📊

Real-World Asset Protocols

RWA protocols like Ondo Finance need off-chain asset prices (US Treasuries, equity prices) brought on-chain. Pyth's 400+ feeds include US equities, FX rates, metals, and commodities — not just crypto prices.

Pyth vs. Chainlink vs. Band Protocol

How does Pyth compare to other major oracle networks?

Feature Pyth Network Chainlink Band Protocol API3
Data model First-party (pull) Aggregated (push) Aggregated (IBC) First-party (push)
Update speed ~400ms ~minutes ~seconds ~seconds
Number of chains 40+ 20+ 15+ 10+
Key users Hyperliquid, dYdX, Jupiter Aave, Compound Cosmos dApps Various
Best for High-frequency DeFi Established DeFi Cosmos ecosystem Direct API feeds

The History of Pyth Network

Pyth Network was conceived inside Jump Crypto, the crypto arm of Jump Trading — one of the world's largest high-frequency trading firms. Jump's traders saw a problem: the DeFi protocols they were using or investing in relied on slow, stale oracle data that was often manipulable. The oracle problem was limiting DeFi's growth. And as one of the large data providers in traditional finance, Jump saw an opportunity to apply their expertise in low-latency data to blockchain infrastructure.

Pyth launched on Solana mainnet in April 2021 as a specialized high-frequency oracle. Solana was the natural home — with 400ms block times, Solana was the only blockchain where sub-second price updates actually made sense. The initial focus was crypto price feeds, but Pyth quickly expanded to equities, FX, and commodities — assets that no other on-chain oracle was covering reliably. By mid-2021, Pyth had data coming from Cboe, Jane Street, and multiple Solana-native market making teams.

In 2022 and 2023, Pyth expanded beyond Solana using Wormhole to broadcast price attestations cross-chain. As the DeFi ecosystem became increasingly multi-chain, this gave Pyth a massive advantage over chain-specific oracles. The network was spun out of Jump Crypto as an independent foundation and DAO. In November 2023, Pyth launched its PYTH governance token via one of DeFi's larger airdrops — 6 billion tokens distributed to participants across 27 blockchains based on their protocol usage. PYTH hit an all-time high of $1.15 in early 2024.

Pyth Network Timeline

April 2021
Pyth launches on Solana — first high-frequency oracle on any blockchain, incubated by Jump Crypto
2022
Expansion to equities, FX, and commodities feeds — Cboe becomes a major data publisher
2023
Wormhole integration brings Pyth cross-chain to 40+ blockchains — independent foundation established
November 2023
PYTH token launches via airdrop — 6 billion tokens distributed to DeFi users across 27 chains
2024
PYTH ATH ~$1.15 — 350+ dApps integrated, 8B+ prices served daily

Risks and Considerations

Publisher concentration risk

If a significant portion of Pyth's data publishers (several large trading firms) were to collude or provide manipulated data, the oracle could be compromised. The aggregation mechanism is designed to prevent this, but concentration in the publisher base is a long-term concern.

Wormhole cross-chain risk

Pyth's cross-chain broadcasting relies on Wormhole's messaging bridge. Wormhole suffered a $320M exploit in 2022. If Wormhole is compromised again, Pyth's cross-chain data delivery could be affected — though Pyth data on Solana natively would be unaffected.

Token utility is purely governance

Unlike Chainlink (LINK is used to pay node operators), PYTH doesn't have a deep utility-driven demand loop — it's primarily a governance token. Protocol fees don't automatically flow to PYTH holders. The token's value depends on governance importance growing.

Competition from Chainlink

Chainlink remains the dominant oracle network by total integrations and institutional trust. Chainlink is also innovating — CCIP for cross-chain and improved data freshness. The oracle market is not winner-take-all but Chainlink's head start is significant.

PYTH: Pros and Cons

✅ Pros

  • • First-party data — the most accurate, lowest-latency source
  • • 400ms updates — orders of magnitude faster than older oracles
  • • 40+ chains — widest cross-chain coverage of any oracle
  • • 350+ dApps integrated — proven product-market fit
  • • Covers equities, FX, metals — not just crypto
  • • Large airdrop created genuine community distribution

❌ Cons

  • • Token is governance-only — no direct fee capture
  • • Publisher concentration — oligopoly of large trading firms
  • • Wormhole dependency adds bridge risk cross-chain
  • • Chainlink has stronger institutional brand recognition
  • • V token distribution (60% community) keeps sell pressure active
  • • Less battle-tested than Chainlink for Ethereum DeFi

Frequently Asked Questions

What is a blockchain oracle?
A blockchain oracle is a service that brings real-world data onto the blockchain where smart contracts can read it. Smart contracts can't access the internet themselves — they need oracles to tell them things like the current price of ETH, the result of a sports match, or whether a payment was made off-chain. Without oracles, DeFi couldn't function.
How is Pyth different from Chainlink?
The core difference is the data source. Chainlink aggregates data from multiple independent node operators who pull from public APIs and DEX prices. Pyth gets data directly from professional trading firms who are actively trading those assets (Jump, Jane Street, Cboe, etc.) — the source data is more accurate and lower-latency. Pyth also uses a pull model (apps request updates) vs Chainlink's push model (data pushed on schedule). Chainlink has more enterprise integrations; Pyth is faster and more chain-agnostic.
What does the PYTH token do?
The PYTH token is primarily a governance token. Holders stake PYTH to participate in governance votes — deciding on protocol upgrades, fee structures, publisher approval, and new product features. Unlike LINK (which is used to pay Chainlink nodes), PYTH doesn't have a direct utility-payment use case today, though governance control of an 8-billion-requests-per-day data network has strategic value.
Is Pyth only for Solana?
No — Pyth started on Solana but now serves 40+ blockchains. Via Wormhole, Pyth can deliver price data to Ethereum, Arbitrum, BNB Chain, Aptos, Sui, Cosmos chains, and many others. The same price feed works across all supported chains. PYTH itself is native to Solana but bridgeable.
Why would a trading firm like Jane Street share their price data?
Pyth publishers earn a portion of protocol fees for the data they contribute. More importantly, they benefit from healthier, more accurate DeFi markets — if the dApps they trade on have accurate prices, there's less oracle manipulation risk and more sustainable market structure. It's a mix of financial incentive and ecosystem alignment.
Is PYTH a good investment?
PYTH has real utility — it's governance over one of DeFi's critical infrastructure layers. But the token's value depends on governance importance growing over time, and it doesn't directly capture fee revenue. Infrastructure tokens often lag behind in bull markets and hold up better in bear markets. As with all crypto, it's speculative and you should only invest what you can afford to lose.

Ready to Buy PYTH?

PYTH is available on all major exchanges. It's an infrastructure bet on DeFi's continued growth.