🍪
DAOTON
  • 👋Welcome to DAOTON.io
  • Overview
    • ▶️Video Demo
  • 🪙Lockable Tokens Standard
  • BUIDL
    • 📪Use Cases
      • Create Token
      • Create NFT Collection
      • Create DAO
      • Submit Proposal
      • Vote
    • 🪙Lockable Tokens Standard
      • Introduction
      • Motivation
      • Sample Use Case
      • Code
      • Transactions without consensus
      • Financial Use Case
Powered by GitBook
On this page
  1. BUIDL
  2. Use Cases

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.

PreviousCreate DAONextVote

Last updated 2 years ago

📪