Deposits
Last updated
Last updated
When a user allocates funds to a vault, they are issued vault shares corresponding to the increase in Net Asset Value that they contribute to the vault. The following sequence of actions takes place:
User initiates a deposit. This is expressed in USDC
The vault calculates the Net Asset Value: NAV = SUM(asset_i * price_i)
Your vault share % is calculated: Share = Deposit/(Deposit+NAV)
New vault shares are issued to the depositor s.t.:
so that the amount of newly issued shares:
As a depositor, I get the amount of vault shares corresponding to the USDC value of my deposit, relative to dollar amount of vault Net Asset Value