diff --git a/public/content/developers/docs/networks/index.md b/public/content/developers/docs/networks/index.md
index a7eddd6660a..eba69fc80f0 100644
--- a/public/content/developers/docs/networks/index.md
+++ b/public/content/developers/docs/networks/index.md
@@ -179,6 +179,29 @@ The consensus process is controlled by a pre-defined set of nodes that are trust
If a public Ethereum network is like the public internet, a consortium network is like a private intranet.
+## Why are Ethereum testnets named after metro stations? {#why-naming}
+
+Many Ethereum testnets are named after real-world metro or train stations. This naming tradition started early and reflects the global cities where contributors have lived or worked. It's symbolic, memorable, and practical. Just like testnets are isolated from Ethereum mainnet, metro lines run separately from surface traffic.
+
+### Commonly used and legacy testnets {#common-and-legacy-testnets}
+
+- **Sepolia** - A metro-linked neighborhood in Athens, Greece. Currently used for smart contract and dApp testing.
+- **Hoodi** - Named after Hoodi metro station in Bengaluru, India. Used for validator and protocol upgrade testing.
+- **Goerli** _(deprecated)_ - Named after Görlitzer Bahnhof in Berlin, Germany.
+- **Rinkeby** _(deprecated)_ - Named after a Stockholm suburb with a metro station.
+- **Ropsten** _(deprecated)_ - Refers to an area and former ferry/metro terminal in Stockholm.
+- **Kovan** _(deprecated)_ - Named after a Singapore MRT station.
+- **Morden** _(deprecated)_ - Named after a London Underground station. Ethereum’s first public testnet.
+
+### Other specialized testnets {#other-testnets}
+
+Some testnets were created for short-term or upgrade-specific testing and are not necessarily metro-themed:
+
+- **Holesky** _(deprecated)_ - Named after Holešovice station in Prague. Used for validator testing; deprecated in 2025.
+- **Kiln**, **Zhejiang**, **Shandong**, **Prater**, **Pyrmont**, **Olympic** _(all deprecated)_ and **Ephemery** - Purpose-built for upgrade simulations like The Merge, Shanghai, or validator experiments. Some names are regional or thematic rather than metro-based.
+
+Using metro station names helps developers quickly identify and remember testnets without needing to rely on numeric chain IDs. It also reflects Ethereum’s culture: practical, global, and human-centered.
+
## Related tools {#related-tools}
- [Chainlist](https://chainlist.org/) _list of EVM networks to connect wallets and providers to the appropriate Chain ID and Network ID_