Skip to content

Proposals

Izek edited this page Feb 9, 2022 · 1 revision

Proposals are the primary way to interact with the DAO. Every action in the DAO is done by creating proposals and voting on them. Once proposal is approved by DAO members action is performed.

Proposal Types

Each kind of proposal represents an operation the DAO can perform. Proposal kinds are:

  1. Transfer/Add Bounty- simple suggestion:

    • Propose a Transfer - the transfer of tokens to other Near Wallets;
    • Propose to Create a Bounty;
  2. Change Config - important suggestions that change DAO settings and have high priority:

    • Propose to Change DAO name;
    • Propose to Change DAO Purpose;
    • Propose to Change DAO Links - change added in DAO link / links to community discussion (external links);
    • Propose to Change DAO Flag and Logo;
  3. Change Policy - critical suggestions that change DAO settings and have urgent priority:

    • Propose to Change Voting Policy;
    • Propose to Change Bonds and Deadlines;
    • Propose to Create a Group;
  4. Add/Remove member to Role - important suggestions that change DAO settings and have high priority:

    • Propose to Add member to Group;
    • Propose to Remove member from Group;
  5. Vote - simple suggestion:

    • Propose a Poll;
  6. Function Call - special application for calling custom functions in JSON file:

    • Custom Function Call.

Bonds and Grace period

Bonds

In Astro realized a validation function to prevent spam. Main and visible for user is Bond. You must pay a bond. The bond will be returned when your proposal complete (Approve/Reject) or a voting time ended (Fail). The bonds amount is independent of DAO setting (Voting Policy). Bonds amount always shows in DAO settings and when you start to create a proposal.

Check the bonds amount and GAS in your wallet before create a proposal.

Grace period

The time before the proposal expires and the voting closes. Grace period always shows in DAO settings and can be changed.

Make sure users can vote during this period.

Astro App

AstroDAO App

Tech Stack

Architecture

Entities

DAOs

Users

Groups

Proposals

Bounties

Treasury

Storage

Processes

Transaction

Voting

Completing a Bounty

Lockup Contracts Delegation

Search

Tips and Tricks

Use Cases

Ecosystem

NEAR

Smart Contract

NEAR CLI

Gas

Bond

Clone this wiki locally