{"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":978.507,"leader":{"name":"Cosmos Hub","slug":"cosmos-hub","value":978.507},"rankings":[{"name":"Cosmos Hub","slug":"cosmos-hub","ms":{"p50":978.507,"p90":978.507,"p99":978.507,"mean":937.839},"successRate":100,"sampleSize":200},{"name":"Avalanche","slug":"avalanche","ms":{"p50":679.955,"p90":832.918,"p99":833,"mean":542.517},"successRate":99.9999,"sampleSize":100},{"name":"Solana","slug":"solana","ms":{"p50":527.627,"p90":559,"p99":560,"mean":455.541},"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":259.827,"p90":259.827,"p99":259.827,"mean":259.827},"successRate":100,"sampleSize":1},{"name":"Hyperliquid","slug":"hyperliquid","ms":{"p50":217.762,"p90":223.823,"p99":224.497,"mean":171.446},"successRate":100,"sampleSize":34},{"name":"Sui","slug":"sui","ms":{"p50":143.204,"p90":150.624,"p99":159.539,"mean":144.612},"successRate":100,"sampleSize":125}],"sparkline":[983.11,983.111,983.109,983.125,983.122,983.126,983.128,983.047,983.432,983.434,983.436,983.441,983.445,983.446,983.448,983.447,983.449,983.451,983.457,983.46,983.46,983.46,983.458,983.446,983.448,983.451,983.446,983.448,983.447,983.45,983.45,983.419,983.448,983.445,983.441,983.439,983.437,983.443,983.44,983.44,983.445,983.449,983.412,983.411,978.386,978.431,978.43,978.415,978.41,978.398,978.399,978.399,978.401,978.402,978.402,978.396,978.394,978.394,978.396,978.398,978.394,978.405,978.404,978.402,978.401,978.401,978.398,978.398,978.538,978.523,978.518,978.514,978.507],"sampleSize":710,"asOf":"2026-07-27T21:22:11.821Z","headline":"Cosmos Hub leads net yield at 9.79% (24h avg) on Highest staking yield, live validator net APR across 7 PoS chains.","quote":"Cosmos Hub leads net yield at 9.79% (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-07-27. 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-07-27}\n}","apa":"OpenChainBench. (2026). Highest staking yield, live validator net APR across 7 PoS chains. Retrieved July 27, 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-07-27\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"}