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

# Welcome to Built By DAO

Built By DAO builds community-owned neighborhoods: homes, workspaces, local businesses, training, and the physical infrastructure communities need to create and keep value.

{% hint style="info" %}

## Member-driven, steward-guided

Members contribute real work, build earned ownership, and shape major decisions. Stewards maintain direction, safety, and execution. The lane a decision sits in determines who participates and what approval it needs.
{% endhint %}

## How the model works

| Part                                                 | What it does                                                                                         |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [Contribution](/contributors/contribute.md)          | Members complete reviewed work and earn `WORK` EQTBLT                                                |
| [Housing Loyalty](/housing-loyalty/equity-leases.md) | Qualifying rent earns property-specific `RENT` EQTBLT at the lease-stamped rate                      |
| [Foundry](/the-foundry/foundry.md)                   | A local hub trains builders, recovers materials, coordinates projects, and lowers cash cost          |
| [Governance](/governance/governance.md)              | Contributors, investors, and council members participate through proposal-specific houses and rules  |
| [Treasury](/governance/treasury.md)                  | Revenue, budgets, allocations, and spending move through explicit rails                              |
| [Platform](/developers/platform.md)                  | The dashboard coordinates people, projects, evidence, housing, governance, and contract transactions |

## The two tokens

### EQTBLT

EQTBLT is soul-bound earned ownership credit. It is not bought or traded. Each issuance records neutral provenance:

* `WORK` — approved contribution;
* `RENT` — Housing Loyalty from qualifying base rent.

Housing Loyalty is set per property, normally from 5–15%. High-demand/high-cost properties use the lower end, standard properties default to 10%, and rural, lease-up, or lower-demand properties may use the higher end. A lease stamps its rate until renewal.

### BLTBY

BLTBY is the separate transferable utility-token workstream. Its future public launch, distribution, utility, and liquidity require their own approvals. It is not included in the QOF or fallback-note investor offering.

{% hint style="warning" %}

## v2 is pre-deployment

The new v2 contract suite is not live and cannot yet synchronize with the production dashboard. The software is being finalized locally for one more Base Sepolia rehearsal before mainnet. Production deployment and all Lightsail changes require explicit approval. No current page should be read as a token sale, live investment flow, or deployed-address announcement.
{% endhint %}

## Start here

{% content-ref url="/pages/xMUO6M1qDh2obOQRiNJu" %}
[The Organization](/getting-started/what-is-built-by-dao.md)
{% endcontent-ref %}

{% content-ref url="/pages/0JPWvKB9gRgOVtbduPp0" %}
[Member Onboarding](/onboarding/onboarding.md)
{% endcontent-ref %}

{% content-ref url="/pages/5TqxfYM0lf259i8ouAvO" %}
[Overview](/contributors/contribute.md)
{% endcontent-ref %}

{% content-ref url="/pages/OiWYwch32aM3GCGK7BHh" %}
[Housing Loyalty](/housing-loyalty/equity-leases.md)
{% endcontent-ref %}

{% content-ref url="/pages/SS8wIERv7K8t3TYmBbhQ" %}
[Overview](/governance/governance.md)
{% endcontent-ref %}

{% content-ref url="/pages/8tKkzvy8X9hJnOjTvXqf" %}
[Overview](/investors/invest.md)
{% endcontent-ref %}

{% content-ref url="/pages/hftDRIhC6qRmHIxsCTJn" %}
[Overview](/developers/developers.md)
{% endcontent-ref %}


---

# 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.builtbydao.com/getting-started/readme.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.
