TL;DR
Due to the properties of OP_CTV which allow the exact collateral UTXO to be ignored during the setup ceremony, the BitVM bridge can achieve significantly improved capital efficiency.
A demo of OP_CTV has been successfully completed. Through this demonstration, you can gain a deeper understanding of how the collateral mechanism operates within the system.
Original desgin
In the original BitVM bridge design, collateral must be locked during the presigning ceremony to ensure that, in the event of malicious behavior by the operator, the collateral can be slashed as a penalty. As illustrated in the figure below, each Kick Off transaction requires a collateral amount of 2 BTC to be deposited. If the operator acts dishonestly, this 2 BTC collateral will be forfeited through the Disprove transaction. Conversely, if the operator behaves honestly, the collateral will be returned via the Take1 transaction.
image
This approach results in extremely low capital efficiency, as the operator must prepare a separate deposit for each Kick Off transaction. For instance, if there are 10 Peg in transactions, each associated with 10 reclaimable UTXOs, the total required deposit would be 200BTC(2 BTC * 10 * 10)