Smart Contract Break-Down
Description
This particular approach for the smart contract aims to open up the investing solution to all $AVAN Holders so that they can invest, vote, and maintain the stability of the token. Investors are not allowed to fill more than 5% of the total pool value for each address and each pool, preventing whale power on DAO voting and "preventing manipulation" by giving investors equal power.
New Proposal
We were able to examine how investing suggestions are made in the smart contract coding we provided:
DAO voting
To ensure that investors have complete power over their investment decisions, we have "3" DAO voting for each pool. code line illustration
Fund Raising
To keep records accurate and to send annual returns to the same address in the future, all are transferred via smart contracts:
Last updated