Submit Proposal

Submit a Proposal for your DAO

  1. User clicks Submit Proposal menu

  2. System opens Submit Proposal Form

  3. 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.

    1. If proposal.Token and proposal.Collection parameters are both null, it is a democracy voting (one wallet => one vote)

    2. If only proposal.Token is not null, it is a weighted voting (one wallet => one weighted vote. One wallet vote = Wallet staked token)

    3. If only proposal.Collection is not null; it is a NFT gated voting. One wallet vote = total of staked NFT items.

  4. User clicks “Generate”. System generates and deploys the proposal contract making the wallet address the owner of the proposal.

Last updated