Web4 in 2 Minutes
Plain English first, so you can read this cold. Every term is spelled out the first time it appears, and nothing here needs a background in crypto or AI.
First, what is this site? 4-Life is an educational onramp to Web4: a set of explainers (this site, nothing you install) that walk you from the problem to the working pieces. Web4 is the thing being explained, and parts of it are real code you can install today (linked below). One note on wording: when a page here says “the onramp,” it means the four pieces of Web4 you actually run (the core standard, the hub, hestia, hardbound), which 4-Life teaches but is not one of.
The Problem
AI agents already take real actions. They write and ship code, move money, and make decisions that stick. Yet right now we cannot prove what an agent actually did, on whose authority it acted, or by what rules it was supposed to operate. The same gap exists for people. When something goes wrong, there is no trustworthy record to point to.
The Shift
Web4 closes that gap with one idea: trust is earned through witnessed behavior, not granted from above. That is a break from how the web has worked so far.
A platform declares your reputation. Delete the account and it is gone. Switch platforms and it never existed.
Whoever holds the key is assumed to be the rightful owner. A stolen or shared key speaks for you, and nothing records whether the action was appropriate.
Trust accrues from witnessed behavior. Every action leaves a verifiable record of what happened, under whose authority, and against which rules. Good behavior compounds. Bad behavior follows you.
Four Pieces
The onramp is four composable pieces: one substrate (the shared foundation everything else is built on), and three scales to run it. You do not adopt all four at once. You start where you are.
The substrate: an open ontology (a shared, written set of definitions) that makes actions verifiable. Everything else is built on it.
Community scale: the program a group runs to become its own small Web4 society.
Personal scale: a trust layer for you and your own agents, running on hardware you control.
Enterprise scale: oversight for organizations that need to prove what their agents did and hold them to policy.
Want the dependency order and how they plug into each other in code? See how the four pieces compose →
The Result
Actions carry proof. Authority is checkable. Reputation is portable and cannot be reset by deleting an account or switching platforms. Humans and AI play by the same rules, because the rules are about behavior, not about who or what you are. And it works without a central authority deciding who counts as trustworthy.
How real is it, honestly?
Web4 is R&D, not a finished product. Here is the real state of each piece, with no polish on it:
- The core standard is stable. The spec corpus holds steady, and the primitives (the core building blocks) are installable now:
pip install web4-coreorcargo add web4-core. - The hub is pilot-ready: runnable reference code a community can stand up, not yet a live network of real users.
- Hestia runs end to end today.
- Hardbound is a usable, actively hardened enterprise tier. Its hardware binding (tying identity to a physical security chip) is not yet validated on real devices.
No timeline commitments. This is research, and research takes as long as it takes. See what is real today →
Where to go next
The one-sentence version
“Agents already act in the real world, so trust should be earned through witnessed behavior, not declared by a platform or assumed from a key.”