Ark Network: What It Is and How Bitcoin's Layer 2 Works
Bitcoin Ark Layer 2

Ark Network: What It Is and How Bitcoin's Layer 2 Works

Depix.Online Published on September 14, 2026 10 min read

Ark simplifies instant bitcoin payments without channels or inbound liquidity. Understand VTXOs, rounds, unilateral exits, expiring balances, and how it differs from Lightning.

Imagine that receiving your first instant payment required you to pay a fee to open a line with someone, wait for it to confirm, convince the other party to keep money available for you, and keep software online so you did not lose anything.

That is roughly the onboarding problem users face on the Lightning Network. Lightning works, but its channel and liquidity model pushes many newcomers toward custodial apps where a company holds their bitcoin.

The Ark protocol was designed to remove that barrier: payments can be instant and inexpensive without channels, while users keep control of their funds. This guide explains how it works through practical analogies, with no technical background required.

In one sentence

<strong>Ark lets many people share the same on-chain Bitcoin footprint and pay one another instantly, without surrendering control of their money.</strong>

The rest of the article explains how that is possible—and where the trade-offs are.

The problem Ark solves

The Bitcoin whitepaper describes a peer-to-peer electronic cash system, but Bitcoin's base layer deliberately favors security and independent verification over payment throughput. Blocks arrive roughly every ten minutes and fees rise when block space is busy. Our guide to Bitcoin layers and the scalability trilemma explains that trade-off.

That design is excellent for final settlement, but awkward for buying coffee. Layered protocols move frequent activity away from the base chain and return to Bitcoin for final enforcement.

Lightning was the first widely deployed approach. Its challenge is not whether it works; it is how users enter and maintain it.

Why Lightning can be difficult for newcomers

Lightning moves money through payment channels, which are similar to jointly controlled accounts between peers.

What Lightning requires Why it creates friction
Opening a channel It requires an on-chain transaction, a fee, and confirmation time
Inbound liquidity Someone on the other side must commit capacity before you can receive
Online monitoring Users need a node or a watchtower to react to an old channel state
Balance management Channels may need liquidity management and rebalancing

A technical organization can manage those constraints. Most consumers should not have to.

Ark has no user payment channels and no inbound liquidity requirement. A user can receive without first preparing a route or operating a continuously connected node.

The apartment-building analogy

The easiest way to understand Ark is to imagine an apartment building.

The building

One hundred people buy a building together. The building has a single deed recorded at the registry, so the expensive registration cost is shared by everyone.

In Ark, the building represents a shared UTXO: one Bitcoin output whose ownership is divided among many users through pre-signed transactions.

The apartments

Each resident owns an apartment. Signed contracts define who owns each unit, but those contracts stay off-chain until somebody needs to enforce them.

An apartment is a VTXO, or virtual transaction output. It represents one user's claim inside the shared on-chain output.

                 THE BUILDING
          (one record on Bitcoin)
                     │
     ┌───────────────┼───────────────┐
     │               │               │
   wing A          wing B          wing C
   ┌──┴──┐         ┌──┴──┐        ┌──┴──┐
  unit  unit      unit  unit     unit  unit
  Ana   Bruno     Caio   Duda    Eva   Felipe

       each "unit" is one person's VTXO

The expensive Bitcoin fee is paid for the building as a whole instead of once per resident. That is where the efficiency comes from.

The building manager

An Ark server coordinates rounds, tracks requested transfers, and constructs the transaction tree. It resembles a building manager who organizes records and meetings.

<strong>The manager coordinates the building but never receives the key to your apartment.</strong>

The server can refuse service or disappear, but it cannot spend a user's VTXO. Users keep the signed transaction path needed to recover their bitcoin on-chain.

How an Ark payment works

Ark supports two relevant ways to transfer value, and their security properties differ.

1. In a round: the finalized route

The server periodically coordinates a round. Participants exchange old VTXOs for new ones reflecting the requested payments and refreshes. The server then publishes a new shared output to Bitcoin.

Users sign a forfeit transaction for their old VTXO only as part of an atomic construction. Connector outputs tie the forfeit to the confirmation of the new transaction tree, so a user does not surrender the old claim without receiving the new one.

The real-estate analogy is a closing where the registry releases the deed only when the payment and new ownership documents are ready together.

2. Out of round: the instant route

Waiting for the next coordinated round is unsuitable for a point-of-sale payment. Ark therefore supports out-of-round payments, commonly called OOR or arkoor, that the server co-signs immediately.

There is an explicit trade-off: the recipient relies on the sender and server not colluding to double-spend the received out-of-round VTXO. Refreshing it in the next round removes that specific assumption.

Situation Practical response
Small amount that will be spent soon Keeping it out of round may be acceptable
Large amount or money that will remain idle Refresh it in the next round

Think of the instant payment as a signed receipt and the round as recording the updated ownership at the registry.

The essential guarantee: leaving without permission

Ark is self-custodial because users have a unilateral exit.

<strong>You can move your claim back to ordinary on-chain Bitcoin without the server's permission, even if the server has disappeared.</strong>

The user's wallet holds a sequence of pre-signed Bitcoin transactions proving the path from the shared output to an output controlled only by that user. Publishing those transactions in order enforces the claim on-chain.

That property separates a layered protocol from a custodial balance. A service that can permanently prevent withdrawal controls the money; an Ark server does not.

The exit has a cost

A unilateral exit may require several Bitcoin transactions, fees for each transaction, and timelock delays before the final output becomes spendable.

When on-chain fees are high, exiting a small VTXO can cost more than the VTXO itself. The unilateral path is an emergency exit: essential to have and understand, but not the normal payment route.

The detail that changes everything: VTXOs expire

Ark VTXOs are not permanent bearer assets. They include an expiry path and need to be refreshed periodically.

If a user remains offline past the relevant deadlines without refreshing or unilaterally exiting, the server can eventually reclaim the expired branch. Wallet software is expected to automate maintenance, but users still need to understand the constraint.

Situation Bitcoin base layer Ark balance
You disappear for five years Funds remain intact The VTXO will likely expire
You lose your phone for months Recovery depends only on the seed Recovery may become time-sensitive
The server shuts down No effect You must exit before the deadline
Periodic maintenance None VTXO refreshes are required
<strong>Practical rule:</strong> money intended for near-term payments can use Ark. Long-term savings belong on Bitcoin's base layer in a wallet you control.

Ark is a bridge, not a place to live.

Ark and Lightning compared

Ark and Lightning can complement each other. They optimize different parts of the payment experience.

Lightning Ark
Getting started Requires channel capacity, directly or through a provider No user channel
Receiving Requires inbound liquidity No inbound liquidity requirement
Must remain online? A node or watchtower must monitor channels Not merely to receive
Self-custodial? Yes, when used non-custodially Yes
Unilateral exit? Yes Yes
Does the balance expire? No Yes
Maturity Years in production Newer production implementations
Best fit Frequent users with channel infrastructure Simple onboarding and shared liquidity

Lightning is more mature and its channel balance does not expire. Ark reduces the setup burden dramatically. Neither wins every trade-off.

Who is building Ark

The Ark design was proposed publicly in 2023 by the developer Burak. Independent teams subsequently built distinct implementations. The neutral Bitcoin Optech Ark topic follows the protocol's technical evolution.

Arkade by Ark Labs

Wallet: arkade.money · Platform: arkadeos.com · Docs: docs.arkadeos.com · Code: github.com/arkade-os

Arkade is an open, programmable extension of Bitcoin developed by Ark Labs. Its tooling covers wallets, payments, assets, and programmable contracts. The platform can also connect applications to Lightning-supported payment routes.

Arkade's scope extends beyond transferring bitcoin: its programmable transaction model is intended to support issued assets and financial applications while retaining Bitcoin as the enforcement layer.

Bark by Second

Website: second.tech · Docs: docs.second.tech · Code: gitlab.com/ark-bitcoin

Second's Bark implementation focuses on straightforward self-custodial payments, developer tooling, and Lightning interoperability. Its ecosystem includes wallet and merchant-integration work designed to remove channel and inbound-liquidity setup from the user experience.

The two implementations are separate products that share Ark's core ideas. Their exact parameters, supported features, backup formats, and operational assumptions can differ.

What Ark does not solve

No payment protocol removes every trade-off.

1. The coordinator is a central availability dependency. It cannot spend a user's funds, but it can censor requests or go offline.

2. Out-of-round receipts have a collusion assumption. Refreshing in a round removes that particular risk.

3. VTXOs expire. Users depend on wallet maintenance or must exit before deadlines.

4. Unilateral exits can be expensive. Multiple on-chain transactions make small balances uneconomical during fee spikes.

5. Implementations are young. New code has a smaller production history and deserves conservative limits.

6. Privacy is not absolute. Users whose priority is confidential amounts should also understand the Liquid Network and Confidential Transactions.

Technical details

This section is optional. The Ark reference specification provides the protocol-level explanation.

  • A shared Bitcoin UTXO can represent claims belonging to many users.
  • VTXOs are leaves in an off-chain tree of pre-signed transactions; each user keeps the branch needed to enforce their leaf.
  • Payments exchange a claim in one shared output for a claim represented by a new transaction path.
  • Coordinated renewal operations are called rounds, refreshes, or batches.
  • Participants authorize forfeit transactions for old VTXOs in exchange for outputs in a new shared transaction tree.
  • Connector outputs make the forfeit path depend on the new shared transaction confirming.
  • Out-of-round payments are co-signed by the server and rely on the sender and server not colluding before refresh.
  • A unilateral exit publishes the transaction chain until the user reaches an exclusively controlled on-chain output.
  • Current implementations work without a Bitcoin consensus change, although proposed opcodes could make some constructions more efficient.
  • Portable verification and backup formats aim to make VTXO recovery safer across tooling.

Ark at Depix.Online

Depix.Online is integrating Ark as an additional route for moving value in and out.

What changes:

  • Another route for fast, inexpensive bitcoin transfers.
  • No user channels, locked inbound liquidity, or node operation.

What remains the same:

  • Depix.Online does not custody customer funds on any network.
  • There is no account or wallet connection. Identity is verified once through the R$1 PIX verification flow, and the approved CPF or CNPJ is used for later orders.
  • Funds go directly to the wallet address supplied by the customer.

Consistent with the protocol's trade-offs, Ark should be treated as a payment corridor rather than long-term storage.

Glossary

Term Plain-English meaning
Layer 2 A protocol built above Bitcoin to make frequent payments faster and cheaper
Shared UTXO The “building”: one Bitcoin output shared through off-chain claims
VTXO The “apartment”: one user's virtual claim in that shared output
Ark server The coordinator that builds rounds without taking custody
Round A coordinated event that creates and refreshes VTXOs
Arkoor / OOR An instant out-of-round payment
Unilateral exit Recovering bitcoin on-chain without the server's permission
Self-custody The user controls the keys required to spend the funds
On-chain Recorded on Bitcoin's base layer
Off-chain Executed outside the base chain under rules Bitcoin can enforce

Conclusion

Ark addresses a real onboarding problem. Bitcoin payments should not require every new user to understand channel capacity, liquidity, and node operations before receiving money.

Ark offers immediate receiving, low-cost transfers, and self-custody. The price is a central coordinator for availability, a temporary trust assumption for out-of-round receipts, potentially expensive emergency exits, and VTXOs that must be refreshed before they expire.

Those are not hidden defects; they are design trade-offs. They define Ark's proper role clearly:

An excellent bridge. A poor vault.

Official sources

This content is educational and informational and does not constitute financial, legal or investment advice. Digital assets involve risk.