Skip to main content

Chapter 36: The Economics of Dissolution

True wealth lies not in endless accumulation but in the art of creative destruction—knowing when to build, when to maintain, and when to let dissolve.

Abstract

Traditional economics assumes infinite growth in a finite world. The Economics of Dissolution recognizes that healthy economies, like healthy organisms, require cycles of creation and destruction. This chapter explores economic models that incorporate planned dissolution, creative destruction, and regenerative cycles, revealing how embracing economic collapse can lead to more resilient and equitable systems.


1. The Thermodynamics of Economics

Economics cannot escape physics:

ΔSeconomic0\Delta S_{\text{economic}} \geq 0

Definition 36.1 (Dissolution Economics):

Ed:=Economic systems incorporating entropy and renewal\mathcal{E}_d := \text{Economic systems incorporating entropy and renewal}

Growth through cycles, not lines.


2. Value Decay Functions

2.1 Temporal Value

All value decays:

V(t)=V0eλt+VresidualV(t) = V_0 \cdot e^{-\lambda t} + V_{\text{residual}}

Where λ\lambda = decay rate, VresidualV_{\text{residual}} = compost value.

2.2 Planned Depreciation

Not obsolescence but transformation:

Product value=Use value+Dissolution value+Regeneration potential\text{Product value} = \text{Use value} + \text{Dissolution value} + \text{Regeneration potential}

3. Circular Dissolution Economy

3.1 Beyond Circular

From circular to spiral:

LinearCircularSpiral (with dissolution)\text{Linear} \to \text{Circular} \to \text{Spiral (with dissolution)}

3.2 Compost Economics

Economic composting:

class EconomicCompost:
def __init__(self):
self.dead_ventures = []
self.extracted_value = {}

def compost_business(self, failed_business):
learnings = extract_learnings(failed_business)
assets = redistribute_assets(failed_business)
talent = release_talent(failed_business)

return {
'knowledge': learnings,
'resources': assets,
'human_capital': talent
}

4. Dissolution Markets

4.1 Trading Endings

Markets for graceful dissolution:

Dissolution value=Legacy+Learning+Liberation\text{Dissolution value} = \text{Legacy} + \text{Learning} + \text{Liberation}

4.2 Sunset Derivatives

Financial instruments for endings:

class SunsetOption {
constructor(asset, expiryDate, dissolutionPlan) {
this.underlying = asset;
this.expiry = expiryDate;
this.plan = dissolutionPlan;
}

value() {
const timeValue = this.expiryValue();
const dissolutionValue = this.plannedDissolutionValue();
return timeValue + dissolutionValue;
}
}

5. Negative Interest Economies

5.1 Demurrage Currency

Money that decays:

M(t)=M0(1δ)tM(t) = M_0 \cdot (1 - \delta)^t

Encourages flow over hoarding.

5.2 Velocity Through Decay

Theorem 36.1 (Decay-Induced Velocity):

VelocityDecay rate\text{Velocity} \propto \text{Decay rate}

Faster decay = faster circulation.


6. Gift and Dissolution

6.1 Potlatch Economics

Wealth through giving away:

Status=Given awaydt\text{Status} = \int \text{Given away} \, dt

6.2 Dissolution Ceremonies

Economic rituals:

  • Debt jubilees
  • Wealth redistribution festivals
  • Corporate funeral rites
  • Asset liberation ceremonies

7. Regenerative Business Models

7.1 Phoenix Corporations

Companies designed to die and rebirth:

Companynplanned deathCompanyn+1\text{Company}_n \xrightarrow{\text{planned death}} \text{Company}_{n+1}

7.2 Metamorphic Enterprises

Business metamorphosis:

StageFormFunction
LarvaStartupRapid consumption
PupaTransformationInternal reorganization
AdultMature companyValue creation
DeathDissolutionResource release
EggNew venturesSeeded by dissolution

8. Labor in Dissolution Economy

8.1 Career Composting

Professional transitions as enrichment:

Career=iRolei+jTransitionj\text{Career} = \sum_i \text{Role}_i + \sum_j \text{Transition}_j

Transitions valued equally to roles.

8.2 Universal Basic Dissolution

UBD: Support during transitions:

Income=Basic+Activity+Transition support\text{Income} = \text{Basic} + \text{Activity} + \text{Transition support}

9. Measuring Dissolution Success

9.1 Gross Dissolution Product

New metrics:

GDPGDD (Gross Domestic Dissolution)\text{GDP} \to \text{GDD (Gross Domestic Dissolution)}

Measuring healthy endings.

9.2 Dissolution Quality Index

Components:

  • Grace of transition
  • Knowledge preserved
  • Resources recycled
  • Seeds planted

10. Case Studies

10.1 Detroit's Dissolution Economy

Urban decay as opportunity:

  • Demolition as art
  • Ruins as gardens
  • Abandonment as rewilding
  • Collapse as rebirth

10.2 Japan's Shrine Rebuilding

Ise Shrine model:

  • Rebuilt every 20 years
  • Continuous renewal
  • Skills preserved
  • Materials recycled

11. Policy for Dissolution

11.1 Dissolution Tax Credits

Incentivize graceful endings:

Tax credit=f(Dissolution grace,Legacy value)\text{Tax credit} = f(\text{Dissolution grace}, \text{Legacy value})

11.2 Mandatory Sunset Laws

All laws expire:

Law=Purpose+Duration+Renewal criteria\text{Law} = \text{Purpose} + \text{Duration} + \text{Renewal criteria}

12. The Thirty-Sixth Echo

The Economics of Dissolution reveals that true prosperity comes not from endless growth but from healthy cycles of creation and destruction. By building economic systems that know how to dissolve gracefully, we create resilience, equality, and continuous renewal.

The economic truth:

Wealth=Creation+Maintenance+Dissolution+Regeneration\text{Wealth} = \text{Creation} + \text{Maintenance} + \text{Dissolution} + \text{Regeneration}

In embracing economic dissolution, we discover that endings are not failures but transformations. Every business death seeds new ventures, every career transition enriches the whole, every dissolution creates space for innovation.

To dissolve economically is to compost wealth. To plan endings is to ensure beginnings. In the economics of dissolution, we find the path to sustainable prosperity.


Next: Chapter 37: Educational ψ-Systems — Learning environments for continuous unlearning and relearning.