This post is originally authored by Lukasz and reviewed by Engin.
As you may know, the Keep team is implementing RFC 12 which aims to address the most urgent problem of the wallet coordinator being the SPOF to the tBTC system. The implementation is close to be completed and testnet UATs are supposed to start in the next days. Once UATs are completed, the Keep team will be technically ready to release a new version of the keep-core
wallet client. This release will have a significant impact. Once beta operators update their nodes to the new keep-core
version, the wallet coordinator currently controlled by Keep will be disabled. From this moment, wallet coordination will be decentralized and managed by the wallets themselves (as described in RFC 12). That means Keep will no longer be able to block the existing problematic redemptions nor push back future redemptions originating from suspicious addresses. That said, before RFC 12 implementation is released, two topics must be discussed and agreed within the DAO:
- We need a clear decision regarding what should happen with the stalled redemptions. From technical standpoint, possible options are:
-
1A: The DAO brings back the 20 years redemption timeout to a reasonable level so anyone can timeout the stalled redemptions before Keep team releases RFC 12. In this case, TBTC Bank balance (do not confuse with TBTC ERC20 tokens) would go back to the redeemers.
-
1B: The DAO leaves stalled redemptions as is and let the wallets handle them once the Keep team releases RFC 12. In this case, redeemed BTC would go back to the redeemers
-
1C: Another option special-casing the stalled redemptions. In this case, the Keep team would probably need to propose an upgrade of the Bridge contract and the DAO would have to attest it
- We need a clear decision regarding future redemptions coming from suspicious sources. From technical perspective, possible options are:
-
2A: The Keep team just releases RFC 12 implementation and let the system handle all redemptions without any control. In this case, the system would be 100% censorship-resistant but wouldn’t have any protection against illicit redeemers. Moreover, there would be no possibility to block redemptions in case of a Bridge hack
-
2B: The Keep team releases RFC 12 and after that, implements the contract-side veto mechanism presented in a future optimistic redemptions TIP (the DAO must attest the contract upgrade). The benefit of this option is that RFC 12 implementation would not depend on the veto mechanism. It would go live sooner thus eliminate the wallet coordinator SPOF much earlier. The downside is that there would be a period where redemptions are not controlled but ultimately, the veto mechanism will fill this gap.
-
2C: The Keep team postpones the RFC 12 release until the contract-side veto mechanism is implemented and releases them together (the DAO must attest the contract upgrade). This is a safer option than 2B but the wallet coordinator SPOF will be there for a longer time.
-
2D: Another option not involving veto mechanism
Please take those topics under consideration as soon as possible.