I’ve built a smart contract wallet (SCA) where I want to retain custody of all assets inside the contract itself —
My requirement is that all transactions continue to be executed from the SCA, but the signing/authorization flow should happen through Fireblocks’ MPC setup. Essentially, Fireblocks acts as the signer/owner, while the SCA remains the custodian of the assets.
Can anyone share the recommended integration pattern or best practices for enabling this setup with Fireblocks?