> 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/how-it-works/cost-reduction.md).

# The Cost-Reduction Engine

{% hint style="info" %}
Cost reduction is the linchpin — the through-line of the whole Blueprint. Everything distinctive about Built By DAO is downstream of one fact: a Foundry builds community assets at a fraction of the usual *cash* cost.
{% endhint %}

## Why it's the linchpin

* **Enables community ownership** — a hub needs little cash, not tens of millions; you cannot community-own what requires massive outside equity. Low cash need is the precondition for member majority ownership.
* **Lets outside capital recede** — less cash in means less equity to dilute and less debt to repay.
* **Makes subsidy go far** — a smaller cash base is far more fully grant-coverable.
* **Powers the EQTBLT loop** — labor-as-equity is the cost reduction *and* the ownership mechanism in one move.
* **Is the moat** — extractive developers structurally cannot match a cost base where labor and materials are largely non-cash.

## The cost stack — only hard cost can go non-cash

A home's **Total Development Cost (TDC)** splits into hard cost (\~70%) and soft cost (\~30% — architecture, engineering, permits, legal, financing, insurance, contingency). **Soft costs are always cash.** Only hard cost can be settled non-cash:

| Of hard cost      | Treatment                                                                                |
| ----------------- | ---------------------------------------------------------------------------------------- |
| Labor (\~42%)     | Settled in **EQTBLT** — coverage capped at \~65% at maturity (licensed trades stay cash) |
| Materials (\~35%) | **50%+ recovered via salvage**                                                           |
| Other (\~23%)     | Cash                                                                                     |

Non-cash share of TDC ramps **22% (early) → 33% (mature)** as the workforce trains and the salvage pipeline matures. Real cash cost per home: **\~$213K early → \~$184K mature.**

```mermaid
xychart-beta
    title "Cost per Detroit home · $K"
    x-axis ["New construction", "Conventional rehab", "BBD TDC", "BBD mature cash"]
    y-axis "$ thousands" 0 --> 500
    bar [448, 270, 232, 184]
```

## The two master levers

{% tabs %}
{% tab title="A1 — Labor as EQTBLT" %}
**The master lever.** Most work — building hubs, deconstruction, construction, operations — is done by contributors paid in EQTBLT, not cash. Labor is the largest cost in construction; moving the trainable portion off the cash ledger is the biggest single driver of capital efficiency, and it doubles as the ownership-accrual mechanism. Cash labor is reserved only for advanced/licensed non-networked skills (licensed architect, specialized legal, certain licensed trades).
{% endtab %}

{% tab title="A2 — Material cost-avoidance" %}
**50%+ of construction materials from salvage** cuts hard build cost on every project the hub feeds. See [The Circular Supply Chain](/how-it-works/circular-supply-chain.md) for recovery rates and the material flow.
{% endtab %}
{% endtabs %}

## What it is — and isn't

BBD does **not** build cheap homes. A rehab costs $232K–$315K all-in — HUD-credible, soft costs in. The advantage is **\~15% below a conventional rehab and \~47% below new construction**, plus a third of the cost settled off the cash ledger. The bigger story is cash composition + captured subsidy + community ownership, not absolute cheapness.

{% content-ref url="/pages/wRYM8s6gehzojxaVp0qT" %}
[The EQTBLT Economy](/how-it-works/eqtblt-economy.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/how-it-works/cost-reduction.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.
