DeFi Vault Deployment
When deploying a new customer vault on Uniswap V4, you need to execute three critical operations atomically:- Initialize a new pool for the customer tokens
- Update your vault/module to use that new pool
- Execute a rebalance to deposit the tokens
msg.sender
.
Here’s a quick guide on how to batch transactions using Gelato Smart Wallets for such use cases.