# Ethereum’s Quiet Giant *Author: Bankless* *Published: Sep 13, 2025* *Source: https://www.bankless.com/ethereums-quiet-giant* --- [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/Group-667.png)](https://www.bankless.com/sponsor/frax-1737128738?ref=read/what-nethermind-builds&email=true) Ethereum’s Quiet Giant Published on Sept 13, 2025 [ View in Browser ](https://www.bankless.com/ethereum-weekly) **gm Bankless Nation,** The beauty of Ethereum’s decentralization is that critical infrastructure isn’t all locked in one company’s hands. Today's article from *David Christopher* focuses in on *Nethermind* and the tech they build that keeps Ethereum resilient, diverse, and secure. Scroll a bit lower in today's email to see our rundown of links to updates across the Ethereum ecosystem and the latest Weekly Rollup episode from RSA and David. Thanks for being a subscriber, [*luma*](https://x.com/lucasmtny) 🫡 --- [**Sponsor: Frax**](https://www.bankless.com/sponsor/frax-1737128738?ref=read/what-nethermind-builds&email=true) — Fraxtal Ecosystem: Where DeFi Meets AI. [Learn More](https://www.bankless.com/sponsor/frax-1737128738?ref=read/what-nethermind-builds&email=true) .  .  . ANALYSIS What Nethermind Builds Author: [ David Christopher](https://www.bankless.com/author/david) [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/image---2025-09-13T131530.954-1.png)](https://www.bankless.com/read/what-nethermind-builds)**If you've used Ethereum in the last few years, you've relied on Nethermind's infrastructure whether you know it or not. ** There’s a running joke in tech about how the internet runs on half-forgotten GitHub repos, kept alive by a few thankless maintainers. Nethermind is sort of Ethereum’s version of that. Today, we're shining a light on the Ethereum development shop (founded by Ethereum co-ED Tomasz Stańczak) that builds and maintains essential open-source tools that not only keep the network running, but help it decentralize. Their main product, the Nethermind Client, powers over 30% of Ethereum validators, but their contributions to the Ethereum ecosystem go way beyond this product.* * *Let's take a closer look at what they build *👇 ## Nethermind's Core Products and Tools The R&D shop started in 2017, originally as a small team building an Ethereum client (the Nethermind client). In 2018, the Ethereum Foundation awarded them a grant for this work and helped them kickstart broader operations. Since then, Nethermind has grown from a small team into a global company with over 300 employees. As many know, their founder Tomasz Stańczak recently moved on to co-lead the Ethereum Foundation itself. Now, [Daniel Celeda](https://x.com/NethermindEth/status/1921941348543877328), who had been co-CTO since 2021, operates as the company’s CEO. Beyond offering a suite of development tools, Nethermind plays an essential role in the Ethereum ecosystem, partnering with teams like [Lido](https://research.lido.fi/t/a-proposal-for-partnering-with-nethermind-to-design-a-mechanism-for-a-good-validator-set-maintenance/3000) and [Aave](https://www.nethermind.io/blog/aave-starknet-bridge) to push DeFi advances, and publishing research alongside TradFi players like [Deutsche Bank](https://www.nethermind.io/blog/from-wallet-to-chain-a-bridge-of-two-worlds-on-an-ethereum-transaction) to drive the world computer forward. Nethermind recently announced participation in [Lantern Capital](https://x.com/ergokhaner/status/1920101547637444933?utm_source=chainofthought.xyz&utm_medium=referral&utm_campaign=weekly-ai-edge-46-virtuals-genesis-tether-ai), an early-stage fund focused on the intersection of Ethereum, crypto, and AI. At its heart, Nethermind builds stuff, and while our developer audience may be extremely familiar with a number of tools and resources they've shipped, here's a rundown for the rest of you. ### [**Nethermind Client**](https://www.nethermind.io/nethermind-client)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-500d512f-d55e-4b56-a42c-4042ddf4d829.png)](https://www.nethermind.io/nethermind-client) > Their flagship product. It's one of several software implementations that validators use to run Ethereum nodes. Having multiple clients for the network isn't redundancy — it's insurance. If one client has a bug and drops, the others step in and keep the network running. Nethermind's version comes built on .NET Core which works across Windows, macOS, and Linux, making it accessible to more operators and supporting Ethereum’s decentralization in the process. ### [**Sedge**](https://www.nethermind.io/sedge)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-d3acaad8-5fbb-40e9-94fc-f184003953b2.png)](https://www.nethermind.io/sedge) > Running an Ethereum validator is [notoriously complex](https://github.com/NethermindEth/sedge?tab=readme-ov-file#%EF%B8%8F-quick-start) — you need to configure multiple pieces of software, secure keys, and keep everything in sync. Sedge turns this into a one-click setup. It also comes integrated with Lido's Community Staking Module, letting anyone easily run a Lido validator as well by putting up ETH as collateral. ### [**Clear**](https://github.com/NethermindEth/Clear?tab=readme-ov-file)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-4074dc75-0407-4ac0-b7bd-9f4cf1b1e272.png)](https://github.com/NethermindEth/Clear?tab=readme-ov-file) > A verification tool that lets developers mathematically prove their smart contracts work as intended. It converts Solidity code into formal proofs, catching bugs that automated tools may miss. ### [**AuditAgent**](https://auditagent.nethermind.io/)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-6a62ba04-a3f8-4a9d-8946-91ea1dccf2d1.png)](https://auditagent.nethermind.io/) > AI-powered tool that audits, as well as continuously scans Ethereum and Starknet smart contracts for threats. It simulates possible attacks and gives real-time feedback, helping devs fix issues both [before *and* after launch](https://auditagent.nethermind.io/#features). The tool recently gained attention through I.R.I.S, an AI agent built using AuditAgent that launched on Virtuals as their debut Ethereum-based agent. I.R.I.S acts as a 24/7 security assistant — scanning code, monitoring GitHub changes, and watching Twitter conversations for potential vulnerabilities. **Beyond Ethereum, Nethermind's work has become essential infrastructure for Starknet, too:** ### [**Juno**](https://www.nethermind.io/juno)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-5619f5ee-5d15-40d1-961d-6fc9df90ec2f.png)](https://www.nethermind.io/juno) > A full node client for Starknet that helps users and developers run their own Starknet nodes, syncing data and maintaining network state, while contributing to Starknet’s decentralization overall. Over time, Juno aims to become a full sequencer — meaning it will help order and process transactions. ### [**Voyager**](https://voyager.online/)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-46902290-e549-4e95-9dc8-2b1c498bd4a4.png)](https://voyager.online/) > Starknet’s main block explorer, letting users look up addresses, contracts, and overall communications flowing between Ethereum and Starknet. It’s the main tool for seeing what’s happening on Starknet in real time. ### [**Starkweb**](https://www.starkweb.xyz/)**:** [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/data-src-image-021963e7-92ce-419c-a238-5e72682e4785.png)](https://www.starkweb.xyz/) > A developer toolkit for building apps on Starknet. It includes templates, testing tools, and web libraries to help turn Cairo smart contracts into usable websites or apps. --- Overall, Nethermind’s tools are designed to make every part of operating on Ethereum and Starknet — from running nodes to writing contracts — more decentralized, more secure, and more accessible. As we move into an era shaped by AI, agent systems, and decentralized networks, Nethermind is building the infrastructure to support it all — from base-layer protocol engineering to advanced zero-knowledge tools. All in all, their work underpins some of the most important parts of Ethereum and Starknet today. You can follow their latest developments on Twitter at [@NethermindEth](https://twitter.com/NethermindEth). [Share This Post](https://www.bankless.com/read/what-nethermind-builds) .  .  . WHAT YOU MISSED Ethereum Getting Lean? ### **📈 The Asset** - **BitMine **[bought another $200M of ETH](https://x.com/lookonchain/status/1965942441145676206) - **Tokenized gold** [on Ethereum reached $2.4B](https://x.com/tokenterminal/status/1964351346376622423) - **Cboe **[plans to launch continuous ETH futures](https://www.theblock.co/post/370033/cboe-to-list-continuous-bitcoin-and-ether-futures) - **SharpLink **[repurchased ~1M $SBET shares](https://x.com/SharpLinkGaming/status/1965385468360741042) - **The SEC** [punted on BlackRock’s Ethereum ETF staking plans](https://finance.yahoo.com/news/sec-punts-blackrock-ethereum-etf-222354831.html) ### **🏛️ The Protocol** - **EIP-7503**, [which effectively creates a privacy pool atop all of Ethereum, is gaining attention](https://x.com/megabyte0x/status/1964951930775454155) - **Tomasz K. Stańczak** [highlighted leanroadmap.org, a new dashboard tracking progress on the Lean Ethereum vision](https://x.com/tkstanczak/status/1966289852263231921) - **Ethereum devs** [agreed on a new Fusaka timeline](https://x.com/christine_dkim/status/1966225742758555749) - **Protocol Guild **[released its 1st compensation insights report re: Ethereum core devs](https://x.com/ProtocolGuild/status/1965415606326624370) - **Reth **[published a post-mortem on its recent state root mismatch bug](https://x.com/gakonst/status/1966187746621612042) ### **📱 The Apps** - **Ethena **[integrated USDe across Binance for its 280M users](https://x.com/ethena_labs/status/1965368486580105439) - **Zora **[unveiled the Top Trader Competition](https://x.com/zora/status/1965119615526408639) - **Etherscan **[integrated Chainabuse scam reports](https://x.com/chainabuse/status/1966110264480206886) - **Fidelity **[unveiled $FDIT, a tokenized share of its Treasury Digital Fund (FYOXX), on Ethereum](https://x.com/fabdarice/status/1964494485741850676) - **Forkcast **[added videos, transcripts, and chat logs for Ethereum protocol calls](https://x.com/wolovim/status/1965439884262523183) - **L2BEAT** [unveiled “DABEAT: Liveness” feature for real-time system status tracking](https://x.com/l2beat/status/1965762838640652530) - **MegaETH **[is developing a $USDm stablecoin in collaboration with Ethena](https://www.theblock.co/post/369786/megaeth-usdm-stablecoin) - **Synthetix **[is building a perps DEX on Ethereum](https://x.com/synthetix_io/status/1966027727506661434) - **TokenWorks **[launched PunkStrategy, a protocol that acquires and sells CryptoPunks to buy and burn $PNKSTR](https://x.com/Rhynotic/status/1964367481851826457) - **Velodrome **[introduced the VerifiedERC20 token standard in collaboration with Self Protocol](https://x.com/VelodromeFi/status/1965088430440034550) ### **🐸 The Culture** - **dGEN1 **[Ethereum phone shipping has begun](https://x.com/EthereumPhone/status/1966079252513603943) - **Virtuals** [opened submissions for “Ethereum is for AI” Hackathon with $100k in prizes](https://hack.virtuals.io/) - **@ethereum **[highlighted Focus Tree, a productivity app built on Starknet](https://x.com/ethereum/status/1965821085024456767) - **EF’s Jason Chaskin** [summarizes highlights of Ethereum App Builders X Space #11](https://x.com/jchaskin22/status/1965026812880380062) - **OpenSea **[is acquiring historic NFTs for its new +$1M Flagship Collection](https://x.com/HollanderAdam/status/1965098349800853956) ### **💽 The Tech** - **Base **[published a deep dive on Flashblocks](https://blog.base.dev/flashblocks-deep-dive) - **ZKsync **[is the largest L2 holder of RWAs with 15% market share](https://x.com/zksync/status/1966082124928184724) - **Celo **[underwent its Ice Cream upgrade](https://x.com/cLabs/status/1965795379561091419) - **Linea **[opened $LINEA claims, kickstarting the L2’s unique tokenomics](https://x.com/LineaBuild/status/1965808733235401198) - **Ronin **[selected the OP Stack to power its L2 infra](https://x.com/Ronin_Network/status/1965220031320793442) - **Upbit**, [a South Korean crypto exchange, is building an L2 using the OP Stack](https://cryptobriefing.com/upbit-ethereum-layer-2-op-stack-announcement) .  .  . WEEKLY ROLLUP Bull or Bear? [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2025/09/image---2025-09-13T131948.344.png)](https://www.youtube.com/watch?v=24Q768bZQF0)In this week's Rollup, Ryan and David discuss whether the crypto bull market is over amid rising unemployment and market uncertainty. We cover stablecoin competition for Hyperliquid partnerships, Justin Sun's frozen WFLI tokens, and Nasdaq's tokenized equities. They also reflect on SEC Chair Gensler's lost texts and the rise of DAOs, alongside major moves from Fidelity and Robinhood. *Tune into this week's Rollup*!* 👇* [Watch on YouTube](https://www.youtube.com/watch?v=24Q768bZQF0) --- --- *This article is brought to you by [MetaMask](https://www.bankless.com/sponsor/metamask-1776260643?ref=ethereums-quiet-giant)*