Technical specifications

Our multisig addresses on Bitcoin utilize the Taproot Bitcoin Upgrade, facilitating the use of Ordinals, BRC20, and enabling us to minimize gas fees as much as possible. You can delve into the specifics of the Taproot proposal here: https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki.

It's important to note that every Taproot address necessitates an internal public key to be passed as a single spender, which doesn't align well with a multisig solution. To circumvent this, we employ MuSafe public key generation derived from all owner's public keys. This effectively creates an "everyone agrees" branch, introducing no additional risks for multisig owners.

Last updated