Wrapped Bitcoin Ledger on the Internet Computer
Summary
While the Bitcoin integration enables canisters to hold and transfer Bitcoin, transactions are still slow and costly because they happen on the Bitcoin blockchain. In order to enable fast and cheap transactions, the goal is to develop a wrapped Bitcoin ledger running on the Internet Computer.
Status
The feature is currently being scoped.
What you can do to help
- Ask questions
- Propose ideas
Key people involved
Manu Drijvers (@Manu), Mario Pastorelli (@mariop), Thomas Locher (@THLO)
Timelines
The tentative plan is to release the wrapped Bitcoin ledger shortly after the launch of the Bitcoin integration on mainnet at the end of Q1, 2022.
Relevant Background
- Bitcoin integration
- Youtube Description: Inside DFINITY 21/9/2: Integrating the Internet Computer and Bitcoin Networks - YouTube 118
- Scope of project
The scope of this feature is to provide a new ledger canister that provides wrapped Bitcoin functionality. Specifically, this ledger will make it possible to (1) trade real Bitcoin for wrapped Bitcoin directly on the Internet Computer, (2) transfer wrapped Bitcoin cheaply at the speed of the Internet Computer, and (3) convert wrapped Bitcoin back to real Bitcoin.
A crucial advantage compared to existing wrapped Bitcoin solutions is that no trusted third parties are involved because the ledger offers the required custodial service itself. Moreover, given the high efficiency of the Internet Computer, transfers will be fast and only incur a minimal fee.
It is important to note that this will be but one such ledger canister and the community is welcome to provide their own ledgers with similar or different design goals.
The reason for developing such a ledger ourselves is twofold. First, we would like to have this functionality in place as soon as possible so that developers can start building (wrapped) Bitcoin smart contracts shortly after the Bitcoin integration is launched. Second, we would like to offer our ledger as a well-tested sample project to showcase the power of the Bitcoin integration, which can be used as inspiration for the development of other ledger canisters.