I am engaged on designing a customized spending script for a UTXO utilizing a P2TR (Pay-to-Taproot) output, the place the spending situation requires a signature from a multi-party computation (MPC) pockets to be verified on the time of spending. In my analysis, I discovered OP_CHECKMULTISIG, which helps multisig wallets, but my use case is totally different since I’m particularly aiming to combine an MPC pockets signature verify inside a Taproot script, quite than a normal multisig setup.
Can anybody present steering or examples on the right way to implement this in a P2TR script? Are there particular opcodes, Taproot-specific options (like Schnorr signatures or script leaves), or strategies I ought to discover to realize this practice spending situation?
