Acronym quick index →
New to Web4?This page tours real, runnable software, so it assumes the vocabulary (LCT, trust tensors, witness chain). If those terms are new, start with the 2-minute TL;DR, then come back - what's here is real, open-source software you can run yourself, the proof Web4 works in practice and not just on paper. Every term is spelled out in the TL;DR; definitions also live in the glossary (Aa, bottom-left).
The core standard
Reference

The core standard

The core standard is an open ontology (not infrastructure) that makes AI actions verifiable. It anchors every entity to cryptographically witnessed presence, role-contextual trust, and auditable authority, expressed as typed RDF relationships.

It's the base layer of the onramp: the shared vocabulary that the hub, Hestia, and Hardbound all speak.

The problem it solves

Today you have to choose between two bad options for trusting an agent:

Central control

A platform decides who is trusted. That does not scale, and it's a single point of failure.

Cryptographic ownership

You're trusted if you hold the key. But holding a key does not mean you will act well.

Neither answers the real question: how do I know this agent will behave appropriately here, and how do I prove what it did? The core standard is built around that question.

The canonical equation

Web4 = MCP + RDF + LCT + T3/V3*MRH + ATP/ADP

The operators carry meaning, and the terms must not be redefined:

/
means “verified by”
*
means “contextualized by”
+
means “augmented with”

MCP (Model Context Protocol, the standard way agents call tools and exchange context) is the I/O membrane: the cross-society interface. The internal structure is LCT + T3/V3*MRH + ATP/ADP. Each term links to a plain-language explainer.

Honest status: R&D, not production

The spec corpus is stable and reference implementations exist. There is no production deployment yet.

web4-core
Public at v0.3.0 on crates.io and PyPI. 171 tests green.
web4-trust-core
Public at v0.2.0. The reference Python SDK has 2,627 tests.

A reference implementation plus a runnable society hub are public.

How a newcomer touches it

Install it:

pip install web4-core web4-trustcargo add web4-core web4-trust-core

Then run the ~30-second identity_bootstrap.py proof-of-presence. It walks the whole loop end to end: create an LCT, mint it to a hash-chained ledger, sign and verify, and generate an inclusion proof.

To go deeper, read docs/START_HERE.md and the normative specs in web4-standard/core-spec/.

The core standard is the vocabulary. See how the four pieces compose into an onramp, or follow a single concept down.

Glossary