> For the complete documentation index, see [llms.txt](https://docs.communedao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.communedao.com/the-property/overview.md).

# Overview

**The Property Detailed Overview for CommuneDAO: Permanent vs. Non-Permanent Development**

At CommuneDAO, the sprawling 30-acre Property is not just land; it's a canvas for innovation and sustainable development, with a keen distinction between permanent and non-permanent contributions. DAO members are empowered to vote and influence decisions in proportion to their investment, fostering a truly collaborative environment.

To claim a personal space within this landscape, members can make tiered investments—100 AVAX might secure a tent site, while 1000 AVAX could grant usage rights for a half-acre lot. These investment thresholds are the gateways to personalization within the community.

Further development is facilitated through two distinct categories of development bonds. Permanent development bonds are for structures like clubhouses or in-ground homes that are inextricably linked to the property's value and cannot be removed. Investment in these bonds implies a contribution to the overall worth of the community's assets, which benefits all members if the property is ever sold.

Conversely, non-permanent development bonds allow for the creation of movable structures, such as towable tiny homes or RVs. These bonds cater to members who wish to retain individual ownership over their developments, offering the flexibility to remove their assets if the community decides to sell the property.

This bifurcated approach ensures that investments in permanent developments are recognized as enhancing the collective value of The Property, while non-permanent developments provide individual members with the autonomy to personalize their experience without impacting the core assets of the DAO.

CommuneDAO's innovative structure allows for personal expression and development within a collective framework, balancing the interests of individual members with the long-term value proposition of the entire community.


---

# 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.communedao.com/the-property/overview.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.
