The specification works through these scenarios in detail. Each uses the same four primitives; only the scopes and the relying party's policy change.
Supply chain
Provenance that a buyer can check four hops back
An automaker delegates audit authority to an audit firm; the firm certifies a lithium mine; the mine signs each shipment; the battery maker extends the chain. A consumer scans the QR on the finished car and verifies the whole graph — without an account, and without contacting any party in it.
com.automaker.goals.sustainability.auditor.mine.chile.atacama.shipment
Spec § B.1
Finance
Signing authority a bank can audit without calling you
A clerk presents a ninety-day mandate issued by the CFO under the manufacturer's root authority. The bank verifies the chain, challenges the clerk to sign a nonce, authorizes the wire, and keeps the evidence. Years later, its regulator can audit the record without the manufacturer's help.
com.manufacturer.finance.banking.acmebank
Spec § B.2
Access
Doors that close when someone leaves
At installation, a door controller is given one anchor identifier. HR grants an employee access to a floor; the employee taps NFC; the controller verifies the chain and challenges the employee's key. When the employee leaves, one revocation entry closes every door after its next refresh. No central badge service is required.
org.acme.floor3.east
Spec § B.3
Consumer
Accounts that phishing does not open
A platform issues each user a mandate bound to a key generated on their own device. Logging in means signing a server nonce. A phished password yields nothing. A breached database yields public keys, which authorize nothing. A stolen device is one revocation entry. Different key per platform, so nothing cascades.
com.e-commerce.user.actions
Spec § B.4
Machines
AI agents with bounded, provable, revocable authority
A purchasing agent bids on spot-market freight under a 24-hour mandate. Its context sets a maximum contract value and an approved carrier list. A carrier can verify the agent's authority back to the principal, while the principal can stop it with a single revocation entry.
com.shipco.procurement.agent.spot-market
Spec § B.5
Finance
Two-of-three approvals without a smart contract
Each director's approval is a separate mandate with its own chain. The relying application can require two of three approvals today and three of five next quarter. The policy changes without migrating a smart contract; each approval remains independently verifiable.
com.bank.wires.large.authorize
Spec § B.6
Supply chain
A rule that survives three resellers
A manufacturer attaches a denied-party policy to its root mandate. Three delegations later, a point-of-sale gateway follows the reseller's chain back to that root and retrieves the committed policy. Intermediaries cannot remove it without breaking the chain.
com.manufacturer.resale → … → 3 hops down
Spec § B.7
Social
A fediverse where authority is checkable
ActivityPub describes the social graph but not institutional authority. A moderator's standing, a verification badge, or one instance's trust in another usually remains platform state. An actor's existing signing key can receive a mandate, letting moderation actions carry proof of authority and allowing the issuer and host to revoke independently.
social.commons.moderation.reports.de · press.presscorps.verified.journalist
Spec § B.8
Public sector
EU Digital Product Passport, read and write
A product passport may expose restricted sections to repairers, recyclers, and authorities it has never seen before. A national accreditation body issues role mandates, and the passport host grants access by verified scope rather than by a pre-arranged account. Access ends when the accreditation is revoked or expires.
eu.dpp.role.recycler · com.manufacturer.dpp.repair-history
Spec § B.9
Public sector
A battery passport figure that decomposes
A product's carbon figure combines measurements from several suppliers. If each tier attests its own batches under a chain that follows the bill of materials, an auditor can trace the total back to its inputs. Revoking a supplier's mandate marks its contribution invalid wherever that chain is checked.
com.oem.bom.battery.cathode.precursor
Spec § B.10
Machines
Offline and out-of-band
A mandate can be issued without publishing it. Its address comes from its bytes and stays the same if it is published later. Chains can travel as PEM, QR codes, over NFC, or on paper; with sufficiently fresh anchor states cached independently, verification can run offline.
nomos bundle --chain --qr <cid>
Implementation