Vault implements the EIP-4626 Tokenized Vault Standard. When depositing assets to the vault, user receives shares, which can be converted back into underlying asset. Vault takes one or a few different tokens as input, pegged to a base asset.
Smart batching of transactions ensures the execution of the strategy scheme for multiple users per once, reducing the gas cost for the depositor.
Strategy Scheme is a sequence of actions to deposit and fulfill the allocation into all the needed protocols in specific proportions. It can consist of actions like deposit, provide liquidity to LP, swap, etc. The strategies are designed to farm as many first-class protocols as possible.
Depending on the protocol, either the user continues to receive points or the vault itself. Vault will track points based on the amount of shares everyone owns and store necessary information onchain. After points are converted into tokens, every depositor will be able to claim their portion.
Vault implements the EIP-4626 Tokenized Vault Standard. When depositing assets to the vault, user receives shares, which can be converted back into underlying asset. Vault takes one or a few different tokens as input, pegged to a base asset.
Smart batching of transactions ensures the execution of the strategy scheme for multiple users per once, reducing the gas cost for the depositor.
Strategy Scheme is a sequence of actions to deposit and fulfill the allocation into all the needed protocols in specific proportions. It can consist of actions like deposit, provide liquidity to LP, swap, etc. The strategies are designed to farm as many first-class protocols as possible.
Depending on the protocol, either the user continues to receive points or the vault itself. Vault will track points based on the amount of shares everyone owns and store necessary information onchain. After points are converted into tokens, every depositor will be able to claim their portion.