Blockchain General

Data Availability (DA)

The guarantee that a block's transaction data has been published and can be downloaded by any network participant. In modular blockchains and rollups, DA layers ensure off-chain execution data remains visible, complete, and verifiable. Data availability sampling (DAS) allows light nodes to probabilistically verify availability by checking random chunks without downloading entire blocks.

IDdata-availabilityAliasDAAliasDA Layer

Lectura rápida

Empieza por la explicación más corta y útil antes de profundizar.

The guarantee that a block's transaction data has been published and can be downloaded by any network participant. In modular blockchains and rollups, DA layers ensure off-chain execution data remains visible, complete, and verifiable. Data availability sampling (DAS) allows light nodes to probabilistically verify availability by checking random chunks without downloading entire blocks.

Modelo mental

Usa primero la analogía corta para razonar mejor sobre el término cuando aparezca en código, docs o prompts.

Piensa en esto como un bloque de construcción que conecta una definición aislada con el sistema mayor donde vive.

Contexto técnico

Ubica el término dentro de la capa de Solana en la que vive para razonar mejor sobre él.

Conceptos compartidos de cripto que dan marco al ecosistema más amplio.

Por qué le importa a un builder

Convierte el término de vocabulario en algo operacional para producto e ingeniería.

Este término desbloquea conceptos adyacentes rápido, así que funciona mejor cuando lo tratas como un punto de conexión y no como una definición aislada.

Handoff para IA

Handoff para IA

Usa este bloque compacto cuando quieras dar contexto sólido a un agente o asistente sin volcar toda la página.

Data Availability (DA) (data-availability)
Categoría: Blockchain General
Definición: The guarantee that a block's transaction data has been published and can be downloaded by any network participant. In modular blockchains and rollups, DA layers ensure off-chain execution data remains visible, complete, and verifiable. Data availability sampling (DAS) allows light nodes to probabilistically verify availability by checking random chunks without downloading entire blocks.
Aliases: DA, DA Layer
Relacionados: Modular Blockchain, Rollup, Celestia
Glossary Copilot

Haz preguntas de Solana con contexto aterrizado sin salir del glosario.

Usa contexto del glosario, relaciones entre términos, modelos mentales y builder paths para recibir respuestas estructuradas en vez de output genérico.

Abrir workspace completa del Copilot
Explicar este código

Opcional: pega código Anchor, Solana o Rust para que el Copilot mapee primitivas de vuelta al glosario.

Haz una pregunta aterrizada en el glosario

Haz una pregunta aterrizada en el glosario

El Copilot responderá usando el término actual, conceptos relacionados, modelos mentales y el grafo alrededor del glosario.

Grafo conceptual

Ve el término como parte de una red, no como una definición aislada.

Estas ramas muestran qué conceptos toca este término directamente y qué existe una capa más allá de ellos.

Rama

Modular Blockchain

A blockchain architecture that separates core functions (execution, consensus, data availability, settlement) into specialized layers rather than handling all functions on a single monolithic chain. Modular designs allow each layer to be optimized independently, dramatically improving throughput and reducing costs. Celestia, EigenDA, and Avail serve as dedicated data availability layers, while rollups handle execution.

Rama

Rollup

A Layer 2 scaling technique that executes transactions off-chain, bundles them, and posts compressed data back to L1. Optimistic rollups assume transactions are valid and use fraud proofs for disputes (7-day challenge period). ZK rollups generate cryptographic validity proofs for every batch. Rollups inherit L1 security while providing 10-100x throughput improvement.

Rama

Celestia

The first modular data availability network, launched in October 2023, that separates data availability and consensus from execution. Celestia uses data availability sampling (DAS) and namespaced Merkle trees so light nodes can verify data availability without downloading full blocks. Over 56 rollups use Celestia for DA, with support from Arbitrum Orbit, OP Stack, and Polygon CDK.

Siguientes conceptos para explorar

Mantén la cadena de aprendizaje en movimiento en lugar de parar en una sola definición.

Estos son los siguientes conceptos que vale la pena abrir si quieres que este término tenga más sentido dentro de un workflow real de Solana.

Blockchain General

Modular Blockchain

A blockchain architecture that separates core functions (execution, consensus, data availability, settlement) into specialized layers rather than handling all functions on a single monolithic chain. Modular designs allow each layer to be optimized independently, dramatically improving throughput and reducing costs. Celestia, EigenDA, and Avail serve as dedicated data availability layers, while rollups handle execution.

Blockchain General

Rollup

A Layer 2 scaling technique that executes transactions off-chain, bundles them, and posts compressed data back to L1. Optimistic rollups assume transactions are valid and use fraud proofs for disputes (7-day challenge period). ZK rollups generate cryptographic validity proofs for every batch. Rollups inherit L1 security while providing 10-100x throughput improvement.

Blockchain General

Celestia

The first modular data availability network, launched in October 2023, that separates data availability and consensus from execution. Celestia uses data availability sampling (DAS) and namespaced Merkle trees so light nodes can verify data availability without downloading full blocks. Over 56 rollups use Celestia for DA, with support from Arbitrum Orbit, OP Stack, and Polygon CDK.

Blockchain General

Deterministic Execution

The property that given identical inputs and initial state, a program will always produce the exact same output and state transitions regardless of which machine executes it. Deterministic execution is foundational to blockchain consensus because every validator must independently arrive at the same result when processing transactions. Sources of non-determinism (floating point, random numbers, system time) must be eliminated or controlled in blockchain runtimes.

Comúnmente confundido con

Términos cercanos en vocabulario, acrónimo o vecindad conceptual.

Estas entradas son fáciles de mezclar cuando lees rápido, haces prompting a un LLM o estás entrando en una nueva capa de Solana.

Blockchain Generalbitcoin-layer-2

Bitcoin Layer 2

Scaling and programmability solutions built on top of Bitcoin's base layer that extend its functionality while inheriting some degree of Bitcoin's security. Major approaches include the Lightning Network (payment channels), Stacks (smart contracts via Proof of Transfer), Liquid Network (Blockstream's federated sidechain), and ZK-rollups like Citrea (using BitVM for settlement). These solutions address Bitcoin's limited throughput (~7 TPS) and restricted scripting.

AliasBitcoin L2
Blockchain Generallayer-1

Layer 1 (L1)

The base blockchain network that provides consensus, data availability, and execution. Bitcoin, Ethereum, and Solana are Layer 1 blockchains. L1s define the core protocol rules, security model, and native token. Scalability limitations on L1 have driven the development of Layer 2 solutions that inherit L1 security.

AliasL1
Blockchain Generallayer-2

Layer 2 (L2)

A scaling solution built on top of a Layer 1 blockchain that processes transactions off-chain while inheriting the security of the base layer. L2 types include optimistic rollups (Arbitrum, Optimism), ZK rollups (zkSync, StarkNet), state channels, and sidechains. L2s post transaction data or proofs back to L1 for finality.

AliasL2
Términos relacionados

Sigue los conceptos que realmente le dan contexto a este término.

Las entradas del glosario se vuelven útiles cuando están conectadas. Estos enlaces son el camino más corto hacia ideas adyacentes.

Blockchain Generalmodular-blockchain

Modular Blockchain

A blockchain architecture that separates core functions (execution, consensus, data availability, settlement) into specialized layers rather than handling all functions on a single monolithic chain. Modular designs allow each layer to be optimized independently, dramatically improving throughput and reducing costs. Celestia, EigenDA, and Avail serve as dedicated data availability layers, while rollups handle execution.

Blockchain Generalrollup

Rollup

A Layer 2 scaling technique that executes transactions off-chain, bundles them, and posts compressed data back to L1. Optimistic rollups assume transactions are valid and use fraud proofs for disputes (7-day challenge period). ZK rollups generate cryptographic validity proofs for every batch. Rollups inherit L1 security while providing 10-100x throughput improvement.

Blockchain Generalcelestia

Celestia

The first modular data availability network, launched in October 2023, that separates data availability and consensus from execution. Celestia uses data availability sampling (DAS) and namespaced Merkle trees so light nodes can verify data availability without downloading full blocks. Over 56 rollups use Celestia for DA, with support from Arbitrum Orbit, OP Stack, and Polygon CDK.

Más en la categoría

Quédate en la misma capa y sigue construyendo contexto.

Estas entradas viven junto al término actual y ayudan a que la página se sienta parte de un grafo de conocimiento más amplio en lugar de un callejón sin salida.

Blockchain General

Blockchain

A distributed, append-only ledger that records transactions in cryptographically linked blocks. Each block contains a hash of the previous block, forming an immutable chain. Nodes in the network maintain copies of the ledger and reach agreement through consensus mechanisms. Blockchains enable trustless, decentralized record-keeping without a central authority.

Blockchain General

Mecanismo de Consenso

The protocol by which nodes in a distributed network agree on the current state of the ledger. Common mechanisms include Proof of Work (Bitcoin), Proof of Stake (Ethereum, Solana), and BFT variants. Consensus ensures all honest nodes converge on the same transaction history despite potential network delays or malicious actors.

Blockchain General

Prueba de Participación (PoS)

A consensus mechanism where validators are selected to produce blocks based on the amount of cryptocurrency they have staked (locked) as collateral. PoS is energy-efficient compared to Proof of Work. Misbehaving validators risk losing their stake (slashing). Solana, Ethereum (post-Merge), Cosmos, and Cardano use PoS variants.

Blockchain General

Prueba de Trabajo (PoW)

A consensus mechanism where miners compete to solve computationally expensive puzzles to produce blocks and earn rewards. PoW provides strong security (51% attack resistance) but is energy-intensive. Bitcoin and pre-Merge Ethereum use PoW. The difficulty adjusts to maintain target block times regardless of total network hash power.