{"slug":"validator-yield","title":"Highest staking yield, live validator net APR across 7 PoS chains","subtitle":"Median validator net yield (APR multiplied by uptime) in basis points across 7 PoS chains. Solana top 200 by stake, Ethereum network-average consensus APR, Hyperliquid active set, Cardano top 50 pools, Sui active validators, Cosmos Hub top 200, Avalanche P-Chain top 100.","category":"Blockchains","metric":"Net yield","unit":"bps","status":"live","higherIsBetter":true,"filters":null,"value":981.446,"leader":{"name":"Cosmos Hub","slug":"cosmos-hub","value":981.446},"rankings":[{"name":"Cosmos Hub","slug":"cosmos-hub","ms":{"p50":981.446,"p90":981.446,"p99":983.568,"mean":941.526},"successRate":100,"sampleSize":200},{"name":"Avalanche","slug":"avalanche","ms":{"p50":679.947,"p90":832.859,"p99":833,"mean":538.855},"successRate":99.9964,"sampleSize":100},{"name":"Solana","slug":"solana","ms":{"p50":518,"p90":548,"p99":551.15,"mean":448.435},"successRate":100,"sampleSize":200},{"name":"Cardano","slug":"cardano","ms":{"p50":495,"p90":500,"p99":500,"mean":460.956},"successRate":100,"sampleSize":50},{"name":"Ethereum","slug":"ethereum","ms":{"p50":257.463,"p90":257.463,"p99":257.463,"mean":257.463},"successRate":100,"sampleSize":1},{"name":"Hyperliquid","slug":"hyperliquid","ms":{"p50":217.702,"p90":223.762,"p99":224.435,"mean":166.963},"successRate":100,"sampleSize":34},{"name":"Sui","slug":"sui","ms":{"p50":142.611,"p90":150.199,"p99":159.019,"mean":144.197},"successRate":100,"sampleSize":124}],"sparkline":[985.93,985.931,985.925,985.937,985.937,985.92,985.921,985.919,985.919,985.791,985.791,985.792,985.789,985.781,985.781,985.779,985.779,985.779,985.778,985.763,985.763,985.766,985.253,985.278,985.277,985.307,985.306,985.305,985.293,985.287,985.284,985.283,985.283,985.285,985.285,985.278,985.342,985.36,985.36,984.965,984.965,984.965,984.965,984.964,984.959,984.955,984.955,984.937,984.947,984.937,984.937,984.935,984.934,984.933,984.932,984.928,984.908,984.906,984.93,984.948,984.971,984.987,984.974,985.345,985.343,985.341,979,981.459,981.459,981.423,981.421,981.414,981.446],"sampleSize":709,"asOf":"2026-08-08T13:03:57.014Z","headline":"Cosmos Hub leads net yield at 9.81% (24h avg) on Highest staking yield, live validator net APR across 7 PoS chains.","quote":"Cosmos Hub leads net yield at 9.81% (24h avg) on Highest staking yield, live validator net APR across 7 PoS chains. Source: OpenChainBench (https://openchainbench.com/benchmarks/validator-yield).","cite":{"plain":"OpenChainBench. \"Highest staking yield, live validator net APR across 7 PoS chains\". Retrieved 2026-08-08. https://openchainbench.com/benchmarks/validator-yield","bibtex":"@misc{ocb_validator_yield,\n  author = {OpenChainBench},\n  title  = {Highest staking yield, live validator net APR across 7 PoS chains},\n  year   = {2026},\n  url    = {https://openchainbench.com/benchmarks/validator-yield},\n  note   = {Retrieved 2026-08-08}\n}","apa":"OpenChainBench. (2026). Highest staking yield, live validator net APR across 7 PoS chains. Retrieved August 8, 2026, from https://openchainbench.com/benchmarks/validator-yield","ris":"TY  - GEN\r\nAU  - OpenChainBench\r\nTI  - Highest staking yield, live validator net APR across 7 PoS chains\r\nPY  - 2026\r\nUR  - https://openchainbench.com/benchmarks/validator-yield\r\nY2  - 2026-08-08\r\nER  - \r\n"},"pageUrl":"https://openchainbench.com/benchmarks/validator-yield","ogImage":"https://openchainbench.com/api/og/validator-yield","source":"https://github.com/ChainBench/OpenChainBench/tree/main/harnesses/validator-yield","methodology":["Sources. Solana primary: `GET api.stakewiz.com/validators` (free, no key). `total_apy` already includes inflation + Jito MEV tips. Solana enrichment: `GET kobe.mainnet.jito.network/api/v1/validators` for MEV-share split. Hyperliquid: `POST api.hyperliquid.xyz/info {type:validatorSummaries}`, field `predictedApr.day` × `uptimeFraction`. Prices: CoinGecko (SOL/USD), HL `metaAndAssetCtxs` (HYPE/USD).","Cadence. 5-minute scrape interval per chain. Validator-level metrics (APR, commission, uptime, stake) move on epoch boundaries (~2 days on Solana, ~30 seconds on Hyperliquid), so sub-minute polling would add Prom cardinality cost without information.","Net yield formula. `net_yield_bps = gross_apr_bps × uptime_fraction`. Slashing is treated as negligible in v1, Solana has never slashed in production, and Hyperliquid's jailed-validator state is surfaced as `ocb_validator_jailed{chain, validator}=1` separately rather than amortised into the APR. Both chains report APR (simple yield), not APY (compounded); the bench reports APR-as-bps to match what the upstream APIs publish, no compounding adjustment applied.","Cap. Solana exposes ~3000 active validators across the full set; the bench caps to the top 200 by `activated_stake` (USD-weighted) to keep Prom cardinality at ~230 series total across the two chains. The top 200 represent ~90% of staked SOL by value, so the median is representative of where real stake sits, not of the long tail of <1k SOL validators. Hyperliquid exposes ~30 active validators total, all are tracked.","Median (chain-level headline). `ocb_chain_median_net_yield_bps{chain}` is computed harness-side over the per-validator gauges every scrape, not derived from Prom. This includes the ~42 Solana validators currently at 0% APY (commission 100% or no leader slots), which materially pulls the Solana median down vs the modal active-validator yield. A reader who wants 'yield I would get if I picked a sane validator' should look at p75 or higher on the Solana distribution, not the chain median.","MEV treatment. Solana: MEV tips from Jito are already folded into Stakewiz `total_apy`. `ocb_validator_mev_share_bps` is exposed for transparency (a reader sees 'Helius APR 600 bps of which 80 bps MEV') but NOT subtracted to produce a 'staking-only' figure. Hyperliquid: no separate MEV layer (centralised sequencer captures order-flow value at the protocol level), so the MEV gauge is 0 by convention.","Ethereum. Source: `GET ultrasound.money/api/v2/fees/effective-balance-sum` (free, no key), live total beacon-chain effective balance. APR = 64 × epochs_per_year / sqrt(total_gwei), the consensus spec reward formula at 100% participation (realized ~99.5%, under 2 bps of drift). One network-average series: consensus rewards are uniform per 32 ETH increment, so the average equals the solo validator nominal APR. Execution tips and MEV excluded. Price: CoinGecko (ETH/USD).","Jailed / inactive handling. Hyperliquid: `jailed=1` validators (currently 4) land in the dataset with `predictedApr=0`, so `net_yield_bps=0`. Solana: ~42 validators report `total_apy=0`. Live data shows two causes: commission 100% (operator routes everything to themselves, delegators get 0) or zero leader slots this epoch (no block-production rewards). Both legitimate transient states, both count toward total + median.","Excluded by design. Per-validator Ethereum gauges (~1M indices; beacon-node ingestion, v2). Ethereum execution tips + MEV (per-relay MEV-Boost scraping needed; published figure is consensus only). Lido/RocketPool/Coinbase are products with fees, not validator yields (separate bench). Polkadot v2. Cosmos Hub, Avalanche, Cardano, Sui now tracked."],"license":"CC-BY-4.0"}