I saw this in the old discussion forum and I wanted to ask if web3auth can help us achieve what we want to do
Essentially we want to build out an escrow wallet for different chains (eth,atom, sol) but we want the every single wallet to be controlled by a multisig. I know this is possible if we have a single EOA controlling all the funds but we need it to be a multisig to give our users assurances
Additionally, we would want to keep the funds separated and hence we need to create multiple accounts under each multisig so that different funds go to different accounts. I.e.
I could have 5 funds on eth, each going to its own wallet and we have a clear separation between all 5
if the multisig isn’t possible, how can we use Web3Auth to create multiple accounts derived from the same address to keep funds separate? and can it be MPC?