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

# The Build Process

{% hint style="info" %}
How a home actually goes from a blighted building to a community-owned asset — the unit of work that the cost-reduction engine, the EQTBLT loop, and the platform all coordinate around.
{% endhint %}

## The flow — blight to ownership

```mermaid
flowchart TD
    S["1 · Source<br/>incentive-gated acquisition<br/>land bank · TIF · corridor"]
    D["2 · Deconstruct<br/>recover 50%+ of materials<br/>Reclamation Screen → Yard"]
    P["3 · Process<br/>sort · grade · remill · fabricate<br/>Depot → Workshop → Forge"]
    B["4 · Build / Rehab<br/>member crews · trained labor<br/>recovered materials"]
    Q["5 · QC<br/>tracked on the platform<br/>safety certs"]
    PL["6 · Place<br/>~60% held rent-to-equity<br/>~40% member ownership pathway"]
    A["7 · Accrue<br/>contribution logged → EQTBLT minted<br/>community ownership"]
    S --> D --> P --> B --> Q --> PL --> A
```

## Where the cost comes out

At each step, cost moves off the cash ledger:

| Step                  | Cost lever                                                                |
| --------------------- | ------------------------------------------------------------------------- |
| Source                | Incentive-gated acquisition → near-free land-bank conveyance              |
| Deconstruct / process | Recovered materials replace 50%+ of purchased materials                   |
| Build / rehab         | Trainable labor settled in EQTBLT (cash only for licensed trades)         |
| Place                 | Held units become collateral; sold units recycle cash into the build fund |

## Where the homes go — 60 / 40

* **\~60% held** as rent-to-equity — the DAO keeps the appreciating asset and earns the operating share of rent. These build the community's balance sheet.
* **\~40% on a member ownership pathway** — sold to members (affordable mortgage), recycling cash into the next builds.

## Quality control — the answer to "can sweat equity build real housing?"

QC is not informal. The construction-management platform tracks every project, task, and subtask; the **Hall → Workshop → site** pipeline gates members into work they're certified for; licensed trades (electrical, plumbing, structural) are cash-paid and licensed; and safety certification is gated at the Foundry. Cost-reduction never means corner-cutting — it means a different *cost composition*, not a lower *standard*.

{% content-ref url="/pages/JGxME1aNeUrkdsklgYnW" %}
[Workforce & Training](/execution/workforce-training.md)
{% endcontent-ref %}

{% content-ref url="/pages/uvlgoPyzenJb7qnoEqo7" %}
[The Circular Supply Chain](/how-it-works/circular-supply-chain.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:

```
GET https://blueprint.builtbydao.com/execution/build-process.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.
