아크 프로토콜

인바운드 유동성 요구 없이 프라이빗하고 저렴한 결제를 가능하게 하는 가상 UTXO(vUTXO)를 사용하는 비트코인 레이어 2 프로토콜.

프로토콜은 2023년 5월에 제안되었습니다. ASP는 온체인 풋프린트를 최소화합니다: 오프체인 전송 수와 관계없이 라운드당 하나의 공유 UTXO. 제한사항: 사용자는 라운드 중에 온라인이어야 합니다; 완전한 신뢰 없음은 활성화되지 않은 Bitcoin 소프트 포크에 의존합니다.

        graph LR
  Center["아크 프로토콜"]:::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;

      

🧒 5살도 이해할 수 있게 설명

모두가 편지를 우체국장에게 전달하는 우체국을 상상해보세요. 그는 몇 초마다 편지를 모아 함께 배달하므로 각 배달 비용은 거의 없습니다. 우체국이 사라져도 비트코인 블록체인에서 직접 자금을 회수할 수 있습니다.

🤓 Expert Deep Dive

아크는 vUTXO를 CLTV 기반 일방적 종료 경로가 있는 Taproot 2-of-2 다중서명 출력으로 사용합니다. 완전히 신뢰 없는 모델은 Bitcoin 코버넌트 옵코드(CTV/APO)가 필요합니다. Lightning과 비교하여, 아크는 라운드 배칭을 통한 높은 프라이버시를 제공하고 수신자의 인바운드 유동성 필요성을 제거합니다.

❓ 자주 묻는 질문

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.

🔗 관련 용어

선행 지식:

📚 출처