What is a Linea RPC Node?
Access ConsenSys's zkEVM Layer 2
A Linea RPC node provides applications with access to ConsenSys's zkEVM Layer 2, enabling low-cost Ethereum transactions with cryptographic security guarantees from zero-knowledge proofs. Linea combines the best of Layer 2 scalability with enhanced security compared to optimistic rollups.
Why zkEVM matters
Unlike optimistic rollups that assume validity and require challenge periods, zkEVMs use zero-knowledge proofs to cryptographically verify every transaction. This provides instant finality and stronger security guarantees while maintaining full EVM compatibility — you get Ethereum's security with Layer 2 performance.
Linea advantages:
- zkEVM security — cryptographic validity proofs for every transaction
- Instant finality — no 7-day withdrawal waiting period
- EVM equivalence — deploy Ethereum contracts unchanged
- ConsenSys backing — built by Ethereum infrastructure leaders
- MetaMask integration — seamless wallet experience
- Low fees — 10-20x cheaper than Ethereum mainnet
How Linea works
Linea executes transactions off-chain in batches, generates zero-knowledge proofs verifying correct execution, and posts these proofs to Ethereum. Unlike optimistic rollups, validity is proven cryptographically rather than assumed, eliminating the need for fraud proofs and challenge periods.
Technical flow:
- Users submit transactions to Linea sequencer
- Transactions batched and executed on Layer 2
- Zero-knowledge proof generated verifying validity
- Proof posted to Ethereum L1 with compressed data
- Instant finality once proof verified on-chain
RPC endpoint access
HTTPS endpoints handle standard blockchain operations — querying state, submitting transactions, calling contracts with low latency and high reliability.
WebSocket endpoints enable real-time subscriptions for blocks, transactions, events, and logs — essential for trading interfaces and monitoring applications.