Saltar al contenido
lun, 27 jul UTC 11:41:39 CAP. MERC. $2.02T
BitcoinBTC $65,200.81 +1.09% EthereumETH $1,960.92 +3.91% TetherUSDT $1.00 +0.00% BNBBNB $573.19 +0.39% XRPXRP $1.11 +0.52% USD CoinUSDC $1.00 -0.01% SolanaSOL $76.69 +2.23% TRONTRX $0.3309 -0.42% DogecoinDOGE $0.0727 -0.82% XMR $352.30 -3.47% CardanoADA $0.1647 -0.42% ChainlinkLINK $8.77 +3.96% ToncoinTON $1.60 +0.95% StellarXLM $0.1817 +2.08% DaiDAI $1.00 +0.00% Bitcoin CashBCH $219.00 +3.50%
Glosario

¿Qué es ZK-Rollup? Avanzado

A ZK-rollup is a layer-2 network that processes transactions off the main chain, then posts a compressed record together with a cryptographic validity proof. The proof lets the base chain verify that every batched transaction followed the rules without re-executing them, which is what makes rollups far cheaper than transacting on the base layer directly.

The "ZK" comes from zero-knowledge cryptography, but the property being used is usually succinctness rather than privacy: a short proof that a huge batch of computation was carried out correctly, cheap for anyone to check. Most ZK-rollups are not private — activity is visible much as it is anywhere else. Some engineers prefer the plainer name validity rollup, which describes the job better.

The contrast is with optimistic rollups, which publish results and assume they are honest unless someone submits a fraud proof during a challenge window. That window means withdrawals back to <a href="/glossary/layer-1/">layer 1</a> have to wait. A validity proof removes the guesswork, so exits can settle as soon as a proof is verified. The cost lands on the other side: generating proofs is computationally heavy, and supporting general smart contracts inside a proof system is genuinely difficult engineering.

Two caveats deserve stating plainly. A rollup only inherits base-chain security if its transaction data is actually published there and its contracts are not quietly upgradeable; many run a single operator sequencing transactions, which can censor or reorder even where it cannot steal. And funds cross over through a <a href="/glossary/bridge/">bridge</a>: a rollup is its own <a href="/glossary/layer-2/">layer-2</a> network, so sending to the wrong one, or to a service that does not support it, is an easy and expensive mistake.

Puntos clave

  • Zero-knowledge here buys verifiable compression, not anonymity; assume your rollup activity is public.
  • Validity proofs remove the challenge-window wait that optimistic rollups impose on withdrawals.
  • Check who runs the sequencer and whether the contracts can be upgraded before treating any rollup as trustless.

ZK-Rollup — preguntas frecuentes

Is a ZK-rollup private?

Usually not. The zero-knowledge machinery is proving that a batch of transactions was executed correctly; it is not being used to hide who sent what. Balances and transfers on most ZK-rollups can be inspected in a block explorer exactly as on the base chain. Privacy-focused designs do exist, but treat privacy as a separate feature a network has to advertise explicitly.

Do I need to do anything differently to use one?

Mainly, mind the network. You bridge assets over, pay fees in whatever token that rollup uses for gas, and interact with contracts deployed there rather than on the base chain. Withdrawing back takes an extra step and sometimes extra time. Always confirm the destination network before sending, because a service that does not support that specific network can put your funds out of reach.

Esta definición es educativa y no es asesoramiento financiero. Las cripto son volátiles y de alto riesgo — investiga siempre por tu cuenta.
Sigue aprendiendo

¿Nuevo en cripto o rellenando huecos? Recorre lo esencial en Learn, explora todos los términos A–Z o consulta los precios en vivo de las monedas que impulsan estos conceptos.