Linea is a zero-knowledge EVM rollup built by ConsenSys, the same company behind MetaMask and Infura. It settles to Ethereum, charges fees in ETH, and ships with default wiring into the two pieces of infrastructure most Ethereum developers and users already touch every day. This guide explains what Linea is, how it works in 2026, who builds on it, and how it stacks up against Scroll, zkSync, and Polygon zkEVM.
What is Linea in one sentence?
Linea is a Type 2 zkEVM Layer 2 network from ConsenSys that batches Ethereum transactions, posts validity proofs to L1, and aims for full bytecode equivalence so any Solidity contract can deploy without changes. Mainnet alpha opened in July 2023, and the network reached general availability through 2024. (Source: docs.linea.build, ConsenSys announcements.)
Who builds Linea and why does ConsenSys matter?
ConsenSys is one of the oldest Ethereum companies. It ships MetaMask (the dominant browser wallet), Infura (a default RPC and node provider), Truffle and Hardhat tooling history, and now Linea as its rollup. That distribution matters more than any single technical feature. A wallet popup on MetaMask can suggest Linea by default, and an Infura key works against Linea endpoints with no new signup. Few other L2s ship with that kind of front-door access to existing Ethereum users.
The flip side is concentration risk. If ConsenSys pauses development, changes pricing on Infura, or runs into regulatory pressure, Linea inherits all of it. Decentralizing the sequencer and prover is on the published roadmap, but as of 2026 the network still leans heavily on ConsenSys-operated infrastructure.
How does Linea work under the hood?
Linea is a zk-rollup. Users submit transactions on L2, a sequencer orders them, a prover generates a SNARK that attests the state transition is valid, and that proof gets posted to Ethereum L1 along with the compressed transaction data. Once L1 verifies the proof, the L2 state is final. There is no seven-day challenge window the way optimistic rollups like Arbitrum and Optimism have. Withdrawals back to Ethereum settle as fast as the next proof, typically hours rather than a week.
The zkEVM is Type 2 in Vitalik Buterin's classification. That means it executes EVM bytecode directly, with small modifications to the state tree for proving efficiency. Solidity contracts deploy without rewrites. A handful of low-level opcodes behave slightly differently, but for almost every developer it feels identical to Ethereum.
What does it cost to use Linea?
Gas on Linea is paid in ETH, not a separate gas token. That is the same model as Base, Arbitrum, Optimism, Scroll, and zkSync Era. Typical transaction fees in 2026 sit well under a cent for transfers and a few cents for swaps, depending on Ethereum L1 calldata pricing and EIP-4844 blob market conditions. Linea adopted blob posting after the Ethereum Dencun upgrade, which cut data availability costs by roughly an order of magnitude across all rollups.
For exact current fees, check the live gas tracker at lineascan.build. Fee levels move with L1 blob demand and are not stable enough to quote permanently.
How do you bridge to Linea?
The canonical entry point is the native bridge at bridge.linea.build. It moves ETH and supported ERC-20 tokens between Ethereum mainnet and Linea using the rollup's own message-passing contracts. Deposits arrive in roughly 15 to 20 minutes. Withdrawals back to L1 take longer because they wait for the next proof to be posted and verified.
Third-party bridges and aggregators also support Linea, including Across, LI.FI, Stargate, and Orbiter Finance. Aggregators are usually faster for withdrawals because they front liquidity rather than waiting for the canonical proof. Always verify the destination contract address and route on the official Linea docs before sending size.
What is the LINEA token?
ConsenSys announced a LINEA token program in 2025, with a generation event and broad distribution targeted at users, developers, and ecosystem partners through 2025 and into 2026. The exact mechanics, supply, and unlock schedule have been published by the Linea Association and on docs.linea.build. Unlike ETH on Linea, the LINEA token is not the gas token. Fees continue to be paid in ETH, which aligns Linea with the Ethereum-native fee model rather than the BNB or MATIC style.
The token is meant to coordinate governance, incentives for liquidity and dapp usage, and eventually decentralization of the sequencer and prover roles. Before treating LINEA as a long-term position, read the official tokenomics page on docs.linea.build for the current vesting schedule and circulating supply.
What is the Linea ecosystem in 2026?
Linea hosts a full DeFi and consumer stack. The flagship native protocols include:
Mendi Finance. Compound-style lending market, one of the deepest money markets on Linea by TVL.
Lynex. Ve(3,3) DEX modeled on Velodrome and Thena, the main venue for stablecoin and LST pairs.
Velocore. Concentrated-liquidity DEX with bribes and gauge voting (note: Velocore suffered an exploit in 2024 and relaunched, so check current audit status before deploying capital).
Connext / Chain Abstraction. Cross-chain messaging and intent routing, widely used by Linea-native apps for multi-chain UX.
SyncSwap, EchoDEX, and iZUMi. Additional DEX venues with concentrated liquidity and farming.
LayerBank, Zerolend. Alternative lending venues alongside Mendi.
Total Value Locked on Linea, per DeFiLlama, has tracked alongside the mid-tier rollups (Scroll, Mantle, Blast) through 2025 and 2026. Live TVL is at defillama.com/chain/Linea. For an apples-to-apples comparison, sort the L2 dashboard by TVL plus stablecoin supply.
How does Linea compare to Scroll, zkSync Era, and Polygon zkEVM?
All four are zkEVM rollups settling to Ethereum, but they differ on equivalence level, backers, and ecosystem shape.
Linea (ConsenSys). Type 2 zkEVM. Default MetaMask and Infura wiring. Strong consumer onboarding, growing DeFi stack. Fees in ETH.
Scroll. Also a zkEVM aiming at bytecode equivalence, with a more academic and open-source posture. Smaller ecosystem than Linea but well respected technically. See our Scroll explainer.
zkSync Era (Matter Labs). Uses its own LLVM-based compiler (zkEVM Type 4 in Vitalik's classification). Not bytecode-equivalent. Highest cumulative transaction count of the zk rollups but pays a developer-experience tax because some Solidity patterns need adjustment.
Polygon zkEVM. Backed by Polygon Labs, Type 3-ish zkEVM. Smaller ecosystem on its zk rollup specifically (Polygon's primary chain remains the PoS sidechain). Polygon's roadmap pivot toward AggLayer has shifted attention away from the standalone zkEVM.
For users, the practical differences are: which wallets prompt you to add the network automatically, where your favorite dapps live, and how cheap the canonical bridge is. Linea wins on the wallet default and a deep ConsenSys-backed bench. Scroll wins on technical purity. zkSync Era wins on raw transaction throughput. Polygon zkEVM is the laggard of the four in 2026.
What are the risks of using Linea?
Three risks worth naming.
First, centralized sequencer. ConsenSys runs the sequencer and the prover. In a failure or censorship scenario, users rely on an L1 escape hatch that is not yet battle-tested at scale. This is true of almost every rollup in 2026, not just Linea, but it is the single biggest live risk.
Second, ConsenSys dependency. The same company controls the rollup, the wallet most users open it in, and the RPC most dapps call. That is convenient for distribution and concerning for decentralization. Diversifying your RPC (use a non-Infura provider) and your wallet (do not assume MetaMask is the only safe path) is reasonable risk management.
Third, smart contract risk on dapps. The chain itself can be secure while a lending market or DEX on top of it gets exploited. Velocore's 2024 incident is the live example. Check audits, treasury exposure, and time-since-launch on any Linea protocol before depositing.
What is the Linea roadmap toward decentralization?
The published roadmap moves the network through stages that progressively reduce ConsenSys control. Stage one is what most users see today: a permissioned sequencer and prover with an emergency exit path on L1. Stage two opens up sequencing to a broader operator set and adds permissionless proof submission, so any party can post a valid proof and advance the chain. Stage three targets full decentralization of both roles plus governance handoff to token holders and the Linea Association.
Timelines for each stage are published on docs.linea.build and have shifted before, which is normal for every rollup including Arbitrum and Optimism. The right question is not "when exactly" but "what is the failure mode if ConsenSys disappears tomorrow." Today the answer involves L1 escape hatches that work in theory and have not been stress-tested in production. By stage two that picture should improve materially.
Should you use Linea?
If you already live in MetaMask and want a cheap, Ethereum-aligned L2 for DeFi, NFTs, or general dapp use, Linea is one of the easiest networks to start with. The default integrations remove most of the friction that scares off new users on chains like Scroll or zkSync. For developers, the Type 2 zkEVM means existing Solidity code deploys clean. The trade-off is leaning hard on ConsenSys, which is fine for most users and worth thinking about for protocols holding significant treasury.
Methodology and sources
This article draws on the official Linea documentation at docs.linea.build, the Linea homepage at linea.build, ConsenSys public announcements about Linea mainnet alpha (July 2023) and the LINEA token program (2025), and DeFiLlama's Linea chain page at defillama.com/chain/Linea for TVL and ecosystem data. zkEVM classification follows Vitalik Buterin's "Different types of zkEVMs" framework (vitalik.eth.limo, 2022). Comparison data on Scroll, zkSync Era, and Polygon zkEVM was cross-checked against each project's official docs and DeFiLlama TVL as of 2026. Fee levels move with Ethereum blob market conditions and are not quoted as fixed numbers.

