LogoLogo
English
English
  • Introduction
  • API
  • Methodology
    • Blockspace
    • Fundamentals
      • 🕓Activity
      • ⭐Value Locked
      • 💳Economics
      • 🔀Convenience
  • General Layer 2 Knowledge
    • 📜Data Availability
      • ⚪Light/client and full nodes
      • ❌Fault Proofs
      • 🏄‍♂️Onchain Data Availablity
        • 📄EIP-4844
        • 🧫Data Availability Sampling
      • 🕊️Offchain Data Availability
        • ⚙️General Purpose DACs Mechanism
        • 📚Sources and Extra Material
  • Developer Content
    • ⚖️Which Layer 2 approach is for you?
      • ↔️State Channels
      • ⚡Plasma
      • 🌀Rollups
      • 🔐Validiums
    • ⛽Transaction Costs
      • ⚔️Optimistic vs. Zero Knowledge Rollups
      • 🤝Validium Hybrids
      • 🖼️What EIP 4844 means for Layer 2s
    • ⭐Rollup Performance
      • ⌛General Stats
      • 📨Messaging Latency and Cost
  • OP Chains
    • 🧰OP Stack
    • 🌟Superchain
    • 🛣️Road to Superchain
      • ✅Chain Factories
      • ✅Permissionless Proof System
      • ☑️Configurable Sequencer per OP Chain.
    • ⛓️Chain Knowledge
      • 🔵Base
      • ⚪Zora
      • 🟢Public Goods Network
Powered by GitBook
On this page
  • Fees Paid by Users
  • Rent Paid to L1
  • Onchain Profit
  1. Methodology
  2. Fundamentals

Economics

PreviousValue LockedNextConvenience

Last updated 1 year ago

Fees Paid by Users

The amount of (gas) fees that users paid in order to use the chain. We think that this is one of the most important metrics for a Layer 2. If people are willing to pay more for a certain Layer 2 that means that this Layer 2 has more to offer in terms of applications or security. This metric is also often referred to as a Layer 2's revenue.

  • Arbitrum: Gas usage * gas price * ETH price of all transactions but we exclude transactions that have an L2 gas price of 0 (which are internal system transactions).

  • Ethereum: Gas usage * gas price * ETH price of all transactions.

  • Linea: Gas usage * gas price * ETH price of all transactions.

  • Loopring: TBD

  • ImmutableX: Users only pay fees to the protocol when they buy or sell NFTs. Usually, 1% of buy and sell orders go to the protocol. The sum of these protocol fees is our fees paid metric (marketplace fees not included because they don't go to the protocol).

  • Mantle: Gas usage * gas price * MNT price of all transactions.

  • OP chains (OP Mainnet, Base, Zora, PGN): L1 fee + gas usage * gas price * ETH price of all transactions but we exclude transactions that have an L2 gas price of 0 (which are internal system transactions).

  • Polygon zkEVM: Gas usage * gas price * ETH price of all transactions.

  • Scroll: Gas usage * gas price * ETH price of all transactions.

  • zkSync Era: Gas usage * effective gas price * ETH price.

Rent Paid to L1

The gas fees paid by L2s to post transaction data & verification states onto Ethereum. We query Ethereum mainnet (full query: ) and use a Dune spell (thanks ).

Onchain Profit

Profit = Fees paid by users - Rent paid to L1.

💳
https://dune.com/queries/2986216
https://twitter.com/0xKofi