> For the complete documentation index, see [llms.txt](https://docs.citadao.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.citadao.io/intro/how-iro-works/primitives/utility-primitives.md).

# Utility Primitives

### Development Rights

A Decentralized Autonomous Organization (DAO) enables a community of different individuals to work together. Participants in a Development DAO can initiate proposals to enhance Real Estate values via redevelopment proposals.. For example,

* An individual in the DAO puts forward a redevelopment proposal for building A.
* A majority of Real Estate Token (RET) holders agree and vote in favor of the proposal.
* The DAO works together with other DAOs to execute the plan
  * A DAO for architects and engineers crafts a plan for redevelopment
  * A construction company is contracted and executes the redevelopment plans
* Building A's value increases, in turn increasing its RET value, which is then shared with the RET holders and the Development DAO members.

The nature of the DAO allows anyone to initiate proposals – a thousand brains are better than one.

### Asset Management Rights

Separate DAOs can be formed to perform specific tasks related to the physical assets.

**For example,** RET can be staked for Asset Management DAO tokens to utilize the property. Such utility may include the use of co-working, co-living, co-retail spaces in the property.


---

# 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.citadao.io/intro/how-iro-works/primitives/utility-primitives.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.
