AIBTC Working Group
  • AIBTC
  • Prompt2DAO
  • AIBTC Contracts
    • DAO Base Layer
    • DAO Extensions
      • Action Proposal Voting
      • Core Proposal Voting
      • DAO Charter
      • Onchain Messaging
      • Payment Processor
      • Timed Vault
      • Token Owner
      • Treasury
    • DAO Proposals
      • Action Proposals
      • Core Proposals
    • Agent Account
  • Agent Tools
    • Overview
    • Available Tools
      • Smart Wallet Tools
      • Agent Wallet Tools
      • DAO Tools
      • Database Tools
      • Faktory Tools
  • AIBTC Cache
    • Overview
    • Contract Calls
      • API Design
      • Endpoints
        • Decode Clarity Value
        • Read-Only Function Calls
        • Contract ABI
        • Known ABI Contracts
      • Clarity Value Types
      • Integration Examples
    • Cache Services
    • Error Handling
    • Utilities
  • Prompting
    • Action Proposal Prompts
    • Smart Wallet Prompts
  • Links
    • Common Terms
    • Our App
    • Discord
    • GitHub
    • Prompt2DAO on X
    • AIBTC on X
  • Documentation Templates
    • Smart Contract Documentation
    • Cache Service Documentation
    • Cache Endpoint Documentation
    • Agent Tool Documentation
    • Prompting Documentation
  • Example Implementations
    • Smart Contract Example
    • Cache Service Example
    • Cache Endpoint Example
    • Agent Tool Example
Powered by GitBook
On this page
  • Overview
  • Proposal Types
  1. AIBTC Contracts

DAO Proposals

Submit proposals, vote on them, and execute if they pass.

The DAO is governed entirely by token holders through a proposal system. Proposals come in two main categories: Action Proposals for predefined operations with lower thresholds, and Core Proposals for arbitrary changes with higher thresholds.

Overview

All proposals follow a similar lifecycle:

  1. Creation - A token holder creates a proposal

  2. Voting Period - Token holders cast votes for/against

  3. Conclusion - After voting ends, anyone can conclude the proposal

  4. Execution - If passed, the proposal automatically executes

Proposal Types

Action Proposals

Action proposals are predefined operations that can be executed with lower voting requirements. These are used for routine operations within set parameters.

Voting Parameters:

  • 66% approval threshold

  • 15% quorum requirement

  • 1-day voting delay

  • 2-day voting period

Core Proposals

Core proposals can execute arbitrary Clarity code and make fundamental changes to the DAO. They require higher consensus due to their power.

Voting Parameters:

  • 90% approval threshold

  • 25% quorum requirement

  • 3-day voting delay

  • 3-day voting period

PreviousTreasuryNextAction Proposals

Last updated 2 months ago