Digital Asset Database Digital asset research & education
BTC$77,570+0.00% ETH$2,398-0.71% USDT$0.9996+0.00% BNB$692.08+0.73% XRP$1.36+1.01% USDC$0.9998+0.00% SOL$100.14+0.06% TRX$0.3259+1.23% FIGR_HELOC$1.01-3.13% HYPE$82.19-0.98% ZEC$816.89-2.50% DOGE$0.0825+0.92% RAIN$0.0167-3.19% USDS$0.9998+0.00% XMR$507.87-2.23% LEO$9.31-0.31% WBT$71.02-0.39% LINK$11.18-0.29% ADA$0.2048+3.66% XLM$0.1768+0.78% BCH$247.04-0.92% DAI$0.9998-0.02% CC$0.1106-3.09% USDE$0.9994+0.00% USD1$0.9994+0.00% LTC$50.11+1.47% GRAM$1.33+1.66% UNI$5.71-8.70% HBAR$0.0757+2.16% USDG$1.00+0.03% SUI$0.7652+5.78% AVAX$7.25+0.29%
Menu
Início
Ativos Todos os ativosSetoresRankingsHeat mapScreenerComparar ativos★ Saved
Fundamentos Fees & revenueValor bloqueadoExchange volumeAtividade de redeStablecoinsStaking & yield
Valuation Múltiplos de valuationSupply & issuanceDefinições de métricas
Institucional Produtos negociados em bolsaTesourarias corporativas
Pesquisa Notas de pesquisaCalendário de eventosFramework de riscoIncidentes de segurança
Aprender Learn libraryGlossárioCalculadorasMetodologiaFontes de dadosAtualização dos dadosAI agentsAPI pública
Notícias Consultar os dados Mercado global Sobre nós
Opções de leitura
Photography CryptoStudio
Visão guiada

Novo nos mercados — preços, yields, market cap? Explicamos cada termo enquanto navega, em linguagem simples. Os mesmos dados, com ajuda integrada.

Visão de especialista

Você já conhece o mercado. Apenas os dados — limpos, rápidos e compactos, sem explicações adicionais. Esta é a vista predefinida.

Claro ou escuro
Idioma
API pública

Todos os dados deste site estão disponíveis em JSON, com o período e a fonte vinculados.

Leia a documentação da API
How networks work Advanced 9 min

What a layer 2 inherits from its layer 1, and what it does not

Rollups borrow data availability and settlement from a base chain, while sequencing, upgrade keys and withdrawal delays remain their own risks.

A layer 2 is a separate execution environment that publishes enough information to a base chain for that base chain to be the final arbiter of its state. Users transact on the layer 2, which is faster and costs less, while the data and the proofs that make those transactions checkable are posted to the layer 1. What a layer 2 inherits from the base chain is a matter of exactly which guarantees that posting preserves, and the list of things it does not inherit is longer than the marketing usually admits.

The definition that matters is where the data goes

Every system that calls itself a layer 2 processes transactions off the base chain. The distinction that determines its security is whether the base chain receives enough to reconstruct and verify the resulting state. A rollup posts the transaction data itself to the layer 1, so anyone can rebuild the rollup's state from base-chain data alone, which is why data availability is the load-bearing concept rather than throughput.

A sidechain, by contrast, has its own validator set and its own consensus mechanism, and posts nothing that would let the base chain adjudicate. It may be connected by a bridge, but its security is entirely its own, and a user holding assets there is exposed to that separate validator set and to the bridge contract. The word layer 2 is applied loosely across this boundary in practice, so the useful question about any such system is what the base chain would be able to prove if the operator disappeared.

Two ways to prove the state is right

Optimistic rollupZK rollup
Default assumptionPosted state is correct unless challengedNothing is accepted without a proof
EvidenceA fraud proof submitted during a challenge windowA validity proof verified by a layer 1 contract
Withdrawal delay to layer 1The full challenge window, typically about a weekAs soon as a proof is verified
Live requirementAt least one honest party watching and able to challengeCorrect proving system and verifier contract
Main costDelay, and the assumption of a live watcherComputation to generate proofs

An optimistic rollup assumes published state transitions are valid and relies on a fraud proof to overturn an incorrect one within a challenge period. A ZK rollup submits a validity proof, built with zero-knowledge proof techniques, that the base chain verifies before accepting the new state. The names mislead slightly: the zero-knowledge property is used for succinctness rather than privacy in most rollups, and users' transactions remain public.

The sequencer is the part that is usually centralized

Someone has to order transactions on the layer 2, and on most live systems that someone is a single sequencer operated by the team that built it. A single sequencer can reorder or delay transactions, extract MEV, refuse service to particular addresses, and go offline, halting the chain. It cannot steal, because the proof system or challenge process prevents it from publishing an invalid state, but the difference between cannot steal and cannot censor is exactly the difference between what a rollup inherits and what it does not.

The mitigation is a forced-inclusion path: a user submits a transaction directly to a layer 1 contract, and after a delay the rollup must include it or halt. Whether such a path exists, how long the delay is, and whether a user can exit unilaterally when the operator stops responding are the questions that separate designs. Censorship risk at this layer is operational, not theoretical.

Upgrade keys, and why they can dominate everything above

Most rollup contracts on the base chain can be upgraded, typically by a multisignature wallet held by the development team, sometimes behind a timelock. This matters more than any proof-system detail, because a proof system that can be replaced by key holders is only as strong as those key holders. Admin key risk and upgradeability risk are the terms for this, and the relevant facts are the signer count, the threshold, whether signers are independent, and whether a delay gives users time to withdraw before a change takes effect.

Bridges deserve the same scrutiny for the same reason. Historically, bridge exploits have been among the largest losses in this field, and the common thread is that the assets were secured by a small operator set or an upgradeable contract rather than by the chains on either side.

What is inherited, and what is not

Inherited by a true rollup: the ability of anyone to reconstruct state from base-chain data; final settlement of the rollup's state on the base chain; and the base chain's own reorganization and finality behavior, which means a rollup cannot be more final than the layer it settles to. Not inherited: liveness, since the sequencer can stop independently; censorship resistance of ordering, since the sequencer chooses; governance, since upgrade keys belong to the rollup's own operators; and correctness of the rollup's own contracts, which is ordinary smart contract risk.

Reading a layer 2's numbers

Total value locked on a layer 2 mostly measures assets bridged in and held in its contracts, so it is a measure of deposits at risk as much as of usage, and it double counts nothing only if the bridge accounting is right. Daily transactions and throughput describe activity but are not comparable across chains with different transaction granularity. Fees on a rollup include what it pays the base chain for data — costs that fell substantially once Ethereum introduced dedicated data blobs in a 2024 upgrade — so a rollup's fee revenue and its margin are different quantities. Comparing market cap to TVL across layers without adjusting for these differences produces numbers that look like ratios and are not.

That closes this track. For the systems built on top of these networks, continue to the tracks on applications and risk, and use TVL data, the fee pages and risk pages to see how individual layer 2s are classified here.

01

O que reter

A rollup posts enough data to the base chain that anyone can reconstruct its state, which is the property that separates it from a sidechain.
Optimistic rollups rely on a challenge window and a watching party, while ZK rollups verify a validity proof before the state is accepted.
A single sequencer cannot steal funds but can reorder, delay and censor, so forced-inclusion and exit paths determine what users actually retain.
Upgradeable contracts controlled by a small signer set can override the guarantees of any proof system, which makes key arrangements a first-order fact.
Layer 2 metrics such as TVL, transaction counts and fees are not directly comparable to base-chain figures without adjusting for bridging and data costs.

Ativos

Todos os ativosSetoresRankingsHeat mapScreenerCompararSalvo

Fundamentos

Fees & revenueValor bloqueadoExchange volumeAtividade de redeStablecoinsStaking & yield

Valuation & risk

Múltiplos de valuationSupply & issuanceDefinições de métricasFramework de riscoIncidentes de segurança

Institucional

Produtos negociados em bolsaTesourarias corporativasEventsNotas de pesquisaNotícias

Aprender

Learn libraryGlossárioCalculadorasConsultar os dadosAI agentsAPI pública

Sobre

Sobre nósContatoMetodologiaFontes de dadosPolítica editorialAtualização dos dados

Legal

Avisos legaisTermos de usoPrivacy policy