# What is a DAO

Members of the **DAO** make decisions in a **transparent** and **decentralized** fashion, with smart contracts executing these decisions.

For instance, a member can create a proposal suggesting an investment of the treasury or a program upgrade. The **DAO** members then come together to vote on the proposal. If a predefined quorum votes for the proposal to pass, the proposal is accepted and executed by a smart contract.

As a result, the **DAO** structure provides a “flat” organizational structure. Each **DAO** member has a voice in the community and the opportunity to drive the direction of the organization.

## DAO Landing Page <a href="#dao-landing-page" id="dao-landing-page"></a>

Users when landing in their preferred DAO page will be able to see straight away:

* **DAO Stats**
* **Members**
* **Settings** (DAO Config)
* **DAO Wallets & Assets** (Treasury)
* **Programs** (Programs that involve dApp and Realms interactions)
* **Proposals**

Users who have their Solana wallet connected will be able to see their **governance power** where they can **Deposit**, **Withdraw**, **Delegate** and **Lock Tokens**.

## Where to find them? <a href="#where-to-find-them" id="where-to-find-them"></a>

DAOs are displayed upon visiting Realms and can primarily be filtered by the **search bar** and searching for the DAO you wish to visit.\
\
**Custom domain names** for spaces are also supported (bonkedao.com).

<div data-with-frame="true"><img src="/files/EpMtcLTg75HbBZZ8ATK5" alt=""></div>

## Proposal Filtering & Sorting <a href="#proposal-filtering--sorting" id="proposal-filtering--sorting"></a>

Users can go through all of DAO proposals and turn on/off **specific filters** to them, including **completed**, **canceled**, and **defeated** proposals.

<div data-with-frame="true"><img src="/files/FUmZDkQyYRw3DdbpYVHV" alt=""></div>


---

# 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.realms.today/introduction/what-is-a-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.
