<?xml version="1.0" encoding="utf-8"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="exp" consensus="no" docName="draft-jacobs-web4-delegated-authority-00" ipr="trust200902" obsoletes="" updates="" submissionType="IETF" xml:lang="en" version="3"><front><title abbrev="Web4 Delegated Authority">Web4 Delegated Authority</title><seriesInfo name="Internet-Draft" value="draft-jacobs-web4-delegated-authority-00"/><author fullname="Tim Jacobs" initials="T." surname="Jacobs"><organization>KTS Global</organization><address><postal><country>United Arab Emirates</country></postal><email>tim@ktsglobal.live</email></address></author><date day="12" month="September" year="2026"/><area>General</area><workgroup>Internet Engineering Task Force</workgroup><keyword>Web4</keyword><keyword>delegation</keyword><keyword>authority</keyword><keyword>agents</keyword><keyword>mandates</keyword><abstract><t>This document defines signed, bounded, time-limited, and revocable authority mandates for agents and nodes and links governed actions to their authority.</t></abstract></front><middle><section><name>Conventions and Terminology</name><t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t></section><section><name>Introduction</name><t>This document defines a public mandate object for bounded and revocable authority delegated to an agent or node without exposing private reasoning or model state.</t></section><section><name>Mandate Model</name><t>A mandate MUST identify the mandate, grantor, grantee, permitted actions, prohibited actions where applicable, resource scope, policy, validity period, delegation rules, status mechanism, and proof.</t><sourcecode type="json">{
  "mandate_id": "urn:web4:mandate:01JEXAMPLE",
  "grantor_id": "did:example:principal-1",
  "grantee_id": "did:example:agent-7",
  "permitted_actions": ["submit_assessment"],
  "prohibited_actions": ["change_policy"],
  "policy_id": "urn:web4:policy:delegation:v1",
  "maximum_delegation_depth": 0,
  "status_uri": "https://status.example/mandates/01JEXAMPLE",
  "proof": {
    "type": "ExampleProof",
    "verification_method": "did:example:principal-1#key-1",
    "value": "BASE64URL-SIGNATURE"
  }
}</sourcecode></section><section><name>Grant and Acceptance</name><t>The grantor MUST have authority to issue the mandate. Acceptance MUST NOT expand granted authority.</t></section><section><name>Delegation</name><t>A delegated mandate MUST identify its parent and MUST never expand action scope, resource scope, validity, or delegation depth.</t></section><section><name>Action Linkage</name><t>Each governed action MUST identify the mandate relied upon, actor, action type, target, performance time, and resulting receipt.</t></section><section><name>Human Control</name><t>A policy MAY require human approval for named actions. The requirement and outcome MUST be externally identifiable without exposing private deliberation.</t></section><section><name>Suspension and Revocation</name><t>A mandate MUST provide a resolvable status and authorized revocation path. Revocation MUST prevent new authorization while preserving historical receipts.</t></section><section><name>Conformance</name><t>Conformance MUST NOT require disclosure of chain-of-thought, planning logic, policy optimization, model weights, or private model state.</t></section><section><name>Relationship to Research Artifacts</name><t>Broader Web4 architectural work is described informatively in <xref target="I-D.reilly-web4"/>. Informative research materials MAY be published as versioned scholarly artifacts, including DOI-addressable records.</t><t>A research artifact is not required for conformance unless expressly incorporated as a Normative Reference by a named profile. Referencing or verifying an artifact does not establish the truth of its conclusions, regulatory approval, certification, security, legal compliance, or IETF endorsement.</t><t>A Conforming Implementation MUST NOT require access to KCoordinate, KQAS, or another protected internal assessment method unless a separate deployment agreement selects that implementation.</t></section><section><name>Security Considerations</name><t>Implementations MUST authenticate issuers, validate proof integrity, check proof purpose, enforce temporal validity, and resolve current status before relying on an object.</t><t>Implementations MUST address identifier confusion, issuer impersonation, key compromise, algorithm downgrade, replay, stale status, unauthorized supersession, cross-policy confusion, canonicalization ambiguity, denial of service, and fail-open handling of indeterminate validity.</t><t>Evidence commitments can confirm correspondence with committed bytes but do not prove truth, completeness, legality, provenance, or fitness for purpose. Profiles SHOULD define privacy-preserving commitment procedures for low-entropy artifacts.</t><t>Implementations MUST prevent privilege escalation, delegation-depth bypass, mandate replay, confused-deputy behavior, and post-revocation authorization.</t></section><section><name>Privacy Considerations</name><t>Persistent identifiers, status queries, proofs, policy references, and linked receipts can enable correlation. Implementations MUST minimize disclosed data and SHOULD use unlinkable or pairwise identifiers where they satisfy policy.</t><t>Private evidence MAY remain undisclosed and be represented by a cryptographic commitment. Retention and erasure requirements MUST be specified by policy and account for applicable obligations.</t></section><section><name>IANA Considerations</name><t>This document requests no IANA actions.</t></section></middle><back><references><name>Normative References</name><reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119"><front><title>Key words for use in RFCs to Indicate Requirement Levels</title><author fullname="Scott Bradner" initials="S." surname="Bradner"/><date month="March" year="1997"/></front><seriesInfo name="BCP" value="14"/><seriesInfo name="RFC" value="2119"/><seriesInfo name="DOI" value="10.17487/RFC2119"/></reference><reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174"><front><title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title><author fullname="Barry Leiba" initials="B." surname="Leiba"/><date month="May" year="2017"/></front><seriesInfo name="BCP" value="14"/><seriesInfo name="RFC" value="8174"/><seriesInfo name="DOI" value="10.17487/RFC8174"/></reference></references><references><name>Informative References</name><reference anchor="I-D.reilly-web4" target="https://datatracker.ietf.org/doc/draft-reilly-web4/"><front><title>Web4: A Verifiable, Agent-Native Architecture for the World Wide Web</title><author fullname="Lawrence John Reilly Jr" initials="L. J." surname="Reilly"/><date day="26" month="August" year="2026"/></front><seriesInfo name="Internet-Draft" value="draft-reilly-web4-00"/></reference></references></back></rfc>