# DAO DAO

## DAO DAO: <https://daodao.zone/bitsong>

### Introduction

DAODAO introduced native support for Bitsong during Q2 2024, following [governance approval ](https://www.mintscan.io/bitsong/proposals/36)of funding the deployment & support!&#x20;

### How DAOs Work

DAO's can be created by defining its initial configurations, and then instantiating the set of smart contracts deployed on Bitsong. This can be done through the [DAO DAO UI](https://daodao.zone/dao/create?chain=bitsong-2b), or even through other custom methods of calling Bitsong. These set of contracts source code is [open source and verifiable](https://github.com/DA0-DA0/dao-contracts/releases), bringing certainty that DAOs on Bitsong perform as the official source code public.

Because DAO DAO DAOs operate by smart contracts on a blockchain, they are transparent by default. This means that votes, the voting power of members, and actions a DAO takes are all publicly auditable. This can help provide trust that DAO members are being good stewards of their communities.

With a DAO created, participants can choose how to collaborate, iterate and curate their DAO and on-chain actions. Each DAO has a treasury and is essentially a shared wallet between its members, where actions performed by this wallet requires a level of agreement between its users.

### Types of DAOs

#### [Membership Based](https://docs.daodao.zone/introduction/whats-a-dao#members-multisig-replacement)

Each account has a membership and voting power.

#### [Fungible Token Based](https://docs.daodao.zone/introduction/whats-a-dao#tokens)

Each account has a membership and voting power based on stake of a specific token. [This include Bitsongs Fantoken modules.](/features-and-modules/fan-tokens.md)

#### [Non-Fungible Token Based](https://docs.daodao.zone/introduction/whats-a-dao#nfts)

Each account has a membership and voting power based on stake of a specific NFT collection.

### Advanced Voting Configurations

DAOs are completely programmable, meaning that members can customize and even extend its DAOs configuration, allowing for the DAO to form to what the DAO members need.

#### [SubDAOs & SubDAO Admins](https://docs.daodao.zone/dao-management/subdaos/what)

SubDAOs are DAOs with other DAOs set with admin level permissions.

#### [Vetoable DAO](https://docs.daodao.zone/dao-governance/manage-vetoable-daos)

Vetoable DAOs can have proposals veto'd by an external source. &#x20;

### [IBC & DAO's](https://docs.daodao.zone/dao-management/dao-treasury/how-to-manage-cross-chain-tokens)

DAOs can have accounts on any chain, thanks to [Polytone](https://github.com/DA0-DA0/polytone).

### Additional Features

#### [Application Widget](https://daodao.zone/dao/juno10h0hc64jv006rr8qy0zhlu4jsxct8qwa0vtaleayh0ujz0zynf2s2r7v8q/apps?url=https%3A%2F%2Fdaodao.zone)

A Browser-in-browser experience to form msgs to propose for the DAO to perform.

#### Rewards & Revenue Mechanisms

[Vesting](https://github.com/DA0-DA0/dao-contracts/tree/development/contracts/external/cw-vesting), [reward distribution](https://github.com/DA0-DA0/dao-contracts/tree/development/contracts/distribution/dao-rewards-distributor#readme), and retroactive compensation are all features available for DAOs using DAODAO.

### Notifications

[Telegram Bot ](https://github.com/DA0-DA0/telegram-notifier-cf-worker) Get notifications about DAO proposal via Telegram&#x20;

[Discord Bot:](https://github.com/DA0-DA0/discord-notifier-cf-worker) Get notifications about DAO proposals via Discord Bot

### Join The DAO-DAO Community

* [Discord](https://discord.gg/MZdzZvKubt)
* [Twitter](https://x.com/Da0_Da0)

***

### Sources

* [DAO-DAO docs](https://docs.daodao.zone)
* [DAO Contracts](https://github.com/Da0-Da0/dao-contracts)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitsong.io/products/dao-dao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
