Vaults

Siloed and built for purpose

Each DAO comprises of 3 main vault contracts and an infinite number of deplyoyale sub-vault contracts. Vaults are built for purpose and are governed by the membership lists inside the core Aetos contract. Each vault has its own proposal system and directory.

Capital Vault: The main DAO vault where all member commitments are stored. V1 DAO's are non compostable (any returned funds are given to members as returns and are not used for future opportunities). This means once membership sign-ups have stopped, the amount of funds in this vault will only be able to decrease. Proposals made for funding opportunities use the funds in this vault to deploy sub-capital vaults.

Returns Vault: This vault stores any funds being returned to the DAO from successful funding opportunities (stemming from sub-capital vaults). DAO members can periodically claim any returns owed to them based on their share percentage in the DAO.

Operations Vault: Any funds sent to the Capital Vault or the Returns Vault will have a percentage reserved (based on the DAO operations inflation config) and sent to the Operations Vault. The funds in this vault are used for DAO operations such as infrastructure, legals, marketing and contractors. Fund movemnet proposals are controlled by the Council.

Sub-Capital Vaults (Sub-Vaults): Every approved funding opportunity deploys a Sub-Capital Vault that is managed by council members or managers (specified on deployment of sub-vault). The sub-capital vaults can hold any type of tokens and can perform custom on-chain transactions (swapping, staking, farming, DeFi etc). Periodically, funds can be sent back to the returns vault.

Last updated