> For the complete documentation index, see [llms.txt](https://docs.baumai.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baumai.xyz/network/governance-and-revenue.md).

# Governance and revenue

How Brokers govern sub-DAO treasuries, and how sub-DAO revenue is split.

## Governance

Brokers govern their sub-DAO's treasury from that sub-DAO's launch.

| Step              | Threshold                               |
| ----------------- | --------------------------------------- |
| Submit a proposal | Backing from 1% of the sub-DAO's token  |
| Go to a vote      | Backing from 10% of the sub-DAO's token |
| Pass              | 60% of votes cast                       |

These thresholds are adjustable by vote.

Casting a vote on a proposal that reaches the backing threshold earns 1,000 points (see [Earning points](/points-and-levels/points-and-levels.md)).

## Revenue

Sub-DAOs are expected to operate revenue-generating products over time; details follow each sub-DAO's launch. Revenue from sub-DAO products is split:

| Recipient                | %   |
| ------------------------ | --- |
| That sub-DAO's treasury  | 33% |
| Baum treasury            | 33% |
| Stable Company           | 23% |
| Other sub-DAO treasuries | 10% |
| Charity                  | 1%  |

### Charity

The charity share is routed onchain and split:

* **50%** to Project S.A.V.E. (New Orleans) — free emergency legal representation for domestic violence survivors
* **30%** to EverHope (Bentonville, Arkansas) — emergency shelter and care for children in crisis
* **20%** to Pedal It Forward NWA


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.baumai.xyz/network/governance-and-revenue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
