# Explore the Web3 Power User Ecosystem Diagram > Published on ADIN (https://adin.chat/s/web3-power-user-ecosystem-structure-ps3b) > Type: Diagram > Date: 2026-03-08 > Description: Interactive flowchart detailing key layers from Ethereum to L2 solutions in Web3 infrastructure and usage Mermaid diagram: graph TB subgraph Infrastructure["Infrastructure Layer"] ETH["Ethereum / L1s"] L2["L2s #40;Arbitrum, Base, Optimism#41;"] BRIDGE["Bridges #40;Across, Stargate#41;"] end subgraph Liquidity["Liquidity Layer"] DEX["DEXs #40;Uniswap, Curve, Jupiter#41;"] LEND["Lending #40;Aave, Morpho, Compound#41;"] STAKE["Staking #40;Lido, EigenLayer#41;"] end subgraph Coordination["Coordination Layer"] DAO["DAO Tooling #40;Safe, Tally, Snapshot#41;"] TREAS["Treasury Mgmt #40;Llama, Parcel#41;"] GOV["Governance #40;Aragon, Governor#41;"] end subgraph Identity["Identity Layer"] ENS["ENS Domains"] SOCIAL["Social #40;Farcaster, Lens#41;"] ATTEST["Attestations #40;EAS, Gitcoin Passport#41;"] end subgraph Intelligence["Intelligence Layer"] ANALYTICS["Analytics #40;Dune, Nansen, Arkham#41;"] MEV["MEV #40;Flashbots, MEV-Boost#41;"] AGENTS["AI Agents #40;Virtuals, ai16z#41;"] end subgraph Users["Power User Classes"] TRADER["Traders"] RESEARCHER["Researchers"] OPERATOR["Operators"] BUILDER["Builders"] end ETH --> L2 L2 --> BRIDGE Infrastructure --> Liquidity Liquidity --> DEX Liquidity --> LEND Liquidity --> STAKE Liquidity --> Coordination Coordination --> DAO Coordination --> TREAS Coordination --> GOV Coordination --> Identity Identity --> ENS Identity --> SOCIAL Identity --> ATTEST Identity --> Intelligence Intelligence --> ANALYTICS Intelligence --> MEV Intelligence --> AGENTS TRADER --> DEX TRADER --> MEV TRADER --> ANALYTICS RESEARCHER --> ANALYTICS RESEARCHER --> GOV RESEARCHER --> ATTEST OPERATOR --> DAO OPERATOR --> TREAS OPERATOR --> STAKE BUILDER --> L2 BUILDER --> AGENTS BUILDER --> ENS