Pyth Network (PYTH)
Pyth Network (PYTH) is a DeFi cryptocurrency, running on Solana, Neon Evm, and Manta Pacific. It is available on 20 exchanges we track across 70 countries and US states. It ranks #112 by market capitalization at $421.4M as of September 5, 2026. Data last synced September 2, 2026. Buyability grade A in the United States.
Verified How we verify
Live price
Fetched from CoinGecko when this page loaded. The Key Metrics table below is a dated snapshot from our last sync, so the two figures will differ.
Decide
Four measurements that decide whether buying Pyth Network is straightforward where you live: who is verified to sell it to you, how wide the spread is, how much of its trading sits on one venue, and how much new supply is about to arrive.
Where Pyth Network trades
52.0% of PYTH volume runs through Binance.
| Largest venue | Binance |
|---|---|
| Its share of reported volume | 52.0% |
| Top 3 venues | 72.7% |
| Herfindahl index | 3,057 |
| Exchanges listing it | 22(14 with volume) |
Key Metrics
| Price | $0.0535 |
|---|---|
| 7-day change | +12.7% |
| 30-day change | +36.1% |
| Market cap | $421.4M (rank #112) |
| Fully diluted valuation | $535.1M |
| 24-hour volume | $36.5M |
| Circulating supply | 7.9B PYTH (78.7% of max) |
| Maximum supply | 10.0B PYTH |
| All-time high | $1.20 on March 15, 2024, −95.5% since |
More on Pyth Network:Unlock scheduleStaking availability
Key Facts
| Ticker | PYTH |
|---|---|
| Category | DeFi |
| Chains | SolanaNeon EvmManta Pacific |
| Market cap rank | #112 |
| Official site | pyth.network |
| CoinGecko | coingecko.com/en/coins/pyth-network |
About Pyth Network
What Pyth Network is
Pyth Network is a decentralized oracle that publishes market prices to blockchains, and PYTH is the token that governs and secures it. Pyth's documentation describes PYTH as "the native token powering governance and staking across the Pyth Network," and describes its main product, Pyth Core, as "decentralized price feeds for DeFi and TradFi builders with deterministic on-chain delivery" (source: Pyth documentation, read September 2026).
What distinguishes Pyth from other oracle designs is where the data comes from. Its documentation states that "publishers submit pricing information to Pyth's oracle program" and that "Pyth has multiple data publishers for every product." The publishers are firms that see the market directly, rather than intermediaries scraping public endpoints, and the aggregation happens on Pyth's own chain rather than in an off-chain agreement.
For where to buy Pyth Network from your country or state, see the availability tables on this site and the venues listed at Exchanges.
How it works
Prices are constructed on a dedicated appchain. Pyth's documentation states that "Pyth's oracle program runs on Pythnet" and that "the prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains." Consumers on other chains read the result rather than receiving it, which is the pull model: a contract that needs a price fetches and posts the latest update as part of its own transaction, instead of the oracle paying to push updates to every chain continuously.
The aggregation algorithm is documented precisely, and it is the most interesting part of the system. Each publisher submits a price and a confidence interval. The oracle then gives "each publisher three votes — one vote at their price and one vote at each of their price +/- their confidence interval — then taking the median of all the votes." The aggregate confidence interval is computed by taking "the distance from the aggregate price to the 25th and 75th percentiles of the votes" and selecting the larger of the two.
Three votes per publisher, spread across their own stated uncertainty, produces a specific and useful behavior. Pyth's documentation describes it as acting "like a hybrid between a mean and a median, giving confident publishers more influence, while still capping the maximum influence of any single publisher." A publisher who submits a tight interval concentrates its three votes and moves the median more; a publisher who is unsure spreads them and moves it less. Because the result is a median, no single publisher can drag the aggregate to an arbitrary value, and the documentation notes that the aggregate price always sits between the 25th and 75th percentiles of the votes.
The confidence interval is not decoration. It travels with the price, so a consuming smart contract can decline to act when uncertainty is wide, which matters most for liquidation logic where a bad price causes irreversible harm.
Aggregation is tied to slots. The documentation states that "the first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval."
Supply and tokenomics
Pyth's public documentation covers the oracle mechanics in detail but does not publish a PYTH total supply, allocation or unlock schedule on the pages read for this entry, so no supply figure is stated here. What it does document is what the token is for: governance, and Oracle Integrity Staking, described as staking "PYTH to support data publishers and secure the integrity of Pyth price feeds."
| Item | Value | Source |
|---|---|---|
| Pyth Core update frequency | 400 milliseconds | Pyth documentation, developer hub |
| Price feeds | Over 500, covering crypto, equities, FX and commodities | Pyth documentation, price feeds overview |
| Blockchain coverage | Over 100 blockchains | Pyth documentation, developer hub |
| Pyth Core chain support | EVM, Solana, Sui, Aptos, CosmWasm, NEAR, Starknet, Fuel, IOTA, TON, Stacks | Pyth documentation, price feeds overview |
| Pyth Pro chain support | EVM, Solana, Fogo | Pyth documentation, price feeds overview |
| Aggregation venue | Pythnet, then transferred cross-chain | Pyth documentation, how Pyth works |
| Aggregation method | Three votes per publisher at price and price ± confidence, then the median | Pyth documentation, price aggregation |
| Confidence interval | The larger distance from the aggregate to the 25th or 75th percentile of votes | Pyth documentation, price aggregation |
| Delivery model | Pull; consumers read and post updates | Pyth documentation, how Pyth works |
| PYTH token role | Governance and staking | Pyth documentation, developer hub |
| Oracle Integrity Staking | Stake PYTH to support publishers and secure feed integrity | Pyth documentation, developer hub |
| Core upgrade | Pyth Core upgraded August 26, 2026; Hermes now requires API key authentication | Pyth documentation, developer hub |
| Total supply and allocation | Not published on the pages read | Pyth documentation |
400 ms
Update frequency
Pyth Core feeds
500+
Price feeds
crypto, equities, FX, commodities
100+
Chains
Pyth Core coverage
Pyth publishes more than one product, and the distinction is a commercial one worth knowing. Pyth Core is the permissionless on-chain feed set. Pyth Pro, formerly called Lazer, is a subscription product aimed at institutions and supported on a narrower set of chains. Entropy is a separate service, a "secure, verifiable random number generator for EVM-based smart contracts."
History
Oracle designs divide on two questions: who supplies the data, and who pays to move it. Pyth answered both differently from the incumbent model. Rather than a network of node operators reading public APIs, it recruited firms that observe markets directly as first-party publishers. Rather than pushing updates on a heartbeat to every supported chain, it made consumers pull the update they need, which is what allows a 400-millisecond cadence across more than a hundred chains without paying for gas on all of them continuously.
Publishing a confidence interval alongside every price was the second distinctive choice, and it followed from the first. If publishers are market participants with genuinely different views of a fast-moving price, the honest output is a range, and the aggregation algorithm is built to preserve that range rather than collapse it.
The August 26, 2026 upgrade to Pyth Core added API key authentication to Hermes, the service that serves price updates to consumers, which is an operational change integrators need to account for rather than a change to the oracle's economics.
Risks and what to watch
Publisher concentration is the risk the aggregation algorithm mitigates rather than removes. The median caps any single publisher's influence, but a feed with few publishers, or with publishers drawing on the same underlying venue, is thinner than a feed with many independent ones.
The pull model shifts a responsibility onto integrators. Because a consumer posts the update itself, a stale price is possible if the consuming contract does not enforce a staleness threshold. That is an integration decision, and errors in it have caused real losses across the oracle sector.
Cross-chain delivery is a dependency. Prices are built on Pythnet and transferred to consuming chains, so the availability and correctness of that transfer path sits between the aggregation and the contract that reads it.
Oracle Integrity Staking involves staking behind publishers, which implies exposure to their performance. Anyone staking should read the current slashing and reward parameters directly rather than relying on a summary.
Governance sets the parameters that shape all of this, so PYTH voting concentration is worth watching.
Frequently asked questions
Where does Pyth get its prices?
From first-party publishers. Pyth's documentation states that publishers submit pricing information to its oracle program and that there are multiple publishers for every product, rather than node operators reading third-party APIs.
How does Pyth combine publisher prices?
Each publisher gets three votes: one at its price and one at each end of its confidence interval. The aggregate is the median of all votes, which caps any one publisher's influence while giving more weight to publishers who state tighter intervals.
What is a Pyth confidence interval?
The oracle's own statement of uncertainty. It is computed as the distance from the aggregate price to the 25th and 75th percentiles of the votes, taking the larger of the two. A wide interval means publishers disagree, and a consuming contract can use it to decline to act.
How often do Pyth feeds update?
Pyth Core feeds update at a 400-millisecond frequency. Prices are aggregated on Pythnet and transferred cross-chain, with consumers pulling and posting the update they need.
Where can you buy Pyth Network?
Availability depends on your country or US state. See where to buy Pyth Network for the exchanges serving your jurisdiction, and Exchanges to compare fees, kyc requirements and payment methods.
Where to Buy Pyth Network
We publish a ranked exchange comparison for Pyth Network in 70 countries and US states.
| Exchange | Locations | KYC | Action |
|---|---|---|---|
| Crypto.com Exchange | 68 | Required | Visit Crypto.com Exchange |
| Bitstamp by Robinhood | 62 | Required | Visit Bitstamp by Robinhood |
| Coinbase Exchange | 62 | Required | Visit Coinbase Exchange |
| Kraken | 60 | Required | Visit Kraken |
| Uphold | 57 | Required | Visit Uphold |
Guides
- Self-Custody vs Exchange Custody: How to Decide
Deciding between self-custody and exchange custody means choosing which failure you would rather be exposed to, a company that loses or freezes your assets or a mistake of your own that nobody can undo, and most people resolve it by splitting holdings rather than picking one for everything.
- How to Verify a Token Contract Address Before You Buy
A token's contract address is its only real identity, so verifying one means getting the address from the project's own official channel, confirming the same address independently from a second source, and checking on a block explorer that the contract is what it claims to be before you trade against it.
- Choosing Your First Crypto Wallet
Choosing a first wallet comes down to one question, whether a company holds your keys or you do, and the right answer depends on how much you hold, how often you move it, and how confident you are about storing a recovery phrase safely for years.
Availability questions
- What is Pyth Network?
- Pyth Network is a decentralised oracle network designed to provide real-time financial market data to decentralised applications (dApps) across multiple blockchains.
- Where can I buy Pyth Network?
- 20 exchanges we track list Pyth Network for residents of 70 countries and US states. See the location-by-location guide.
- Which blockchain is Pyth Network on?
- Pyth Network runs on Solana, Neon Evm, and Manta Pacific.