Every topic page on this site ends with an “Ethereum vs Solana” section (§8). This page pulls the single most defining comparison out of each of those 62 sections into one table per cluster, so you can scan the whole site’s chain-by-chain differences at once. Every cell is copied or tightly paraphrased from its source page’s §8 — no new figures are introduced here. Where a page states there is no equivalent on one chain, the cell reads “n/a — <reason>” exactly as that page states it.
Read across all 62 tables above, six threads keep recurring.
Execution model. Everything else in this comparison is downstream of one fork in 2015-2020-era design: Ethereum discovers what a transaction touches by running it, so it must execute sequentially; Solana requires transactions to declare their accounts up front, so non-conflicting transactions run in parallel (/foundations/accounts-and-execution/). That single choice explains why Ethereum’s answer to congestion is rollups (spin up more execution environments) while Solana’s is vertical scaling (make the one environment faster) — the entire roadmaps comparison collapses to this point (/foundations/roadmaps/).
Fee markets. Ethereum prices blockspace once, globally, with a base fee that moves slowly and is burned; Solana prices it per-account, with a fixed base fee and a priority fee that only escalates where there is actual contention (/foundations/fee-markets/). This is why a popular NFT mint can wreck Ethereum’s entire fee market for hours (the Otherside mint, $150M+ in failed transactions) while an equivalent Solana event mostly prices out only the contended account.
MEV supply chain. Ethereum built an explicit, layered market for block-building because its public mempool made ordering visible and valuable: searcher → builder → relay → proposer, with MEV-Boost formalizing what used to be chaotic gas-price bidding (/foundations/mev-supply-chain/, /mev/pbs-and-epbs/). Solana never had a mempool to make visible, so its MEV market is about latency and access instead — who can send a transaction to the leader fastest, and who can pay Jito’s tip auction for a guaranteed bundle position (/mev/solana-mev/). Tellingly, both ecosystems are now converging on the same fix from opposite directions: TEE-attested block building (BuilderNet and Unichain on Ethereum, BAM on Solana) (/mev/encrypted-mempools/).
Liquidity venues. Ethereum’s slow, expensive blocks pushed liquidity toward AMMs that only need to be right once every ~12 seconds, and toward off-chain price discovery (RFQ, intents) to avoid paying that cost repeatedly (/exchange/cfmm-math/, /exchange/rfq-and-intents/). Solana’s cheap, fast slots instead pushed liquidity toward actively quoted proprietary AMMs that re-price dozens of times per second — passive x⋅y=k liquidity increasingly serves only long-tail launches there (/exchange/v4-hooks-and-am-amm/). Both chains ended up dominated by one aggregator layer (Jupiter on Solana at 86.4% share; a more fragmented mix on Ethereum), which is where most retail price competition actually happens now (/exchange/routing-and-aggregation/).
Oracles. Ethereum standardized on push feeds (Chainlink) and its own AMMs’ time-weighted averages, because a deep on-chain pool already existed to average; Solana standardized almost entirely on one pull oracle (Pyth), because no Solana AMM produced an equivalently battle-tested on-chain history mechanism (/oracles/push-vs-pull-vs-twap/, /exchange/amm-oracles/). The threat models differ accordingly: Ethereum’s oracle incidents are almost all “move a thin pool for one block” (bZx, Harvest); Solana’s one major incident (Mango Markets) was self-referential — the attacker was simultaneously the price-setter and the price-taker for his own collateral (/oracles/oracle-manipulation/).
Stablecoin rails. Ethereum’s stablecoin ecosystem is the most structurally diverse — fiat-backed (USDC), CDP-backed (DAI/USDS, crvUSD), delta-neutral (USDe) and, historically, algorithmic (the failed designs) all coexist at real scale (/stablecoins/cdp-stablecoins/, /stablecoins/algorithmic-failures/). Solana’s dollar liquidity is comparatively narrow — overwhelmingly fiat-backed USDC, with a growing but not dominant delta-neutral presence, and no CDP or algorithmic stablecoin at systemic scale — but its speed and near-zero fees make it the more natural settlement rail for payments rather than pure DeFi collateral, which is exactly why Solana Pay exists on general-purpose mainnet while Ethereum’s answer was to build an entirely separate payments-first chain, Tempo (/stablecoins/payments/).
The pattern across all six threads is the same: the two chains rarely disagree on what to build — an AMM, an oracle, a block-building market, a stablecoin — they disagree on where to put the resulting cost, because one chain’s blocks are slow and expensive and the other’s are fast and cheap.