XION
DiscordGithub
  • Welcome to XION
  • XION'S Core
    • Concepts
      • Generalized Chain Abstraction
      • Intro to Account Abstraction
      • XION's Meta Accounts
      • Meta Accounts Design
      • Architecture & Tech Glossary
      • Use Cases
  • developers
    • XION Quick Start
      • Zero to App in 5 Minutes
        • Launch a User Map App on XION in 5 Minutes
        • React Native Mobile App on XION in 5 Minutes
    • Mobile App Development
      • Set up your XION Mobile Development Environment
      • Create Mobile App and Integrate Meta Account Authentication
      • Building a React Native Mobile App with Abstraxion (Xion.js)
    • Getting Started (Advanced)
      • Set Up Local Environment
        • Setting up your Local Smart Contract Development Environment for XION
          • Setting up your XION Smart Contract Development Environment on Windows (WSL2 + Ubuntu)
        • Set Up an Integrated Development Environment (IDE)
        • Interacting with Xion Chain using Xion Daemon
      • Your First Contract
        • Deploying Your First Smart Contract on XION
      • Gasless UX & Permission Grants
        • Enabling Gasless Transactions with Treasury Contracts
      • App Development
        • Account Abstraction with Gasless Transactions
        • Interact with XION via your Backend Service
    • Re-using Existing Contracts
      • Deployed Contracts on XION
      • Non-Fungible Tokens (NFTs)
      • Fungible Tokens
      • Marketplace
      • Multisig
      • Proxy Contracts
      • Membership Management
      • Governance
      • Valuts
      • SCV Audited Contracts
    • Web3 for Web2 Developers
      • Web2 vs Web3 App Architecture: A Comparison
      • Misconceptions and Misapplied Web2 Patterns
      • Recommended Architecture for Apps on XION
    • Building for Mainnet
      • Xion Testnet: Your Development Playground
      • Building with Audited & Battle-Tested Contracts
      • Community Engagement: Building Support for Your app
      • Deploying to Xion Mainnet
        • Smart Contract Audits: Process, Costs & Support
        • Governance Process to Deploying Smart Contracts to Mainnet
    • Learn & Build
      • Token Factory
        • Creating, Minting, and Interacting with a Token Factory Token
        • Building a React dApp to Interact with Token Factory Tokens
        • Integrating a Token Factory Token in a Smart Contract
      • Websockets
        • WebSockets with Xion: Real-Time Communication
      • Oracles
        • Creating a Smart Contract with Pyth Oracle Integration
      • Indexers: Optimized Data Retrieval
        • SubQuery
      • Use Cases
        • Building a Per-User Data Storage App
        • Build a TODO App using the Collection-Document Storage Smart Contract
    • Reference and Resources
      • Requesting XION Testnet Tokens
      • Public Endpoints & Resources
      • Block Explorers
      • Governance
        • Deploying Smart Contracts to Mainnet
      • Developer Tools: Abstract
      • IBC Denoms on XION Networks
      • Frequently Asked Questions
      • XION Token Contract Addresses on EVM Chains
  • Nodes & Validators
    • Run a Node
      • System Specifications
      • Build the Xion Daemon
      • Download the Xion Daemon
      • Configure the Xion Daemon
        • app.toml
        • client.toml
        • config.toml
      • Join the XION Network
        • xion-testnet-1
      • Confirm node is running
    • Become a Validator
      • Initial Setup
      • Obtain a XION Wallet Address
      • Obtain Funds
        • Testnet
      • Create Validator
    • IBC Relayers and Tokens
  • Others
    • Resources
Powered by GitBook
On this page
  • DAO Contracts
  • dao-dao-contracts

Was this helpful?

Edit on GitHub
  1. developers
  2. Re-using Existing Contracts

Governance

Governance refers to the mechanisms by which decisions are made within a community, protocol, or decentralized organization. In Web3, governance moves from centralized authorities to on-chain systems, allowing token holders, stakeholders, and contributors to propose, vote on, and execute decisions transparently.

Good governance ensures:

  • Fair participation

  • Clear decision-making processes

  • Accountability and traceability

  • Long-term sustainability of decentralized projects

DAO Contracts

Great question! Since you mentioned not wanting a detailed table with multiple rows for each DAO DAO module, but still want a single-row overview, here's a clean one-row table you can include above or below the description I gave:

Contract
Purpose
Audit
Repo

dao-dao-contracts

A modular system for building DAOs with support for proposals, voting, staking, delegation, and rewards.

dao-dao-contracts

A modular and extensible contract suite for building DAOs with customizable governance, proposal workflows, staking, voting, and more. These contracts allow DAOs to be assembled like building blocks, with each module handling a specific piece of the governance system.

Features:

  • Core contract for initializing and managing a DAO

  • Proposal and pre-propose modules for structured decision-making

  • Voting modules that support token-based, NFT-based, or custom voting logic

  • Staking modules for CW20-based staking with reward tracking

  • Delegation modules to allow vote delegation among members

  • Distribution modules for payouts and airdrops

  • External utility contracts for enhanced DAO functionality (e.g., wrappers, integrations)

  • Designed for use across chains like XION, Juno, Neutron, and others

Ideal for: Launching composable DAOs with fine-grained control over governance logic, voting mechanisms, and member incentives, from small groups to full-fledged protocol DAOs.

PreviousMembership ManagementNextValuts

Last updated 22 days ago

Was this helpful?

Oak Security ()

📦 Repo:

dao-dao-contracts
Files
dao-dao-contracts