The network and the stack
Linea Mainnet is a specific public network; Lineth is the configurable rollup software that powers it. The distinction prevents a misleading assumption that every deployment of the software publishes data or settles in the same way. In the documented Linea configuration, sequencer components build Ethereum-compatible blocks, a state manager maintains information used in proving, and a coordinator groups work and submits proofs. Ethereum contracts verify those proofs and record the resulting state commitments.
The supporting components perform different jobs rather than constituting one interchangeable validator role.
1 source for this section
Reading a transaction's settlement status
A transaction first receives confirmation within Linea. Later, a proof covering its batch is verified on Ethereum, and the Ethereum block containing that verification must itself finalize. Linea documentation calls these soft and hard finality. For an application that needs Ethereum settlement, the latest visible block is therefore a different reference from the finalized block. The documented finalized RPC tag provides a concrete way to inspect that distinction. Proving and batching time can vary, so a historical average should not be treated as a guaranteed withdrawal deadline.
1 source for this section
Proof security is one part of the assessment
Linea's published risk disclosures discuss operator availability, bridge contracts, software defects, and administrative powers alongside the proof system. Those are separate questions from whether a proof mathematically verifies execution. A proof does not stop an upgrade authority from changing the verifier or other system contracts where that authority exists. It also cannot force an unavailable service to answer immediately.
When checking a deployment, examine its current contracts and controls as well as the proof design, and distinguish descriptions of launch conditions from subsequently activated upgrades.
2 sources for this section
The source notesEvidence & further reading3 sources
- Lineth architecture and the Linea Mainnet configuration Linea · Primary source · accessed 2026-09-21
- Linea transaction finality Linea · Primary source · accessed 2026-09-21
- Linea network risk disclosures Linea · Primary source · accessed 2026-09-21