Submit Proposal
Submit a Proposal for your DAO
User clicks Submit Proposal menu
System opens Submit Proposal Form
User fills in the form to enter the Proposal parameters like title, description, Token, NFT Collection, network (mainnet, testnet), start date, end date, success threshold, failure threshold.
If proposal.Token and proposal.Collection parameters are both null, it is a democracy voting (one wallet => one vote)
If only proposal.Token is not null, it is a weighted voting (one wallet => one weighted vote. One wallet vote = Wallet staked token)
If only proposal.Collection is not null; it is a NFT gated voting. One wallet vote = total of staked NFT items.
User clicks “Generate”. System generates and deploys the proposal contract making the wallet address the owner of the proposal.
Last updated