Ark Protocol
Un protocolo Bitcoin Layer 2 que utiliza UTXOs virtuales (vUTXOs) para pagos privados y económicos sin requisitos de liquidez entrante.
El protocolo fue propuesto en mayo de 2023. Los ASPs minimizan la huella on-chain: un UTXO compartido por ronda independientemente del número de transferencias fuera de cadena. Limitaciones: los usuarios deben estar en línea durante la ronda; la confianza cero completa depende de soft forks de Bitcoin no activados.
graph LR
Center["Ark Protocol"]:::main
Pre_bitcoin["bitcoin"]:::pre --> Center
click Pre_bitcoin "/terms/bitcoin"
Pre_layer_2["layer-2"]:::pre --> Center
click Pre_layer_2 "/terms/layer-2"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explícalo como si tuviera 5 años
Imagina una oficina de correos donde todos entregan sus cartas a un administrador postal. Él las recoge cada pocos segundos y las entrega juntas, por lo que cada entrega cuesta casi nada. Si la oficina desaparece, puedes recuperar tus fondos directamente en la [blockchain](/es/terms/blockchain) de [Bitcoin](/es/terms/bitcoin).
🤓 Expert Deep Dive
Ark utiliza vUTXOs como salidas Taproot 2-of-2 multisig con ruta de salida unilateral basada en CLTV. El modelo completamente sin confianza requiere opcodes de covenant de Bitcoin (CTV/APO). Comparado con Lightning, Ark ofrece mejor privacidad mediante batching por rondas y elimina la necesidad de liquidez entrante para receptores.
❓ Preguntas frecuentes
How is Ark different from the Lightning Network?
Lightning requires both sender and receiver to manage payment channels and inbound liquidity. Ark eliminates this: recipients do not need channels or pre-allocated capacity. The ASP absorbs the liquidity burden and batches transactions in periodic rounds.
Is Ark Protocol trustless?
Not fully yet. In the current trusted ASP model, users must trust the ASP during the round window. The fully trustless version requires Bitcoin covenant opcodes (CTV/APO) which had not been activated on mainnet as of 2025.
What happens if the Ark Service Provider disappears?
Users can unilaterally exit by sweeping their vUTXO directly to the Bitcoin mainchain after the CLTV timeout (e.g., 4 weeks) expires. This ensures funds are never permanently locked.