📖Tutorial
Deploy Vault: called on the TCVFactory this deploys a fresh vault instance (sets initial vault params).
Set Restricted Mint: called on the TCV vault contract by the vault owner this restricts who can call the vault's mint function to a single address (your EOA), rendering the vault "private" (without this, anyone can add liquidity into your vault and mint vault shares). If it is public vault, you do not to do that.
Transfer Tokens: simply transfer USDC and WETH directly to the vault address, ****in any proportion you like, and use the vault's rebalance method to deploy those funds in and out of Uniswap.
Set Vault Liquidity Positions: To set liquidity positions only one transaction was performed using the crucially important function and interface rebalance.
Last updated