An open API service indexing awesome lists of open source software.

https://github.com/pablo-chacon/the-substrate

Belongs to no one. Available to everyone.
https://github.com/pablo-chacon/the-substrate

blockchain defi deterministic documentation ethereum finished nft p2p permissonless public-goods settlement smart-contracts solidity web2 web3

Last synced: 17 days ago
JSON representation

Belongs to no one. Available to everyone.

Awesome Lists containing this project

README

          

# The Substrate

This is not a manifesto. It is not a disruption. It is an introduction to a set of options.

Freedom, in its most practical form, is the presence of valid alternatives. When there is only one way to register a vehicle, one way to settle a transaction, one way to represent ownership, that is not a system. That is a dependency. We learned by history that dependencies get captured, gated, and weaponized.

The Substrate does not replace existing systems. It does not ask them to change. It does not compete with them. It simply exists alongside them as a set of neutral, open, deterministic alternatives. Anyone can use them or not. Platforms can build on them or not. Existing infrastructure continues unchanged.

The only thing that changes is that the option exists.

Now we have options. For everybody.

---

## What The Substrate Is

The Substrate is a set of fully independent, deterministic, neutral settlement protocols. Each one converts crypto or an NFT from a speculative token into a real-world payment medium or digital representation of a physical or real-world asset.

Speculation exists because tokens are untethered. The Substrate tethers them to: parcels, storage, vehicles, services, commodities, and digital rights.
This gives crypto and NFTs actual utility: not as assets to hold and trade, but as representations of something real.

No protocol depends on the others. All can be freely combined by platforms built on top of them.

---

## The Six Protocols

| Protocol | Domain | Scope |
|---|---|---|
| **DeDe** | Parcel | Trustless pickup → dropoff → settlement for physical goods in transit |
| **DROP** | Physical Storage | Intake, hold, and release of physical goods at a storage node |
| **KEY** | Vehicle | Ownership representation and legally binding transfer of vehicles |
| **CUT** | Digital Ownership | Fractional or full ownership rights of any digital medium |
| **ACT** | Physical Services | Settlement layer for real-world service delivery |
| **STAY** | Commodity | Representation and settlement of commodity assets |

---

## Architectural Principle

Each protocol operates like a neuron: self-contained, stateless with respect to its peers, and fully deterministic within its own domain. No protocol knows the others exist. They share no internal coupling, no shared state, no common coordinator.

The intelligence emerges at the platform layer, not within the protocols themselves. Platforms built on The Substrate combine these independent primitives freely. This is composability without coupling. The Substrate is the rail. Platforms are the trains.

---

## Purpose

Conflict at its root is largely about ownership disputes and resource allocation. The Substrate reduces the conflict surface by making ownership deterministic, neutral, and uncapturable. No platform, state, or actor can modify or freeze what the protocol has settled.

That is the primitive surface for a functioning civilization that does not depend on centralized trust.

Open source. Neutral. Available now.

---

## Finished Infrastructure

The Substrate is complete. The protocols are deployed, immutable, and ownerless. There is no upgrade path. There is no roadmap. There is no team, no organization, and no support function.

This is not a project. It is infrastructure. It will function exactly as deployed for as long as Ethereum mainnet exists, without maintenance, without intervention, and without any ongoing involvement from its author.

There is no help available for implementation. There is no technical support. There is no governance process. The templates, the documentation, and the deployed contracts are the entirety of what exists. Platforms and builders who choose to build on The Substrate do so entirely on their own terms, with their own resources, and at their own risk.

This is intentional. Infrastructure that requires ongoing human intervention is infrastructure that can be captured. The Substrate requires none.

---

## Legal Disclaimer

The Substrate protocols are open source software deployed as immutable smart contracts on Ethereum mainnet. Contract ownership has been renounced. No individual, organization, or entity controls, operates, or maintains these contracts.

The author of The Substrate is not a financial advisor, legal advisor, or regulated service provider. Nothing in this repository or in the deployed contracts constitutes financial advice, legal advice, investment advice, or a solicitation of any kind.

Use of The Substrate protocols is entirely at the user's own risk. The author makes no representations or warranties of any kind regarding the fitness, legality, or suitability of these protocols for any particular purpose or jurisdiction.

Platforms and developers who build on The Substrate are solely responsible for ensuring their own compliance with applicable laws and regulations in their respective jurisdictions. The protocols themselves are neutral infrastructure. How they are used, and by whom, is entirely outside the author's control and responsibility.

The author cannot be held liable for any loss, damage, legal consequence, or other outcome arising from the use or misuse of these protocols by any party.

The contracts are deployed. The keys are gone. What exists now is public infrastructure, owned by no one, available to everyone, and beyond the reach of any single actor to modify, stop, or control.

---

## Repository Structure

```
substrate/
├── README.md
├── TEMPLATES.md
├── ECONOMICS.md
├── LICENSE.md
├── CURRENCY.md
├── protocols/ individual protocol whitepapers
├── orchestration/ composition examples
├── environment/ environmental impact
├── PRIVACY.md
└── implementations/ things built on the substrate
```

---

## Protocol Sources

| Protocol | Repository |
|---|---|
| DeDe | https://github.com/pablo-chacon/dede-protocol |
| DeDe Templates | https://github.com/pablo-chacon/dede-templates |
| DROP | https://github.com/pablo-chacon/drop-protocol |
| DROP Templates | https://github.com/pablo-chacon/drop-templates |
| KEY | https://github.com/pablo-chacon/key-protocol |
| KEY Templates | https://github.com/pablo-chacon/key-templates |
| CUT | https://github.com/pablo-chacon/cut-protocol |
| CUT Templates | https://github.com/pablo-chacon/cut-tooling |
| ACT | https://github.com/pablo-chacon/act-protocol |
| ACT Templates | https://github.com/pablo-chacon/act-templates |
| STAY | https://github.com/pablo-chacon/stay-protocol |
| STAY Templates | https://github.com/pablo-chacon/stay-tooling |
---

*Contact: pablo-chacon-ai@proton.me*