Arkプロトコル
仮想UTXO(vUTXO)を使用してインバウンド流動性要件なしにプライベートで低コストの支払いを可能にするビットコインレイヤー2プロトコル。
プロトコルは2023年5月に提案されました。ASPはオンチェーンのフットプリントを最小化します:オフチェーン転送の数に関係なく、ラウンドごとに1つの共有UTXO。制限:ユーザーはラウンド中にオンラインである必要があります;完全なトラストレス性は未活性化のBitcoinソフトフォークに依存します。
graph LR
Center["Arkプロトコル"]:::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歳でもわかるように説明
みんなが手紙を郵便局長に渡す郵便局を想像してください。彼は数秒ごとに手紙を集めてまとめて配達するので、各配達はほぼ無料です。郵便局がなくなっても、[Bitcoin](/ja/terms/bitcoin)ブロックチェーンから直接資金を回収できます。
🤓 Expert Deep Dive
ArkはvUTXOをTaproot 2-of-2マルチシグ出力として使用し、CLTVベースの一方的な出口パスを持ちます。完全にトラストレスなモデルにはBitcoinコベナントオペコード(CTV/APO)が必要です。Lightningと比較して、Arkはラウンドバッチングによる高いプライバシーを提供し、受信者のインバウンド流動性の必要性を排除します。
❓ よくある質問
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.