|
| 1 | +--- |
| 2 | +sidebar_class_name: btc_trustless_vault_sidebar |
| 3 | +sidebar_position: 3 |
| 4 | +--- |
| 5 | +import Link from '@docusaurus/Link'; |
| 6 | + |
| 7 | +# A Bitcoin-Charged Crypto Economy with Trustless Vaults |
| 8 | + |
| 9 | +### Abstract |
| 10 | + |
| 11 | +Bitcoin is by far the largest crypto asset by market capitalization, yet the vast majority of it |
| 12 | +remains idle. Today, less than 1% of all bitcoins are bridged to smart contract platforms, where |
| 13 | +most decentralized finance (DeFi) activity takes place. A key barrier to greater participation is |
| 14 | +that existing Bitcoin bridges are either centralized or rely on significant trust assumptions. In |
| 15 | +fact, due to the lack of covenants in the Bitcoin scripting language, there are no known ways to |
| 16 | +build trustless Bitcoin bridges. |
| 17 | + |
| 18 | +We bypass this barrier by introducing a different primitive: trustless Bitcoin vaults. Bitcoin |
| 19 | +holders deposit their BTC into these on-chain vaults in a self-custodial fashion. The bitcoins in |
| 20 | +each vault are tied to a specific smart contract protocol on an external chain. These vaults are |
| 21 | +programmable, and withdrawals are permitted only when a zero-knowledge proof of a specific |
| 22 | +smart contract state is verified on the Bitcoin chain. Together with an appropriate Bitcoin |
| 23 | +scripting design of the vault, this eliminates the need for mutual trust among parties. |
| 24 | +We demonstrate how this construction enables the use of native Bitcoin—without wrapping or |
| 25 | +bridging—as collateral in many DeFi applications, including lending, stablecoin issuance, and |
| 26 | +perpetual DEXs. |
| 27 | + |
| 28 | +Leveraging recent advances in BitVM3, we present experimental results |
| 29 | +showing that these vaults can be operated with minimal on-chain overhead—an essential |
| 30 | +requirement for scaling trustless Bitcoin-backed DeFi. Bitcoin vaults built on top of the Babylon |
| 31 | +Bitcoin staking protocol further improve capital efficiency by allowing staked BTC to act as |
| 32 | +collateral in DeFi protocols. We conclude by discussing how trustless Bitcoin vaults significantly |
| 33 | +strengthen the existing Babylon ecosystem and the utility of BABY as the token for its |
| 34 | +decentralized governance. |
| 35 | + |
| 36 | +<a |
| 37 | + href="https://docs.babylonlabs.io/papers/trustless-bitcoin-vaults.pdf" |
| 38 | +> |
| 39 | + Read the Paper |
| 40 | +</a> |
0 commit comments