Ark
- Name: Ark
- URL: https://ark-protocol.org/
- Category: Bitcoin VTXO payment infrastructure / shared-UTXO round coordinator / Lightning-gateway wallet middleware
- Tags: bitcoin-ecosystem
- Summary: Ark is worth cataloging not as just another Lightning alternative or generic
Bitcoin L2, but as a specific control stack built around server-coordinated virtual UTXOs (VTXOs). The official materials describe a client-server protocol where users hold pre-signed offchain transaction trees that guarantee unilateral emergency exit, while an Ark server organizes periodic rounds to refresh expiring balances, provides bitcoin liquidity for those refreshes and offboards, and acts as a Lightning gateway for the outside network. The most useful analytical split is between trustless board/refresh VTXOs, lower-trust out-of-round spend VTXOs (arkoorpayments), server-funded liquidity, expiry-and-sweep policy, and optional delegated refresh signing for mobile devices. That makes Ark a strong comparison point for Mercury Layer, Spark, Bark, and Lightning because the real control surfaces are not justself-custodyorBitcoin scaling, but round scheduling, server liquidity policy, expiry handling, out-of-round payment trust, and gateway-managed Lightning interoperability. - What it does:
- Defines a Bitcoin protocol where users hold balances as VTXOs: pre-signed offchain transaction trees that can be broadcast to reclaim bitcoin onchain in an emergency
- Uses an Ark server to coordinate periodic rounds in which users forfeit older VTXOs and receive new refresh VTXOs with renewed lifetime
- Lets users make instant out-of-round payments (
arkoor) by creating spend VTXOs directly from existing VTXOs without waiting for the next round - Requires the server to maintain bitcoin liquidity for refreshes, cooperative offboards, and Lightning payments, while users avoid managing channels or inbound liquidity themselves
- Gives all VTXOs a finite lifetime, after which the server can sweep forfeited or expired rounds to recover deployed liquidity
- Exposes a delegated-refresh path for mobile and intermittent devices, where co-signers can sign refreshes on a user’s behalf with a weaker trust model than ordinary refresh VTXOs
- Integrates Lightning through a server-operated gateway, using HTLCs so Ark users can send and receive Lightning payments without managing channels directly
- Key claims:
- The strongest reusable insight is that Ark separates
holding bitcoin offchainfrompaying instantlymore cleanly than many Bitcoin payment systems. Board and refresh VTXOs are meant to be trustless after creation, while spend VTXOs intentionally trade some security for instant out-of-round payments. - The server is not a mere relay. The docs make it the center of several distinct control surfaces: round timing, transaction-tree construction, liquidity deployment, offboard cooperation, Lightning gateway operation, and eventual expiry sweeps.
- The VTXO lifetime design is one of Ark’s most important mechanisms. Users must refresh or spend before expiry, while the server can later sweep expired rounds in one transaction to recover deployed capital. That makes expiry policy a capital-efficiency and governance surface, not just a wallet UX detail.
- Ark’s payment design is not simply
Lightning without channels. The official materials emphasize that same-server Ark payments happen out-of-round asarkoortransfers, which are instant and liquidity-free but temporarily rely on the sender and server not colluding to double-spend until the receiver refreshes. - The liquidity docs matter because they make the economic center legible: Ark pushes channel-style liquidity management away from users and onto the server, which must price operations according to amount, time-to-expiry, and its bitcoin-denominated opportunity cost of capital.
- The delegated-refresh design is analytically useful because it exposes a mobile-wallet compromise. To handle operating-system wake limitations, Ark introduces designated co-signers and explicitly accepts a weaker 1-of-n trust model until covenant-like Bitcoin features exist.
- The Lightning gateway path adds another distinct layer. The server runs Lightning infrastructure, funds receive-side HTLCs from its own VTXO pool, and converts user balances between VTXOs and Lightning payments, so Lightning interoperability is mediated by server policy rather than by user-held channels.
- Ark clears the corpus bar because it makes shared-UTXO Bitcoin scaling unusually legible as separate layers: VTXO type, round coordinator, liquidity treasury, expiry sweep policy, delegated refresh trust, and Lightning gateway operation.
- The strongest reusable insight is that Ark separates
- Whitepaper: No single canonical Ark whitepaper was the main source for this pass. The strongest primary materials were the official protocol site plus Second’s technical docs on VTXOs, rounds, payments, liquidity, lifetime, Lightning, and fees; see
../whitepapers/ark-primary-sources-2026-05-15.md. - Sources:
- https://ark-protocol.org/
- https://second.tech/docs/learn/intro
- https://second.tech/docs/learn/vtxo
- https://second.tech/docs/learn/rounds
- https://second.tech/docs/learn/payments
- https://second.tech/docs/learn/lifetime
- https://second.tech/docs/learn/liquidity
- https://second.tech/docs/learn/payments-lightning
- https://second.tech/docs/learn/fees
Internal linkages
-
Best comparison points: mercury-layer, spark, and rgb.
-
Last reviewed: 2026-05-15 UTC